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

Matrix34.Multiply Method 

 [This is preliminary documentation and subject to change.]

Multiply this by the given matrix and return the result.

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

See Also

Matrix34 Structure | mPhysics.Foundation Namespace