Module parry3d::partitioning[][src]

Expand description

Spatial partitioning tools.

Structs

A quaternary bounding-volume-hierarchy.

Enums

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

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.