- java.lang.Object
-
- swim.math.R3Shape
-
-
Constructor Summary
Constructors Constructor Description R3Shape()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleancontains(R3Shape shape)booleancontains(Shape shape)abstract booleanintersects(R3Shape shape)booleanintersects(Shape shape)static R3Form<R3Shape>shapeForm()abstract Z3Shapetransform(R3ToZ3Function f)abstract doublexMax()abstract doublexMin()abstract doubleyMax()abstract doubleyMin()abstract doublezMax()abstract doublezMin()
-
-
-
Method Detail
-
xMin
public abstract double xMin()
-
yMin
public abstract double yMin()
-
zMin
public abstract double zMin()
-
xMax
public abstract double xMax()
-
yMax
public abstract double yMax()
-
zMax
public abstract double zMax()
-
intersects
public boolean intersects(Shape shape)
- Specified by:
intersectsin interfaceShape
-
contains
public abstract boolean contains(R3Shape shape)
-
intersects
public abstract boolean intersects(R3Shape shape)
-
transform
public abstract Z3Shape transform(R3ToZ3Function f)
-
-