Module swim.math
Package swim.math

Class Z2Vector

  • All Implemented Interfaces:
    Debug

    public class Z2Vector
    extends Object
    implements Debug
    • Field Detail

      • x

        public final long x
      • y

        public final long y
    • Constructor Detail

      • Z2Vector

        public Z2Vector​(long x,
                        long y)