You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library offers no way to access the curve parameters that minimize the distance (argmin). That makes it unapplicable for projecting a point on a curve, for example. Perhaps a keyword option to return soln?
function minimum_distance(a, b; atol=1e-8, return_interval=false)
The text was updated successfully, but these errors were encountered:
The library offers no way to access the curve parameters that minimize the distance (argmin). That makes it unapplicable for projecting a point on a curve, for example. Perhaps a keyword option to return
soln
?The text was updated successfully, but these errors were encountered: