dimforge / parry

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

Add special cases for the projection of a point on a cone or a cylinder. #13

Closed sebcrozet closed 3 years ago

sebcrozet commented 3 years ago

This makes the projection of a point on a cone or a cylinder much more accurate and faster.

sebcrozet commented 3 years ago

The CI fails because of warnings. They will be fixed by #14.