VRageMath.Vector4.Normalize - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Vector4
public void Normalize()
Turns the current vector into a unit vector.
public static Vector4 Normalize(Vector4 vector)
Creates a unit vector from the specified vector.
- Vector4 vector
public static void Normalize(ref Vector4 vector, out Vector4 result)
Returns a normalized version of the specified vector.