Matrix.TransposeMatrix Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Returns the matrix transpose of a given matrix.
Definition
Visual Basic .NET |
Public Shared Function TransposeMatrix( _ ByVal source As Matrix _ ) As Matrix |
C# |
public static Matrix TransposeMatrix( Matrix source ); |
Managed C++ |
public: static Matrix TransposeMatrix( Matrix source ); |
JScript .NET |
public static function TransposeMatrix( source : Matrix ) :
Matrix; |
Parameters
Return Value
Microsoft.DirectX.Matrix
. A Matrix object that is the matrix transpose of the matrix.
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center