conjugated method

Quaternion conjugated()

Conjugated copy of this.

Implementation

Quaternion conjugated() => clone()..conjugate();