mPhysics - A .NET Wrapper for Ageia's PhysX SDK

Bounds3 Members

 [This is preliminary documentation and subject to change.]

Bounds3 overview

Public Instance Constructors

Bounds3Overloaded. Initializes a new instance of the Bounds3 class.

Public Instance Properties

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.

Public Instance Methods

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.
SetOverloaded. Set the minimum and maximum along each axis.
SetEmpty Set this to empty bounds.
SetInfinite Set this to inifinite bounds.
TransformByOverloaded. Transform this by the given matrix and reassign the bounds.
UnionWith Sets this to the union of this with the given bounds.

See Also

Bounds3 Structure | mPhysics.Foundation Namespace