Struct ncollide::narrow_phase::DefaultNarrowPhase [] [src]

pub struct DefaultNarrowPhase<P, M> { /* fields omitted */ }

Collision detector dispatcher for collision objects.

Methods

impl<P, M> DefaultNarrowPhase<P, M> where
    M: 'static,
    P: Point
[src]

Creates a new DefaultNarrowPhase.

Trait Implementations

impl<P, M, T> NarrowPhase<P, M, T> for DefaultNarrowPhase<P, M> where
    M: 'static,
    P: Point
[src]

Updates this narrow phase.

Called when the broad phase detects that two objects are, or stop to be, in close proximity.

Returns all the potential contact pairs found during the broad phase, and validated by the narrow phase. Read more

Returns all the potential proximity pairs found during the broad phase, and validated by the narrow phase. Read more