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

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

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