Matrix.Transpose Method

Language:

Transposes the matrix using a source matrix.

Definition

Visual Basic Public Sub Transpose( _
    ByVal source As Matrix _
)
C# public void Transpose(
    Matrix source
);
C++ public:
void Transpose(
    Matrix source
);
JScript public function Transpose(
    source : Matrix
);

Parameters

source Microsoft.DirectX.Matrix
Source Matrix structure.

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