Module bevy_mod_bounding::aabb[][src]

Structs

Aabb

Defines an axis-aligned bounding box in mesh space - that is - the bounding box is located at the mesh’s origin, but the current [GlobalTransform] has been used to rotate and scale the mesh to compute a valid AABB. This reduces float error when the mesh is located far from the origin.