operator + method

Quaternion operator +(
  1. Quaternion other
)

Returns copy of this + other.

Implementation

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