menu
Flutter
vector_math
Quaternion
operator + method
operator +
brightness_4
brightness_5
operator +
method
Quaternion
operator +
(
Quaternion
other
)
Returns copy of this +
other
.
Implementation
Quaternion operator +(Quaternion other) => clone()..add(other);
Flutter
vector_math
Quaternion
operator + method
Quaternion class