Skip to main content

aabb_transform

Function aabb_transform 

Source
pub fn aabb_transform(transform: Transform, a: Aabb) -> Aabb
Expand description

Transform an axis-aligned bounding box. This can create a larger box than if you recomputed the AABB of the original shape with the transform applied.