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
This is actually a bug. We should limit that t to be in the [0, 1] range. It should be a parametric measure of where exactly the closest point on the line is, starting with 0 at points[index] and ending with 1 at points[index + 1].
What is the t parameter (since it can also be negative) when you calculate the "PointOnLine" ?
The text was updated successfully, but these errors were encountered: