[src]

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