dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
529 stars 93 forks source link

Re-add IntersectionCompositeShapeShapeBestFirstVisitor #134

Closed sebcrozet closed 1 year ago

sebcrozet commented 1 year ago

This re-adds IntersectionCompositeShapeShapeBestFirstVisitor that was removed by #133. It’s marked as deprecated to avoid a breaking change just now.