Module bounding_volume

Source
Expand description

Bounding volumes.

Modules§

details
Free functions for some special cases of bounding-volume computation.

Structs§

Aabb
An Axis Aligned Bounding Box.
BoundingSphere
A Bounding Sphere.
SimdAabb
Four Aabb represented as a single SoA Aabb with SIMD components.

Traits§

BoundingVolume
Trait of bounding volumes.