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