Module swim.math
Package swim.math

Class PointZ2

  • All Implemented Interfaces:
    swim.codec.Debug, Shape

    public class PointZ2
    extends Z2Shape
    implements swim.codec.Debug
    • Field Detail

      • x

        public final long x
      • y

        public final long y
    • Constructor Detail

      • PointZ2

        public PointZ2​(long x,
                       long y)