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