[]
Transposes the matrix.
public static void TransposeRef(ref Matrix4x4 value)
Type | Name | Description |
---|---|---|
Matrix4x4 | value | The matrix whose transpose is to be calculated. |
Calculates the transpose of the specified matrix.
public static void TransposeRef(out Matrix4x4 result, ref Matrix4x4 value)
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. |