menu
fluttershy package
documentation
math.dart
Quaternion
operator + method
operator + method
dark_mode
light_mode
operator +
method
Quaternion
operator +
(
Quaternion
other
)
Returns copy of this +
other
.
Implementation
Quaternion operator +(Quaternion other) => clone()..add(other);
fluttershy package
documentation
math
Quaternion
operator + method
Quaternion class