Computes the scene-space AABB of a mask under a transform.
Helper for *OverlapTransformed. Exported for visualization / debug overlays (e.g. drawing the rotated bounding box). For the unrotated case the AABB is exactly [x, y, x + width, y + height].
*OverlapTransformed
[x, y, x + width, y + height]
Computes the scene-space AABB of a mask under a transform.
Helper for
*OverlapTransformed. Exported for visualization / debug overlays (e.g. drawing the rotated bounding box). For the unrotated case the AABB is exactly[x, y, x + width, y + height].