Skip to content

API > Matrix4x4 > transpose


Matrix4x4.transpose⚓︎

Read-Only

Read-only Property This property is Read-Only

Name Type
transpose Matrix4x4

Description⚓︎

Returns the transpose of this matrix (Read Only).

Extra Detail⚓︎

The transposed matrix is the one that has the Matrix4x4's columns exchanged with its rows.