Struct ncollide::narrow_phase::DefaultContactDispatcher [] [src]

pub struct DefaultContactDispatcher<P, M> where
    P: Point
{ /* fields omitted */ }

Collision dispatcher for shapes defined by ncollide_entities.

Methods

impl<P, M> DefaultContactDispatcher<P, M> where
    P: Point
[src]

Creates a new basic collision dispatcher.

Trait Implementations

impl<P, M> ContactDispatcher<P, M> for DefaultContactDispatcher<P, M> where
    M: Isometry<P>,
    P: Point
[src]

Allocate a collision algorithm corresponding to the given pair of shapes.