Mat4:transpose
EditTransposes the matrix, mirroring its values along the diagonal.
m = Mat4:transpose()
Arguments
None
Returns
Name | Type | Description |
m | Mat4 | The original matrix. |
See also
Mat4
Transposes the matrix, mirroring its values along the diagonal.
m = Mat4:transpose()
None
Name | Type | Description |
m | Mat4 | The original matrix. |
Mat4