Computes the closest point on the path to the given point.
If there is no point closer than the given threshold, false is returned.
| this |
a path |
| point |
the point |
| threshold |
maximum allowed distance |
| result |
return location for the closest point |
| distance |
return location for the distance |
|
true if |