VRageMath.PlaneD.Normalize - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexPlaneD

Summary

public void Normalize()

Changes the coefficients of the Normal vector of this PlaneD to make it of unit length.

Summary

public static PlaneD Normalize(PlaneD value)

Changes the coefficients of the Normal vector of a PlaneD to make it of unit length.

Returns

PlaneD

Parameters

Summary

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.

Parameters

⚠️ **GitHub.com Fallback** ⚠️