We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
h(f)
hem::get_next
while (g != h)
The text was updated successfully, but these errors were encountered:
jovobe
No branches or pull requests
h(f)
should return a half edge, which is based at a corner. This is currently the case by coincidence and should be guaranteed.hem::get_next
-> this could be removed.while (g != h)
-> refactor to use get edges in face.The text was updated successfully, but these errors were encountered: