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