show/hide this revision's text 3 fix typo

Hello,

Schema

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 boudning bounding coordinates of the actual box around the rectangle. What is a simple way of calculating the coordinates of the bounding box - min y, max y, min x, max x ?

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.

Thanks

show/hide this revision's text 2 typo

Calculate Bounding box cooridnates coordinates from a rotated rectangle, Picture inside.

show/hide this revision's text 1

Calculate Bounding box cooridnates from a rotated rectangle, Picture inside.

Hello,

Schema

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 boudning coordinates of the actual box around the rectangle. What is a simple way of calculating the coordinates of the bounding box - min y, max y, min x, max x ?

The A point is not always on the min y bound, it can be anywhere. I can use matrix transform toolkit in as3 if needed.

Thanks