Computes the closest point on the path to the given point and sets the result
to it.
If there is no point closer than the given threshold, `FALSE` is returned.
this |
a `GskPath` |
point |
the point |
threshold |
maximum allowed distance |
result |
return location for the closest point |
distance |
return location for the distance |
`TRUE` if |