Type Definition collision::algorithm::broad_phase::SweepAndPrune2 [] [src]

type SweepAndPrune2<S, B> = SweepAndPrune<Variance2<S, B>>;

Broad phase sweep and prune algorithm for 2D, see SweepAndPrune for more information.