VRageMath.Plane.Normalize - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexPlane

Summary

public void Normalize()

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

Summary

public static Plane Normalize(Plane value)

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

Returns

Plane

Parameters

Summary

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.

Parameters

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