[][src]Module ncollide2d::broad_phase

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.

BroadPhaseInterferenceHandler

Proximity handling for BroadPhase updates.

BroadPhasePairFilter

A signal handler for contact detection.