transposed method

Matrix3 transposed()

Returns the tranpose of this.

Implementation

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