![]() |
![]() |
![]() |
Matrix.Multiply Method |
Language: |
Determines the product of two matrices.
Visual Basic .NET Public Sub Multiply( _
ByVal source As Matrix _
)C# public void Multiply(
Matrix source
);Managed C++ public: void Multiply(
Matrix source
);JScript .NET public function Multiply(
source : Matrix
);
source Microsoft.DirectX.Matrix. Source Matrix structure to multiply by the current instance.
This method's result represents the transformation of left (or the current instance) followed by the transformation of right (or source).
The following equations demonstrate how the multiplication takes place.
Out = left * right
Out = this instance * source
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center