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