transpose
7/14/25Less than 1 minute
Matrix4x4.transpose
"Read-Only"
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.