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

Add half edge API #24

Open
LukasKalbertodt opened this issue Sep 6, 2019 · 0 comments
Open

Add half edge API #24

LukasKalbertodt opened this issue Sep 6, 2019 · 0 comments
Labels
area:datastructures Area: mesh datastructures category:new-feature Category: New feature difficulty:hard Difficulty: hard needs:design Needs: design of some sort needs:research Needs: research about a topic priority:low Priority: Low

Comments

@LukasKalbertodt
Copy link
Owner

The EdgeMesh offers users to explicitly reference edges. We should also have a similar interface for half edges as this is useful in several situations. However, this could be tricky as different data structures deal with this differently. HEM has boundary half edges, DEM does not, for example.

@LukasKalbertodt LukasKalbertodt added category:new-feature Category: New feature priority:low Priority: Low T-weeks needs:design Needs: design of some sort needs:research Needs: research about a topic difficulty:hard Difficulty: hard area:datastructures Area: mesh datastructures labels Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:datastructures Area: mesh datastructures category:new-feature Category: New feature difficulty:hard Difficulty: hard needs:design Needs: design of some sort needs:research Needs: research about a topic priority:low Priority: Low
Projects
None yet
Development

No branches or pull requests

1 participant