|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.geometry.bounds.AbstractBoundingCondition
edu.stanford.rsl.konrad.geometry.bounds.BoundingBox
public class BoundingBox
Implementation of a Bounding Box
Constructor Summary | |
---|---|
BoundingBox(PointND min,
PointND max)
|
Method Summary | |
---|---|
void |
flipCondition()
|
AbstractSurface |
getBoundingSurface()
|
boolean |
isSatisfiedBy(PointND point)
Determines whether the point is satisfied by the bounding condition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoundingBox(PointND min, PointND max)
Method Detail |
---|
public boolean isSatisfiedBy(PointND point)
AbstractBoundingCondition
isSatisfiedBy
in class AbstractBoundingCondition
point
- the point
public AbstractSurface getBoundingSurface()
getBoundingSurface
in class AbstractBoundingCondition
public void flipCondition()
flipCondition
in class AbstractBoundingCondition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |