pub fn default_broad_phase<N, Handle>() -> DBVTBroadPhase<N, AABB<N>, Handle>where
    N: RealField + Copy,
    Handle: CollisionObjectHandle,
Expand description

Allocate a default broad-phase, configured with a default coherence margin (set to 0.01).