Normalize
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
Parameters
- Plane value
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.