Click or drag to resize

MatrixTransposeMatrix Method

Transpose given Matrix

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Matrix TransposeMatrix(
	Matrix m
)

Parameters

m
Type: Microsoft.DirectXMatrix
Matrix to transpose

Return Value

Type: Matrix
Transposed Matrix
Remarks
Obsolete, use Transpose(Matrix) instead
See Also