- java.lang.Object
-
- swim.math.R2Shape
-
-
Constructor Summary
Constructors Constructor Description R2Shape()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleancontains(R2Shape shape)booleancontains(Shape shape)abstract booleanintersects(R2Shape shape)booleanintersects(Shape shape)static R2Form<R2Shape>shapeForm()abstract Z2Shapetransform(R2ToZ2Function f)abstract doublexMax()abstract doublexMin()abstract doubleyMax()abstract doubleyMin()
-
-
-
Method Detail
-
xMin
public abstract double xMin()
-
yMin
public abstract double yMin()
-
xMax
public abstract double xMax()
-
yMax
public abstract double yMax()
-
intersects
public boolean intersects(Shape shape)
- Specified by:
intersectsin interfaceShape
-
contains
public abstract boolean contains(R2Shape shape)
-
intersects
public abstract boolean intersects(R2Shape shape)
-
transform
public abstract Z2Shape transform(R2ToZ2Function f)
-
-