Matrix4x4.transpose

var transpose : Matrix4x4

Description

Returns the transpose of this matrix (Read Only).

Transposed matrix is the one that has columns exchanged with rows of the original (i.e. flipped along main diagonal).