public class BoundingBox extends AbstractBoundingCondition
Constructor and Description |
---|
BoundingBox(PointND min,
PointND max) |
Modifier and Type | Method and Description |
---|---|
void |
flipCondition()
Invert bounding space.
|
AbstractSurface |
getBoundingSurface() |
boolean |
isSatisfiedBy(PointND point)
Determines whether the point is satisfied by the bounding condition
|
public boolean isSatisfiedBy(PointND point)
AbstractBoundingCondition
isSatisfiedBy
in class AbstractBoundingCondition
point
- the pointpublic AbstractSurface getBoundingSurface()
getBoundingSurface
in class AbstractBoundingCondition
public void flipCondition()
AbstractBoundingCondition
flipCondition
in class AbstractBoundingCondition