menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
subScalar method
subScalar method
dark_mode
light_mode
subScalar
method
Vector2
subScalar
(
num
s
)
Implementation
Vector2 subScalar(num s) { x -= s; y -= s; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
subScalar method
Vector2 class