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

draw: Function for finding closest point #668

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

johannes-wolf
Copy link
Member

@johannes-wolf johannes-wolf commented Aug 7, 2024

Adds a new element find-closest-point that computes the closest point between a reference point and one or more elements.

This implementation could be used as a starting point for implementing distance based sorting of intersections for #667.

@johannes-wolf johannes-wolf added the feature 🎁 Feature Request label Aug 7, 2024
@johannes-wolf johannes-wolf linked an issue Aug 7, 2024 that may be closed by this pull request
@johannes-wolf johannes-wolf force-pushed the find-closest-point branch 5 times, most recently from 068be2a to d91440f Compare August 20, 2024 23:06
@johannes-wolf
Copy link
Member Author

I guess we can add this to 0.3. What do you think @fenjalien?

@fenjalien
Copy link
Member

For the sake of writing documentation I would rather not have more work to do... I'm behind enough as it is

@johannes-wolf johannes-wolf modified the milestones: 0.3.1, 0.4.0 Oct 9, 2024
@johannes-wolf johannes-wolf modified the milestones: 0.4.0, 0.3.2 Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🎁 Feature Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function for Finding Tangent and Normal Anchors on a Shape
2 participants