Question 613315
Hint: to rotate any point (x,y) about the origin 90 degrees counter clockwise, you swap the x and y coordinates and you negate the x coordinate of the final point. So you go from (x,y) to (-y,x)