Module ncollide2df64::partitioning
Spatial partitioning tools.
Structs
BVT | A Boundig Volume Tree. |
BoundingVolumeInterferencesCollector | Bounding Volume Tree visitor collecting interferences with a given bounding volume. |
DBVT | A Dynamic Bounding Volume Tree. |
DBVTLeaf | Leaf of a Dynamic Bounding Volume Tree. |
RayInterferencesCollector | Bounding Volume Tree visitor collecting interferences with a given ray. |
Traits
BVTVisitor | Visitor of Bounding Volume Trees. |
Functions
kdtree_partitioner | Construction function for a kdree. |