Module ncollide2d::broad_phase

source ·
Expand description

Broad phases.

Structs

Filters deciding whether a proximity is to be further investigated by the narrow phase or not.
Broad phase based on a Dynamic Bounding Volume Tree.

Traits

Trait all broad phase must implement.
A signal handler for contact detection.