dimforge / ncollide

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

Expose TriMeshEdge, TriMeshVertex, FaceAdjacentToEdge #356

Closed ColonelThirtyTwo closed 3 years ago

ColonelThirtyTwo commented 3 years ago

All of these are useful for inspecting the structure of a mesh, in particular combined with FeatureId.

Fixes #347

sebcrozet commented 3 years ago

Thanks!