Welcome to Westonci.ca, where your questions are met with accurate answers from a community of experts and enthusiasts. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform. Get precise and detailed answers to your questions from a knowledgeable 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