Type Definition rhusics_ecs::collide2d::SweepAndPrune2

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

Broad phase sweep and prune algorithm

Type parameters:

  • S: Scalar type (f32 or f64)