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

qh.facets_; How do I get the points? #15

Open
ligonap opened this issue Jul 7, 2024 · 1 comment
Open

qh.facets_; How do I get the points? #15

ligonap opened this issue Jul 7, 2024 · 1 comment

Comments

@ligonap
Copy link

ligonap commented Jul 7, 2024

Hello!

In your example, the line "qh.facets_; // use as result" can be found at the bottom.

How can I get all triangles and their points from this?
There are many iterators behind the code, but nothing immediately recognizable that can be accessed immediately.

@tomilov
Copy link
Owner

tomilov commented Sep 16, 2024

vertices_ relates to facet vertices. Type of iterator clearly describes what it is. In 3D facets are triangles. neighbours_ are indices of neighbouring facets in qh.facets_ array.

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

2 participants