95.9k views
3 votes
Rotation 90 clokwise HELP PLEASE

Rotation 90 clokwise HELP PLEASE-example-1
User Davidcann
by
6.1k points

1 Answer

3 votes

Answer:

Explanation:

I assume you want to rotate each point about the origin.

To rotate a point (x, y) 90° clockwise about the origin:

(x, y) → (y, -x)

For point A:

(-5, 0) → (0, 5)

For point B:

(-5, 3) → (3, 5)

For point C:

(0, 4) → (4, 0)

User Indrajeet Singh
by
5.7k points