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

Bounds3 Constructor (Vector3, Vector3)

 [This is preliminary documentation and subject to change.]

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

See Also

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