[][src]Module ncollide_geometry::partitioning

Spatial partitioning tools.

Structs

BVT

A Bounding Volume Tree.

BoundingVolumeInterferencesCollector

Bounding Volume Tree visitor collecting interferences with a given bounding volume.

DBVT

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

DBVTLeaf

Leaf of a Dynamic Bounding Volume Tree.

DBVTLeafId

The unique identifier of a DBVT leaf.

Enums

BVTNode

A node of the bounding volume tree.

BinaryPartition

Result of a binary partition.

Traits

BVTCostFn

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

BVTTVisitor

Visitor for the Bounding Volume Traversal Tree.

BVTVisitor

Visitor of Bounding Volume Trees.