Rotate[point A, angle phi]: Rotates point A by angle φ around the axis origin
Rotate[vector v, angle phi]: Rotates vector v by angle φ
Rotate[line g, angle phi]: Rotates line g by angle φ around the axis origin
Rotate[conic c, angle phi]: Rotates conic section c by angle φ around the axis origin
Rotate[polygon poly, angle phi]: Rotates polygon poly by angle φ around the axis origin. Note: New vertices and segments are created too.
Rotate[image pic, angle phi]: Rotates image pic by angle φ around the axis origin
Rotate[point A, angle phi, point B]: Rotates point A by angle φ around point B
Rotate[line g, angle phi, point B]: Rotates line g by angle φ around point B
Rotate[conic c, angle phi, point B]: Rotates conic section c by angle φ around point B
Rotate[polygon poly, angle phi, point B]: Rotates polygon poly by angle φ around point B. Note: New vertices and segments are created too.
Rotate[image pic, angle phi, point B]: Rotates image pic by angle φ around point B
Note: Also
see mode Rotate object around point by angle
Related Topics
4.3.19. Geometric Transformations