Matrix.MultiplyTranspose Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Calculates the transposed product of two matrices.
Overload List
Name | Description | |
---|---|---|
MultiplyTranspose(Matrix) | Replaces the current matrix with the transposed product of the current matrix and the specified matrix. | |
MultiplyTranspose(Matrix, Matrix) | Returns the transposed product of the two specified matrices. |
Top