pointRotate
geometric.pointRotate(point[, angle[, origin]])
Returns the coordinates resulting from rotating a point about an origin by an angle in degrees. If angle is not specified, defaults to 0. If origin is not specified, the origin defaults to [0, 0].
Returns
Point
Parameters
point
Pointangle
numberorigin
PointExamples
Rotate A Point About An Origin
Rotate a draggable point around a draggable origin and inspect the angle.