Matrix.Transpose Method (Matrix, Matrix)
Transposes the rows and columns of a matrix.
Syntax
'Declaration
Public Shared Sub Transpose ( _
ref matrix As Matrix, _
out result As Matrix _
)
public static void Transpose (
ref Matrix matrix,
out Matrix result
)
public:
static void Transpose(
ref Matrix matrix,
out Matrix result
)
Parameters
- matrix
Type: Matrix
Source matrix. - result
Type: Matrix
[OutAttribute] Transposed matrix.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone