This function transforms a 3D bounding box from one space to another.
| Parameter | Description |
|---|---|
| aabb | bounding box to transform |
| src | source 4x4 matrix or entity |
| dst | destination 4x4 matrix or entity |
| exact | if set to true a more accurate but slower test is performed that can result in a tighter volume |
Returns the transformed bounding box.