Looking for trustworthy answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Ask your questions and receive precise answers from experienced professionals across different disciplines. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

Rotate the point 832° to within 10°.


Sagot :

Answer:

If you rotate point (px, py) around point (ox, oy) by angle theta you'll get:

p'x = cos(theta) * (px-ox) - sin(theta) * (py-oy) + ox

p'y = sin(theta) * (px-ox) + cos(theta) * (py-oy) + oy