Expand description

Axis-aligned bounding box.

Represented by a cuboid defined by two points. As long as the set_* functions are used, the lower point will be less than or equal to the upper point for any axis.

Structs

An axis-aligned bounding box. Represented by a cuboid defined by two points. As long as the set_* functions are used, the lower point will be less than or equal to the upper point for any axis.