point that is to be transformed by the rotation
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
The rotation center (or point name)
OptionaloffsetX?: numberx-shift of the name
OptionaloffsetY?: numbery-shift of the 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|)
Optionaltag?: stringTag to be applied on the created point (if present)
Angle of rotation : number or valid formula
The created point if isPromiseMode is false or promise that will be resolved when the point is displayed
Adds the image point of a through a rotation of center o and angle x syntaxes
addImPointRotation(a, o, x),addImPointRotation(a, o, x, name),addImPointRotation(a, o, x, name, color)andaddImPointRotation(a, o, x, name, color, pointStyle)are allowed too