Function: intcc

Syntax

intcc (<point1>,<num1>,<point2>, <num2>{,<point3>})

Type

point

Returns

The intersection of two circles. Two values are returned. The circles must be in the same 3-D plane.

Parameters

If there is no intersection, the value of <point1> is returned.

Examples

point inxs[2] = intcc(c1,300,c2,250)

point inxs[2] = intcc(c1,300,c2,250,e:100)

See Also

Functions:

intlc (point), intll (point), intlp (point), intpp (point)