[]
Calculates the transpose of the specified matrix.
public static Matrix4x4 Transpose(Matrix4x4 value)
Type | Name | Description |
---|---|---|
Matrix4x4 | value | The matrix whose transpose is to be calculated. |
Type | Description |
---|---|
Matrix4x4 | The transpose of the specified matrix. |