English
Appearance
Vector4.Normalize()
Vector4
Normalize the current vector.
void
let v4 = new Vector4(-1, -2, -3, -4); v4.Normalize();