negated method

Quaternion negated()

Negated copy of this.

Implementation

Quaternion negated() => clone()..negate();