Module ncollide3d::partitioning[][src]

Expand description

Spatial partitioning tools.

Structs

A Bounding Volume Tree.

A bounding volume hierarchy on which objects can be added or removed after construction.

Leaf of a Dynamic Bounding Volume Tree.

The unique identifier of a DBVT leaf.

Enums

An enum grouping references to all the BVH implementations on ncollide.

The identifier of a BVT node.

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

Result of a binary partition.

The identifier of a node of the DBVT.

The status of the spatial partitioning structure traversal.

Traits

Trait implemented by Bounding Volume Hierarchy.

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.