clone method

Quaternion clone ()

Returns a new copy of this.

Implementation

Quaternion clone() => new Quaternion.copy(this);