Function: intpp

Syntax

intpp (<point1>,<point2>,<point3>,<point4>)

Type

point

Returns

The intersection of two planes. Two values are returned: a point on the intersection line, and the direction of the intersection line.

Parameters

If the planes are parallel, the value of <point1> and a direction (0,0,0) are returned.

Examples

point inxs[2] = intpp(p1,norm1,p2,norm2)

See Also

Functions:

intcc (point), intlc (point), intll (point), intlp (point)