Expand description

Bounding volumes.

Structs

An Axis Aligned Bounding Box.
A Bounding Sphere.
Bounding Volume Tree visitor collecting interferences with a given bounding volume.

Enums

A convex cone with polyhedral faces and its apex at the origin.

Traits

Trait of bounding volumes.
Traits of objects having a bounding volume.

Functions

Computes the axis-aligned bounding box of a shape g transformed by m.
Computes the Axis-Aligned Bounding Box of a ball.
Computes the bounding sphere of a shape g transformed by m.
Computes the AABB of a set of point.
Computes a bounding sphere of the specified set of point.
Computes the bounding sphere of a set of point, given its center.
Computes the AABB of an support mapped shape.