menu
vector_math package
documentation
vector_math_64.dart
Vector2
normalized method
normalized method
dark_mode
light_mode
normalized
method
Vector2
normalized
(
)
Normalized copy of this.
Implementation
Vector2 normalized() => clone()..normalize();
vector_math package
documentation
vector_math_64
Vector2
normalized method
Vector2 class