Expand description
Spatial partitioning tools.
Structs§
- BVT
- A Bounding Volume Tree.
- DBVT
- A bounding volume hierarchy on which objects can be added or removed after construction.
- DBVT
Leaf - Leaf of a Dynamic Bounding Volume Tree.
- DBVT
Leaf Id - The unique identifier of a DBVT leaf.
Enums§
- BVHImpl
- An enum grouping references to all the BVH implementations on ncollide.
- BVTNode
Id - The identifier of a BVT node.
- Best
First Visit Status - The next action to be taken by a BVH traversal algorithm after having visited a node with some data.
- Binary
Partition - Result of a binary partition.
- DBVT
Node Id - The identifier of a node of the DBVT.
- Visit
Status - The status of the spatial partitioning structure traversal.
Traits§
- BVH
- Trait implemented by Bounding Volume Hierarchy.
- Best
First Visitor - Trait implemented by cost functions used by the best-first search on a
BVT
. - Simultaneous
Visitor - Trait implemented by visitor called during a simultaneous spatial partitioning data structure tarversal.
- Visitor
- Trait implemented by visitor called during the traversal of a spatial partitioning data structure.