Type Definition rhusics_core::SweepAndPrune3

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

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