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

Bounds3.TransformBy Method (Matrix34)

 [This is preliminary documentation and subject to change.]

Transform this by the given matrix and reassign the bounds.

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

See Also

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