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

type ContactAlgorithm2<N> = Box<ContactGenerator<Point<N, U2>, Isometry<N, U2, Unit<Complex<N>>>> + 'static>;

Trait-object for 2-dimensional contact generation.