menu
thermion_dart package
documentation
thermion_dart.dart
Vector2
scale method
scale method
dark_mode
light_mode
scale
method
void
scale
(
double
arg
)
Scale this by
arg
.
Implementation
void scale(double arg) { _v2storage[1] *= arg; _v2storage[0] *= arg; }
thermion_dart package
documentation
thermion_dart
Vector2
scale method
Vector2 class