80.9k views
3 votes
JUST NEED A BIT OF HELP PLS

JUST NEED A BIT OF HELP PLS-example-1
User Klaus Ertl
by
3.5k points

1 Answer

2 votes

Explanation:

1st : Vector translation.

a vector -8j ( 0 , -8 ) helped translate (x , y) => (x , y - 8)

2nd : rotation.

The only rotation that results in (-x , -y) is pi rotation.

formula : (x , y -8) => ( xcos(pi) - ysin(pi) , xsin(pi) + ycos(pi) )

substitute x & y-8 into x & y respectively of the formula above.

User Janpeter
by
3.8k points