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 Delaunay triangulation tool #122

Merged
merged 4 commits into from
Nov 28, 2022
Merged

Add Delaunay triangulation tool #122

merged 4 commits into from
Nov 28, 2022

Conversation

Notgnoshi
Copy link
Owner

Closes #109

This brings me one step closer to #114, which itself is needed for #99.

This is because, in Rust, I'm planning on having two different kinds of
flattening:

1. Flatten geometries into coordinates
2. Recursively flatten nested geometries into their constituent
   geometries

Doing this without touching the Python library would have resulted in a
flatten/ directory next to a flatten.py file, and I didn't think that
Python would have liked that.
@Notgnoshi Notgnoshi merged commit 3999eb4 into main Nov 28, 2022
@Notgnoshi Notgnoshi deleted the ag/triangulate branch November 28, 2022 19:05
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

Successfully merging this pull request may close these issues.

Delunay triangulation
1 participant