Mat4:transpose

Edit

Transposes the matrix, mirroring its values along the diagonal.

self = Mat4:transpose()

Arguments

None

Returns

NameTypeDescription
selfMat4 The transposed matrix.

See also