Westonci.ca offers quick and accurate answers to your questions. Join our community and get the insights you need today. Get quick and reliable solutions to your questions from a community of seasoned experts on our user-friendly platform. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our 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