Trait ncollide2df64::narrow::DynamicCollisionDetector
pub trait DynamicCollisionDetector<G1, G2>: GeomGeomCollisionDetector { }
Trait to be implemented by collision detector using dynamic dispatch.
This is used to know the exact type of the geometries.
Implementors
DetectorWithoutRedispatch<D>
GeomConcaveGeom<G1, G2>
ConcaveGeomGeom<G1, G2>