intpp (<point1>,<point2>,<point3>,<point4>)
point
The intersection of two planes. Two values are returned: a point on the intersection line, and the direction of the intersection line.
<point1>
A point on the
first plane.
<point2>
The normal to the
first plane.
<point3>
A point on the
second plane.
<point4>
The normal to the
second plane.
If the planes are parallel, the value of <point1> and a direction (0,0,0) are returned.
point inxs[2] = intpp(p1,norm1,p2,norm2)
Functions: |