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

type SweepAndPrune3<S, B> = SweepAndPrune<Variance3<S, B>>;

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