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

type BroadPhaseObject<P> = Box<BroadPhase<P, AABB<P>, FastKey> + 'static>;

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