⚡
Memory Key
90° CCW → (x, y) becomes (−y, x) | 90° CW → (x, y) becomes (y, −x)
Rotation Rules Cheat Sheet
90° CCW: \((x,y) \to (-y, x)\)
180°: \((x,y) \to (-x,-y)\)
90° CW: \((x,y) \to (y,-x)\)
→ \((3,-2)\) 90° CCW → \((2, 3)\)
💡 Solution
Rule: (x,y) → (−y, x). So (3,−2) →
(2, 3)