Back to Library
The Track2 min read

Rotations

A rotation turns every point of a shape around a fixed centre point by a given angle. The size and shape stay the same, just the orientation changes.

Rotating 90° clockwise around the origin: (x, y) → (y, −x). Rotating 180°: (x, y) → (−x, −y). Rotating 270° clockwise (= 90° counter-clockwise): (x, y) → (−y, x).

Translations, reflections, and rotations are all rigid transformations — they preserve size and shape perfectly.

Remember

180° rotation always flips both signs: (x, y) → (−x, −y). It's the simplest one to remember.

Real World

The hands of a clock rotate around the centre. The minute hand makes a full 360° rotation every hour.

Feeling ready?

Put this concept to work with a practice workout.

Practice this concept

Related concepts