Tag of the intersection circle (or circle arc)
Optionalcolor?: stringColor, black by default
Tag of the first intersection line (or ray or segment)
OptionalfontSize?: numberSize of the font used for the created intersection points
Optionalhidden?: booleantrue to get the intersection points masked
OptionalhiddenName?: booleantrue to get the intersection points name hidden
Optionalname?: stringName of the first intersection point created
Optionalname2?: stringName of the second intersection point created (if not already present in the figure)
Optionalopacity?: numberopacity (0 to 1), 1 by default
OptionalpointStyle?: stringPoint style (square|round|cross|mult|littleround|diamond|pixel|biground|bigmult)
OptionalsmartIntersect?: booleanSet to false to re-create points seen as already existing in circle intersection (with circle or line)
[point1, point2] where point1 and point2 are the intersection points if isPromiseMode is false or promise that will be resolved when the intersection points are displayed. If one of the intersection point exists, point1 is the new created point
Adds the intersection between a line and a circle without re-creating an intersection point already created syntaxes
addIntLineCircle(d, c),addIntLineCircle(d, c, name),addIntLineCircle(d, c, name, name2),addIntLineCircle(d, c, name, name2, color)andaddIntLineCircle(d, c, name, name2, color, pointStyle)are allowed too