English
Appearance
Vector2.Normalize()
Vector2
Normalize the current vector.
void
let v2 = new Vector2(-1, -2); v2.Normalize();