- 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 boolean
contains(R3Shape shape)
boolean
contains(Shape shape)
abstract boolean
intersects(R3Shape shape)
boolean
intersects(Shape shape)
static R3Form<R3Shape>
shapeForm()
abstract Z3Shape
transform(R3ToZ3Function f)
abstract double
xMax()
abstract double
xMin()
abstract double
yMax()
abstract double
yMin()
abstract double
zMax()
abstract double
zMin()
-
-
-
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:
intersects
in interfaceShape
-
contains
public abstract boolean contains(R3Shape shape)
-
intersects
public abstract boolean intersects(R3Shape shape)
-
transform
public abstract Z3Shape transform(R3ToZ3Function f)
-
-