Module swim.math
Package swim.math

Class Z3Shape

    • Constructor Detail

      • Z3Shape

        public Z3Shape()
    • Method Detail

      • xMin

        public abstract long xMin()
      • yMin

        public abstract long yMin()
      • zMin

        public abstract long zMin()
      • xMax

        public abstract long xMax()
      • yMax

        public abstract long yMax()
      • zMax

        public abstract long zMax()
      • 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​(Z3Shape shape)
      • intersects

        public abstract boolean intersects​(Z3Shape shape)