transposed method

Matrix4 transposed()

Returns the tranpose of this.

Implementation

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