Module swim.math
Package swim.math

Class VectorZ2

  • All Implemented Interfaces:
    swim.codec.Debug

    public class VectorZ2
    extends Object
    implements swim.codec.Debug
    • Field Detail

      • x

        public final long x
      • y

        public final long y
    • Constructor Detail

      • VectorZ2

        public VectorZ2​(long x,
                        long y)