Module ncollide2d::broad_phase[][src]

Broad phases.

Structs

BroadPhasePairFilters

Filters deciding whether a proximity is to be further investigated by the narrow phase or not.

DBVTBroadPhase

Broad phase based on a Dynamic Bounding Volume Tree.

ProxyHandle

Traits

BroadPhase

Trait all broad phase must implement.

BroadPhasePairFilter

A signal handler for contact detection.