[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.TransposeRef

TransposeRef Method

TransposeRef(ref Matrix4x4)

Transposes the matrix.

Declaration
public static void TransposeRef(ref Matrix4x4 value)
Parameters
Type Name Description
Matrix4x4 value

The matrix whose transpose is to be calculated.

TransposeRef(out Matrix4x4, ref Matrix4x4)

Calculates the transpose of the specified matrix.

Declaration
public static void TransposeRef(out Matrix4x4 result, ref Matrix4x4 value)
Parameters
Type Name Description
Matrix4x4 result

When the method completes, contains the transpose of the specified matrix.

Matrix4x4 value

The matrix whose transpose is to be calculated.