get_point
Description:
Gets the point at the given distance into the path.
An empty path has no points, so false is returned in that case.
Parameters:
| this |
a path measure |
| distance |
the distance |
| result |
return location for the point |
Returns:
|
true if |