Module swim.math
Package swim.math

Class Z2Shape

    • Constructor Detail

      • Z2Shape

        public Z2Shape()
    • Method Detail

      • xMin

        public abstract long xMin()
      • yMin

        public abstract long yMin()
      • xMax

        public abstract long xMax()
      • yMax

        public abstract long yMax()
      • contains

        public boolean contains​(Shape shape)
        Specified by:
        contains in interface Shape
      • intersects

        public boolean intersects​(Shape shape)
        Specified by:
        intersects in interface Shape
      • contains

        public abstract boolean contains​(Z2Shape shape)
      • intersects

        public abstract boolean intersects​(Z2Shape shape)