intcc (<point1>,<num1>,<point2>, <num2>{,<point3>})
point
The intersection of two circles. Two values are returned. The circles must be in the same 3-D plane.
<point1>
The center of the first circle.
<num1>
The radius of first
circle.
<point2>
The center of the
second circle.
<num2>
The radius of second
circle.
<point3>
The normal to the
circles. If omitted, up (0,0,1) is assumed.
If there is no intersection, the value of <point1> is returned.
point inxs[2] = intcc(c1,300,c2,250)
point inxs[2] = intcc(c1,300,c2,250,e:100)
Functions: |