Click or drag to resize

Vector2Normalized Method

Returns the vector scaled to unit length. Equivalent to `v / v.Length()`.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 Normalized()

Return Value

Type: Vector2
A normalized version of the vector.
See Also