Skip to content
New issue

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

Feature Request: 1-ring of the center vertex, i.e. iterator for neighbors of each vertex #116

Open
electrocnic opened this issue Jun 7, 2020 · 0 comments

Comments

@electrocnic
Copy link

electrocnic commented Jun 7, 2020

To be able to iterate over the neighbors of each vertex in the correct order (1-ring of the center) would be nice.

Currently I have to figure out how to parse the neighbors on my own in the correct order.
It is not enough to just store each neighbor per vertex in a list, because the order of the iteration is important for calculations.

For example, OpenMesh in C++ provides VertexVertexIter: https://www.graphics.rwth-aachen.de/media/openflipper_static/Documentation/OpenFlipper-1.1/mesh_iterators.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant