Optionalcolor?: stringColor, black by default
Tag of the first intersection line (or ray or segment)
Tag of the second intersection line (or ray or segment)
OptionalfontSize?: numberSize of the font used for the intersection point name
Optionalhidden?: booleantrue to get the intersection point masked
OptionalhiddenName?: booleantrue to get the intersection point name hidden
Optionalname?: stringThe name of the intersection point
Optionalopacity?: numberopacity (0 to 1), 1 by default
OptionalpointStyle?: stringPoint style (square|round|cross|mult|littleround|diamond|pixel|biground|bigmult)
Optionaltag?: stringTag to be applied on the created LaTeX display (if present)
The created point if isPromiseMode is false or promise that will be resolved when the intersection point is displayed
Adds the intersection of 2 lines syntaxes
addIntLineLine(d, d2),addIntLineLine(d, d2, name),addIntLineLine(d, d2, name, color)andaddIntLineLine(d, d2, name, color, pointStyle)are allowed too