OptionalabsCoord?: booleanset to true if x,y should be considered absolute in the svg (in that case rep is ignored), useless if there is no frame (in that case x,y will be considered absolute regardless of this property)
Optionalcolor?: stringColor, black by default
point locus the point is to be linked to (or its tag)
OptionalfontSize?: numberSize of the font used for the point name
Optionalhidden?: booleantrue to get the created point masked
OptionalhiddenName?: booleantrue to get the linked point name masked
Optionalname?: stringName of the linked point to be created
OptionaloffsetX?: numberx-shift of the linked point name
OptionaloffsetY?: numbery-shift of the linked point name
Optionalopacity?: numberopacity (0 to 1), 1 by default
OptionalpointStyle?: stringPoint style (square|round|cross|mult|littleround|diamond|pixel|biground|bigmult)
Optionalrep?: stringtag of the frame (system of coordinates), mandatory only if the figure contains several frames
Optionaltag?: stringTag to be applied on the created point (if present)
x-coordinate of the point used to establish the starting position of the linked point ((by orthogonal projection on the line)
y-coordinate of the point used to establish the starting position of the linked point ((by orthogonal projection on the line)
The created point if isPromiseMode is false or promise that will be resolved when the point is displayed
Adds a point linked to a line (or ray or segment) syntaxes
addLinkedPointLocus(elt, x, y),addLinkedPointLocus(elt, x, y, name),addLinkedPointLocus(elt, x, y, name, color),addLinkedPointLocus(elt, x, y, name, color, pointStyle)andaddLinkedPointLocus(elt, x, y, name, color, pointStyle, rep)are allowed too