Module swim.math
Package swim.math

Class Z2Vector

java.lang.Object
swim.math.Z2Vector
All Implemented Interfaces:
Debug

public class Z2Vector extends Object implements Debug
  • Field Details

    • x

      public final long x
    • y

      public final long y
  • Constructor Details

    • Z2Vector

      public Z2Vector(long x, long y)
  • Method Details