operator + method

Quaternion operator + (Quaternion other)

Returns copy of this + other.

Implementation

Quaternion operator +(Quaternion other) => clone()..add(other);