Find point of minimum distance in a spline to an external point

Issue #137 resolved
Agustin Alba Chicar created an issue

Find the point that belongs to the spline that minimizes the distance to another point.

We should be able to set an error to stop interpolating on the spline.

Parent issue: #115

Comments (2)

  1. Agustin Alba Chicar reporter
    • Added an iterative process to solve this issue.
    • Added some tests over an straight segment (based on a spline) in different points around it.
  2. Log in to comment