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

Reworks locate algorithm. #108

Merged
merged 5 commits into from
Jul 25, 2024
Merged

Reworks locate algorithm. #108

merged 5 commits into from
Jul 25, 2024

Conversation

Stoeoef
Copy link
Owner

@Stoeoef Stoeoef commented Jul 24, 2024

The previous algorithm was susceptible to hang in an endless loop (see #98 and #107).

This new method should approach the target position reliably as it can reliably cross constraint edges that lie between it and the target vertex.

mattlennon3 and others added 3 commits July 25, 2024 19:16
This is a shorthand to check if a `FixedVertexHandle` points to a valid vertex.
The previous algorithm was susceptible to hang in an endless loop (see #98 and #107).

This new method should approach the target position reliably as it can reliably cross constraint edges that lie between it and the target vertex.
@Stoeoef Stoeoef merged commit efa3fe4 into master Jul 25, 2024
10 checks passed
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.

2 participants