Share via


Matrix.Transpose Method (Matrix)

Transposes the rows and columns of a matrix.

Syntax

'Declaration
Public Shared Function Transpose ( _
         matrix As Matrix _
) As Matrix 
public static Matrix Transpose (
         Matrix matrix
)
public:
static Matrix Transpose(
         Matrix matrix
)

Parameters

  • matrix
    Type: Matrix
    Source matrix.

Return Value

Type: Matrix
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