Type Definition ncollide3d::world::NarrowPhaseObject[][src]

type NarrowPhaseObject<N, T> = Box<NarrowPhase<N, T>>;

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