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

Bounds3.Set Method (Single, Single, Single, Single, Single, Single)

 [This is preliminary documentation and subject to change.]

Set the minimum and maximum along each axis.

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

See Also

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