Type Definition rhusics_core::SweepAndPrune2

source ·
pub type SweepAndPrune2<S, B> = SweepAndPrune<Variance2<S, B>>;
Expand description

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