Expand description

Spatial partitioning tools.

Structs

A quaternary bounding-volume-hierarchy.

Data splitter for QBVH construction that generates non-overlapping AABBs at each level of the tree.

Enums

The next action to be taken by a BVH traversal algorithm after having visited a node with some data.

The status of the simultaneous traversal of two spatial partitioning structures.

The status of the spatial partitioning structure traversal.

Traits

A data to which an index is associated.

Trait used for generating the content of the leaves of the QBVH acceleration structure.

Trait implemented by cost functions used by the best-first search on a BVT.

Trait implemented by visitor called during a simultaneous spatial partitioning data structure tarversal.

Trait implemented by visitor called during the traversal of a spatial partitioning data structure.

Type Definitions

SimdQbvhDeprecated

A quaternary bounding-volume-hierarchy.