Point (or point name) that is to be transformed by the translation
Optionalcolor?: stringColor, black by default
OptionalfontSize?: numberFont size of the name
Optionalhidden?: booleantrue to get the created point masked
OptionalhiddenName?: booleantrue to get the created point name masked
Optionalname?: stringThe name of the point to be created (image point)
OptionaloffsetX?: numberx-shift of the point name
OptionaloffsetY?: numbery-shift of the point name
Optionalopacity?: numberopacity (0 to 1), 1 by default
OptionalpointStyle?: stringPoint style (o|O|OO|x|X|+|<>|[]|.) or (littleround|round|biground|mult|bigmult|cross|diamond|square|pixel|)
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)
the first coordinate of the translation vector
the second coordinate of the translation vector
The created point if isPromiseMode is false or promise that will be resolved when the point is displayed
Adds an image point of a through a translation of vector with coordinates (x, y) syntaxes
addImPointTranslation(a, x, y),addImPointTranslation(a, x, y, name),addImPointTranslation(a, x, y, name, color)andaddImPointTranslation(a, x, y, name, color, pointStyle)are allowed too