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;
Matrix34 Structure | mPhysics.Foundation Namespace