Matrix.op_Multiply Method

Language:

Determines the product of two matrices.

Definition

Visual Basic Public Shared Function op_Multiply( _
    ByVal left As Matrix, _
    ByVal right As Matrix _
) As Matrix
C# public static Matrix op_Multiply(
    Matrix left,
    Matrix right
);
C++ public:
static Matrix operator*(
    Matrix left,
    Matrix right
);
JScript public static function op_Multiply(
    left : Matrix,
    right : Matrix
) : Matrix;

Parameters

left Microsoft.DirectX.Matrix
Source Matrix structure.
right Microsoft.DirectX.Matrix
Source Matrix structure.

Return Value

Microsoft.DirectX.Matrix
A Matrix structure that is the product of two matrices.

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center