If you have a point on a window where the top left is 0,0 and bottom right is 100,100 for a 100 pixel window. (This is only for reference in the coordinate system that I am using). And I have a rectangle that I want to draw at an angle relative to the top left corner of it. How would I find the 3 remaining points to draw this correctly?
Note: This question is purely math and is asking nothing of programming.