BoundingBox |
BoundingBox.clone() |
|
static BoundingBox |
BoundingBox.fromGeometry(Geometry geometry) |
Construct a bounding box from given geometry
|
BoundingBox |
Box.getBoundingBox() |
Gets the bounding box of current entity in its object space coordinate system.
|
BoundingBox |
Cylinder.getBoundingBox() |
Gets the bounding box of current entity in its object space coordinate system.
|
BoundingBox |
Entity.getBoundingBox() |
Gets the bounding box of current entity in its object space coordinate system.
|
BoundingBox |
Geometry.getBoundingBox() |
Gets the bounding box of current entity in its object space coordinate system.
|
BoundingBox |
Node.getBoundingBox() |
Calculate the bounding box of the node
|
BoundingBox |
Plane.getBoundingBox() |
Gets the bounding box of current entity in its object space coordinate system.
|
BoundingBox |
Sphere.getBoundingBox() |
Gets the bounding box of current entity in its object space coordinate system.
|
BoundingBox |
Torus.getBoundingBox() |
Gets the bounding box of current entity in its object space coordinate system.
|
static BoundingBox |
BoundingBox.mul(BoundingBox bbox,
Matrix4 mat) |
Operator overloading for multiply
|