pub fn default_broad_phase<N: RealField + Copy, Handle: CollisionObjectHandle>() -> DBVTBroadPhase<N, AABB<N>, Handle>
Expand description
Allocate a default broad-phase, configured with a default coherence margin (set to 0.01).
pub fn default_broad_phase<N: RealField + Copy, Handle: CollisionObjectHandle>() -> DBVTBroadPhase<N, AABB<N>, Handle>
Allocate a default broad-phase, configured with a default coherence margin (set to 0.01).