java.lang.Object
swim.math.Z2Shape
- All Implemented Interfaces:
Shape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract booleanbooleanintersects(Shape shape) abstract booleanintersects(Z2Shape shape) abstract R2Shapeabstract longxMax()abstract longxMin()abstract longyMax()abstract longyMin()
-
Constructor Details
-
Z2Shape
public Z2Shape()
-
-
Method Details
-
xMin
public abstract long xMin() -
yMin
public abstract long yMin() -
xMax
public abstract long xMax() -
yMax
public abstract long yMax() -
contains
-
intersects
- Specified by:
intersectsin interfaceShape
-
contains
-
intersects
-
transform
-
shapeForm
-