Used to handle bounding boxes in 3D space. Basically made of two min and max vectors that represents the edges of the 3D bounding box.
Box3 constructor
min vector of the Box3
max vector of the Box3
Min vector of the Box3
Max vector of the Box3
Get the Box3 center
Get the Box3 size
Get the Box3 radius
Set a Box3 from two min and max vectors
Check whether the Box3 min and max values have actually been set
Copy a Box3 into this Box3.
Box3 to copy
Clone this Box3
Apply a matrix to a Box3 Useful to apply a transformation matrix to a Box3
matrix to use
transformed Box3 to set
Used to handle bounding boxes in 3D space. Basically made of two min and max vectors that represents the edges of the 3D bounding box.