Quote:How do you rotate 90 degrees around the point (1,0)
What you need to do is
a) translate your point so that (1,0) becomes it's new (0,0)
b) rotate it by multiplying it by the appropriate rotation matrix
c) translating it back to the original coordinate system
and your final answer is