Module swim.math
Package swim.math

Class Z2Point

All Implemented Interfaces:
Debug, Shape

public class Z2Point extends Z2Shape implements Debug
  • Field Details

    • x

      public final long x
    • y

      public final long y
  • Constructor Details

    • Z2Point

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