menu
thermion_dart package
documentation
thermion_dart.dart
Vector2
scaled method
scaled method
dark_mode
light_mode
scaled
method
Vector2
scaled
(
double
arg
)
Return a copy of this scaled by
arg
.
Implementation
Vector2 scaled(double arg) => clone()..scale(arg);
thermion_dart package
documentation
thermion_dart
Vector2
scaled method
Vector2 class