dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
921 stars 105 forks source link

Point projection fixes #315

Closed sebcrozet closed 4 years ago

sebcrozet commented 4 years ago

This fixes:

This also adds a test related to contact pair detection mentioned in #310.

Fix #314.