![]() |
![]() |
![]() |
Matrix.op_Multiply Method |
Language: |
Determines the product of two matrices.
Visual Basic .NET Public Shared Function op_Multiply( _
ByVal left As Matrix, _
ByVal right As Matrix _
) As MatrixC# public static Matrix op_Multiply(
Matrix left,
Matrix right
);Managed C++ public: static Matrix op_Multiply(
Matrix left,
Matrix right
);JScript .NET public static function op_Multiply(
left : Matrix,
right : Matrix
) : Matrix;
left Microsoft.DirectX.Matrix. Source Matrix structure. right Microsoft.DirectX.Matrix. Source Matrix structure.
Microsoft.DirectX.Matrix . A Matrix structure that is the product of two matrices.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center