56.4k views
1 vote
If u rotate an object around a given point what information will you need?

User Dijam
by
5.7k points

1 Answer

1 vote

Answer:

A point (a, b) rotated around a point (x, y) 180 degrees will transform to point (-(a - x) + x, -(b - y) + y). A point (a, b) rotated around the origin 270 degrees will transform to point (b - y + x, -(a - x) + y).

Explanation:

User Desa
by
5.2k points