Windows apps
Collapse the table of content
Expand the table of content

Matrix4x4::Transpose Method

Transposes the rows and columns of a matrix.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Matrix4x4 Transpose(
	Matrix4x4 matrix
)

Parameters

matrix
Type: System.Numerics::Matrix4x4

The matrix to transpose.

Return Value

Type: System.Numerics::Matrix4x4
The transposed matrix.
Show:
© 2017 Microsoft