![]() |
![]() |
![]() |
Matrix.MultiplyTranspose Method |
Language: |
Calculates the transposed product of two matrices.
Visual Basic .NET Public Sub MultiplyTranspose( _
ByVal source As Matrix _
)C# public void MultiplyTranspose(
Matrix source
);Managed C++ public: void MultiplyTranspose(
Matrix source
);JScript .NET public function MultiplyTranspose(
source : Matrix
);
source Microsoft.DirectX.Matrix. Source Matrix structure to multiply and transpose with the current instance.
This method's result is the transposed product of two transformation matrices:
Out = T(this instance * source).
This method is useful for setting matrices as constants for vertex and pixel shaders.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center