Matrix4 transposed()

Returns the tranpose of this.

Source

Matrix4 transposed() => clone()..transpose();