[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.Transpose

Transpose Method

Transpose(Matrix4x4)

Calculates the transpose of the specified matrix.

Declaration
public static Matrix4x4 Transpose(Matrix4x4 value)
Public Shared Function Transpose(value As Matrix4x4) As Matrix4x4
Parameters
Type Name Description
Matrix4x4 value

The matrix whose transpose is to be calculated.

Returns
Type Description
Matrix4x4

The transpose of the specified matrix.