Click or drag to resize

Vector3Normalized 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 Vector3 Normalized()

Return Value

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