Returns the vector scaled to unit length. Equivalent to `v / v.Length()`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Vector2 Normalized()
Return Value
Type:
Vector2A normalized version of the vector.
See Also