dimforge / ncollide

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

Implement TriMesh::project_point_with_feature #357

Closed ColonelThirtyTwo closed 3 years ago

ColonelThirtyTwo commented 3 years ago

Was previously just unimplemented!().

sebcrozet commented 3 years ago

Thanks!