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