norm (<point1>,<point2>,<point3>)
point
The normal to a plane formed by three 3-D points.
<point1>,<point2>,<point3>
The three points
forming the plane.
If an answer cannot be computed, then the value (0,0,1) is returned.
point n = norm(p0,gc,myp)
Functions: |