Bounds3 | Overloaded. Initializes a new instance of the Bounds3 class. |
Center | Computes the center of the bounds. |
IsEmpty | Is this an empty bounds? |
Max | The maximum corner of the bounds. |
Min | The minimum corner of the bounds. |
Size | Computes the size (length, width, height) of the bounds. |
Contains | Returns true if the given point is within the bounds. |
Include | Expands the volume to include the given point. |
Intersects | Returns true is this intersects the given bounds. |
Set | Overloaded. Set the minimum and maximum along each axis. |
SetEmpty | Set this to empty bounds. |
SetInfinite | Set this to inifinite bounds. |
TransformBy | Overloaded. Transform this by the given matrix and reassign the bounds. |
UnionWith | Sets this to the union of this with the given bounds. |
Bounds3 Structure | mPhysics.Foundation Namespace