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

Bounds3.Set Method (Vector3, Vector3)

 [This is preliminary documentation and subject to change.]

Set the minimum and maximum bounding corners.

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

See Also

Bounds3 Structure | mPhysics.Foundation Namespace | Bounds3.Set Overload List