dimforge / parry

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

fix: don’t panic in EPA #212

Closed sebcrozet closed 3 months ago

sebcrozet commented 3 months ago

An debug-log is preferable to a random panic in mathematical code. Related to #202