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

Bounds3.UnionWith Method 

 [This is preliminary documentation and subject to change.]

Sets this to the union of this with the given bounds.

[Visual Basic]
Public Sub UnionWith( _ 
   ByRef Bounds3& As Bounds3 _ 
)
[C#]
public void UnionWith(
   ref Bounds3 Bounds3&
);
[C++]
public: void UnionWith(
   * Bounds3* Bounds3&
);
[JScript]
public function UnionWith(
   Bounds3 Bounds3&
);

See Also

Bounds3 Structure | mPhysics.Foundation Namespace