PHP Calculating Dimensions of a Rotated Rectangle in PHP When you rotate a rectangle, you might want to find the bounding box that the rotated rectangle is contained in. The code below will give you the width and height …