TransformationMatrix.Transpose

TransformationMatrix.Transpose method

Performs transposing of matrix.

public static TransformationMatrix Transpose(TransformationMatrix initialMatrix)
ParameterTypeDescription
initialMatrixTransformationMatrixMatrix to transpose.

Return Value

Transposed matrix.

See Also