menu
fluttershy package
documentation
math.dart
Vector3
operator + method
operator + method
dark_mode
light_mode
operator +
method
Vector3
operator +
(
Vector3
other
)
Add two vectors.
Implementation
Vector3 operator +(Vector3 other) => clone()..add(other);
fluttershy package
documentation
math
Vector3
operator + method
Vector3 class