menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
setLength method
setLength method
dark_mode
light_mode
setLength
method
Vector2
setLength
(
double
length
)
Implementation
Vector2 setLength(double length) { return normalize().multiplyScalar(length); }
openworld package
documentation
three_dart/three3d/math/index
Vector2
setLength method
Vector2 class