ncollide3d::pipeline::narrow_phase

Type Alias ContactAlgorithm

Source
pub type ContactAlgorithm<N> = Box<dyn ContactManifoldGenerator<N>>;

Aliased Typeยง

struct ContactAlgorithm<N>(/* private fields */);