I have the coordinates of the top left point of a rectangle as well as its width, height and rotation from 0 to 180 and -0 to -180.
I am trying to get the bounding coordinates of the actual box around the rectangle.
What is a simple way of calculating the coordinates of the bounding box
The A point is not always on the min y bound, it can be anywhere.
I can use matrix the transform toolkit in as3 if needed.