[][src]Function broccoli::query::colfind::query_sweep_mut

pub fn query_sweep_mut<T: Aabb>(
    axis: impl Axis,
    bots: &mut [T],
    func: impl FnMut(PMut<'_, T>, PMut<'_, T>)
)

Sweep and prune algorithm.