Function: norm

Syntax

norm (<point1>,<point2>,<point3>)

Type

point

Returns

The normal to a plane formed by three 3-D points.

Parameters

If an answer cannot be computed, then the value (0,0,1) is returned.

Example

point n = norm(p0,gc,myp)

See Also

Functions:

dir3d (point), intlp (point), intpp (point)