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

Improve Cluster => Delaunay workflow #7

Open
amaccann opened this issue Sep 19, 2017 · 0 comments
Open

Improve Cluster => Delaunay workflow #7

amaccann opened this issue Sep 19, 2017 · 0 comments

Comments

@amaccann
Copy link
Owner

There's a bit of repetition between when each recursive cluster is calculated, and when we pass that final data into the Constrained Delaunay generator.

We already have the vertex points of the Cluster when we create a new instance of it, why then loop around the edges needlessly in the DelaunayCluster class to find a unique set of points we already know at this point.

May be doubly relevant when trying to offset the polygons a little to solve the "parallel movement" problem.

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

No branches or pull requests

1 participant