inverse method

Rotation inverse()

Invert the Rotation.

Implementation

Rotation inverse() => Rotation(axis: axis, n: -n);