Plane.Normalize Method ()
Returns the normal of a plane.
Overload List
public void Normalize(); public static Plane Normalize(Plane);
Remarks
This method normalizes a plane so that
|a, b, c| == 1
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns the normal of a plane.
Overload List
public void Normalize(); public static Plane Normalize(Plane);
Remarks
This method normalizes a plane so that
|a, b, c| == 1
.