public interface IBoundingBox
BoundingBox, which
specifies the position and the size of the object.| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
createBoundingBox()
Creates and sets a
BoundingBox for this object. |
BoundingBox |
getBoundingBox()
Returns the
BoundingBox. |
boolean |
isSetBoundingBox()
Returns
true is the BoundingBox is set. |
void |
setBoundingBox(BoundingBox boundingBox)
Sets the
BoundingBox. |
void |
unsetBoundingBox()
Unsets the
BoundingBox. |
BoundingBox createBoundingBox()
BoundingBox for this object.BoundingBox.BoundingBox getBoundingBox()
BoundingBox.BoundingBox.boolean isSetBoundingBox()
true is the BoundingBox is set.BoundingBox is set.void setBoundingBox(BoundingBox boundingBox)
BoundingBox.boundingBox - the BoundingBox to set.void unsetBoundingBox()
BoundingBox.Copyright © 2009–2017. All rights reserved.