Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 418 Bytes

File metadata and controls

19 lines (11 loc) · 418 Bytes

Home > server > Vector2 > normalize

Vector2.normalize() method

Normalizes the current vector.

Signature:

normalize(): Vector2;

Returns:

Vector2

The current vector.