asked 152k views
0 votes
Write a function to represent the point rotated counterclockwise about the origin.

Write a function to represent the point rotated counterclockwise about the origin-example-1
asked
User Dodi
by
9.2k points

1 Answer

5 votes

If you have a point (x,y) and want to rotate 90 degrees counterclockwise the point becomes

(x,y) becomes (-y,x)

answered
User Nissan
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.