menu
flame package
documentation
input.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);
flame package
documentation
input
Quaternion
operator + method
Quaternion class