menu
openworld package
documentation
three_dart/three3d/math/index.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; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
addScalar method
Vector2 class