Ubpa / UHEMesh

an elegant, high-performance and user-friendly halfedge data structure
MIT License
79 stars 8 forks source link

No 'FindFreeOutHE' function defined in TVertex #2

Closed BlauHimmel closed 4 years ago

BlauHimmel commented 4 years ago
// UHEMesh/include/UHEMesh/TVertex.h
H* const FindFreeIncident();
const H* const FindFreeIncident() const { return const_cast<TVertex*>(this)->FindFreeOutHE(); }

It seems like that there is no 'FindFreeOutHE' function in TVertex.

Maybe it should be 'FindFreeIncident'?

Ubpa commented 4 years ago

please check #1