menu
three_dart package
documentation
three3d/math/vector2.dart
Vector2
addScalar method
addScalar method
dark_mode
light_mode
addScalar
method
Vector2
addScalar
(
num
s
)
Implementation
Vector2 addScalar(num s) { x += s; y += s; return this; }
three_dart package
documentation
three3d/math/vector2
Vector2
addScalar method
Vector2 class