Modifier and Type | Field and Description |
---|---|
static BoundingBox |
BoundingBox.INFINITE
The infinite bounding box
|
static BoundingBox |
BoundingBox.NULL
The null bounding box
|
Modifier and Type | Method and Description |
---|---|
BoundingBox |
BoundingBox.clone() |
static BoundingBox |
BoundingBox.fromGeometry(Geometry geometry)
Construct a bounding box from given geometry
|
BoundingBox |
Torus.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 |
Plane.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 |
Geometry.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 |
Cylinder.getBoundingBox()
Gets the bounding box of current entity in its object space coordinate system.
|
BoundingBox |
Box.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
|
Modifier and Type | Method and Description |
---|---|
void |
BoundingBox.copyFrom(BoundingBox src) |
static BoundingBox |
BoundingBox.mul(BoundingBox bbox,
Matrix4 mat)
Operator overloading for multiply
|
Copyright © 2019. All rights reserved.