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