cf_transform_aabb3¶
Category: math
GitHub: cute_math3d.h
Returns the AABB of a box transformed by an affine matrix (Arvo's method).
Remarks¶
The result bounds the transformed box, so repeated transforms accumulate slop -- transform the original local-space AABB by the full matrix each time instead of chaining.