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

Re-add support for optimising paths with independent points #5

Merged
merged 1 commit into from
May 14, 2020

Conversation

mitchmindtree
Copy link
Member

Previously, the point graph construction would optimise out edges whose
source and target represented the same node. This PR re-adds support for
loop edges with the condition that they represent a single point
surrounded by blanks. The euler graph construction has been updated to
account for this by ignoring loop edges when determining the degree of a
node.

Closes #1.

Previously, the point graph construction would optimise out edges whose
source and target represented the same node. This PR re-adds support for
loop edges with the condition that they represent a single point
surrounded by blanks. The euler graph construction has been updated to
account for this by ignoring loop edges when determining the degree of a
node.
@mitchmindtree mitchmindtree merged commit 2d6846b into nannou-org:master May 14, 2020
@mitchmindtree mitchmindtree deleted the support_points branch May 14, 2020 23:04
mitchmindtree added a commit to mitchmindtree/lasy that referenced this pull request May 15, 2020
Features:

- Improved euler circuit interpolation. nannou-org#2.
- Support for independent points. nannou-org#5.
@mitchmindtree mitchmindtree mentioned this pull request May 15, 2020
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.

Fix behaviour for submission of individual points separated entirely by blanks
1 participant