Module parry3d::partitioning[][src]

Spatial partitioning tools.

Structs

SimdQuadTree

A quad-tree with SIMD acceleration.

Enums

SimdBestFirstVisitStatus

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

SimdVisitStatus

The status of the spatial partitioning structure traversal.

Traits

IndexedData

A data to which an index is associated.

SimdBestFirstVisitor

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

SimdSimultaneousVisitor

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

SimdVisitor

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