menu
luke_flow_diagram package
documentation
utils/math.dart
Vector2
add method
add method
dark_mode
light_mode
add
method
Vector2
add
(
Vector2
other
)
Implementation
Vector2 add(Vector2 other) => Vector2(x + other.x, y + other.y);
luke_flow_diagram package
documentation
utils/math
Vector2
add method
Vector2 class