menu
manim_web package
documentation
util/vector.dart
Vector3
scale method
scale method
dark_mode
light_mode
scale
method
Vector3
scale
(
num
k
)
Implementation
Vector3 scale(num k) => this * k;
manim_web package
documentation
util/vector
Vector3
scale method
Vector3 class