rotatedBoundingBox

function rotatedBoundingBox(
   b, 
   angle, 
   center?): Box

Returns the bounding box that would surround the given
box when rotated the given amount.

Parameters

ParameterType
bBox
anglenumber
center?Point

Returns

Box