- 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 boolean
contains(Shape shape)
abstract boolean
contains(Z2Shape shape)
boolean
intersects(Shape shape)
abstract boolean
intersects(Z2Shape shape)
static Z2Form<Z2Shape>
shapeForm()
abstract R2Shape
transform(Z2ToR2Function f)
abstract long
xMax()
abstract long
xMin()
abstract long
yMax()
abstract long
yMin()
-
-
-
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:
intersects
in interfaceShape
-
contains
public abstract boolean contains(Z2Shape shape)
-
intersects
public abstract boolean intersects(Z2Shape shape)
-
transform
public abstract R2Shape transform(Z2ToR2Function f)
-
-