Rotation is a transformation that turns a shape around a fixed point, called the center of rotation, through a specific angle and direction.
| Rotation | Coordinate Rule |
|---|---|
| 90o CCW | (x, y) → (x' = -y, y' = x) |
| 180o | (x, y) → (x' = -x, y' = -y) |
| 270o CCW | (x, y) → (x ' = y, y' = -x) |
| 360o CCW | (x, y) → (x' = x, y' = y) |
Click to add points. Use the slider or angle input to rotate them. Points will be labeled A, B, C (in red) ... and their corresponding after rotation A', B', C' (in blue)...