Hi
I'm looking for conceptual advice - I have problem that I think I can solve with a nested two part search for closest points but I'm wondering if there is already a way to do this in one fell swoop.
I have a curve and a collection of points. I want to get the parameter along a curve of the closest point to the curve from that collection. I could see that you might get the closest point on the curve for each in the collection and then sort that for the lowest - but this seems complicated. Just wondering if anyone has a quicker way...
Tags: