Struct ncollide2d::narrow_phase::DefaultContactDispatcher[][src]

pub struct DefaultContactDispatcher {}

Collision dispatcher for shapes defined by ncollide_entities.

Methods

impl DefaultContactDispatcher
[src]

Creates a new basic collision dispatcher.

Trait Implementations

impl<N: Real> ContactDispatcher<N> for DefaultContactDispatcher
[src]

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

Auto Trait Implementations