I'm trying to resize a rotated rectangle, you just drag the image out (or in) from 1 corner, and the corner diagonal of that 1 will stay in the old position.
So I know the angle(radians) of rotation and 2 corners diagonal of each other, now I would like to find the other two corners.
I've tried to calculate em with Trigonometry but I failed miserably, so how can u calculate those other 2 points.