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

Bounds3.Include Method 

 [This is preliminary documentation and subject to change.]

Expands the volume to include the given point.

[Visual Basic]
Public Sub Include( _ 
   ByVal Vector3 As Vector3 _ 
)
[C#]
public void Include(
   Vector3 Vector3
);
[C++]
public: void Include(
   Vector3 Vector3
);
[JScript]
public function Include(
   Vector3 Vector3
);

See Also

Bounds3 Structure | mPhysics.Foundation Namespace