inverted method

Quaternion inverted ()

Inverted copy of this.

Implementation

Quaternion inverted() => clone()..inverse();