Type Definition rhusics_ecs::physics3d::SweepAndPrune3

source ·
pub type SweepAndPrune3<S> = SweepAndPrune<Variance3<S, Aabb3<S>>>;
Expand description

Broad phase sweep and prune algorithm

Type parameters:

  • S: Scalar type (f32 or f64)