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

Box.TransformBy Method 

 [This is preliminary documentation and subject to change.]

Transform this by the given matrix and return the result.

[Visual Basic]
Public Function TransformBy( _ 
   ByRef Matrix34& As Matrix34 _ 
) As Box
[C#]
public Box TransformBy(
   ref Matrix34 Matrix34&
);
[C++]
public: Box TransformBy(
   * Matrix34* Matrix34&
);
[JScript]
public function TransformBy(
   Matrix34 Matrix34&
): Box;

See Also

Box Structure | mPhysics.Foundation Namespace