Type Alias ContactAlgorithm

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

Aliased Typeยง

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