- java.lang.Object
-
- swim.math.Z2Shape
-
-
Constructor Summary
Constructors Constructor Description Z2Shape()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleancontains(Shape shape)abstract booleancontains(Z2Shape shape)booleanintersects(Shape shape)abstract booleanintersects(Z2Shape shape)static Z2Form<Z2Shape>shapeForm()abstract R2Shapetransform(Z2ToR2Function f)abstract longxMax()abstract longxMin()abstract longyMax()abstract longyMin()
-
-
-
Method Detail
-
xMin
public abstract long xMin()
-
yMin
public abstract long yMin()
-
xMax
public abstract long xMax()
-
yMax
public abstract long yMax()
-
intersects
public boolean intersects(Shape shape)
- Specified by:
intersectsin interfaceShape
-
contains
public abstract boolean contains(Z2Shape shape)
-
intersects
public abstract boolean intersects(Z2Shape shape)
-
transform
public abstract R2Shape transform(Z2ToR2Function f)
-
-