dimforge / parry

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

If we have less than 3 points return empty convex hull #165

Open Aceeri opened 9 months ago

Aceeri commented 9 months ago

Ran into this issue where providing a single point would panic rather than just return None when creating a convex hull collider.