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

type NarrowPhaseObject<P, M, T> = Box<NarrowPhase<P, M, T> + 'static>;

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