Bexel Manager API Documentation
|
Represents an axis-aligned bounding box in 3-dimensional space. More...
Properties | |
Vector3D | Min [get] |
Returns the lower bound of the bounding box. More... | |
Vector3D | Max [get] |
Returns the upper bound of the bounding box. More... | |
Vector3D | Center [get] |
Returns the center point of the bounding box. More... | |
Vector3D | Size [get] |
Returns the size of the bounding box across X,Y,Z axes. More... | |
Represents an axis-aligned bounding box in 3-dimensional space.
|
get |
Returns the center point of the bounding box.
|
get |
Returns the upper bound of the bounding box.
|
get |
Returns the lower bound of the bounding box.
|
get |
Returns the size of the bounding box across X,Y,Z axes.