dimforge / ncollide

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

TriMeshEdge is not public #347

Closed wlinna closed 3 years ago

wlinna commented 4 years ago

For some reason TriMeshEdge is unpublished. This makes it difficult to pass them around and they are not visible in the documentation.

Why is TriMeshFace public, but TriMeshEdge is not? Could TriMeshEdge be made public?

sebcrozet commented 3 years ago

Hi @wlinna! This looks like an oversight. TriMeshFace can be made public.