dimforge / parry

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

Remove unneeded comparison for 2D intersections test #61

Closed GuillaumeGomez closed 2 years ago

GuillaumeGomez commented 2 years ago

At this point I think it's nitpicking but I still think it could be useful.

sebcrozet commented 2 years ago

Thanks!