menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
addVectors method
addVectors method
dark_mode
light_mode
addVectors
method
Vector2
addVectors
(
Vector2
a
,
Vector2
b
)
Implementation
Vector2 addVectors(Vector2 a, Vector2 b) { x = a.x + b.x; y = a.y + b.y; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
addVectors method
Vector2 class