VRageMath.Plane.Normalize - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Plane
public void Normalize()
Changes the coefficients of the Normal vector of this Plane to make it of unit length.
public static Plane Normalize(Plane value)
Changes the coefficients of the Normal vector of a Plane to make it of unit length.
- Plane value
public static void Normalize(ref Plane value, out Plane result)
Changes the coefficients of the Normal vector of a Plane to make it of unit length.