Type Definition ncollide::narrow_phase::ContactAlgorithm3 [] [src]

type ContactAlgorithm3<N> = Box<ContactGenerator<Point<N, U3>, Isometry<N, U3, Unit<Quaternion<N>>>> + 'static>;

Trait-object for 3-dimensional contact generation.