operator - method Null safety
- Quaternion other
Returns copy of this - other.
Implementation
Quaternion operator -(Quaternion other) => clone()..sub(other);
Returns copy of this - other.
Quaternion operator -(Quaternion other) => clone()..sub(other);