Type Definition ncollide2d::world::NarrowPhaseObject

source ·
pub type NarrowPhaseObject<N, T> = Box<dyn NarrowPhase<N, T>>;
Expand description

Type of the narrow phase trait-object used by the collision world.