getPoint

fun getPoint(distance: <Error class: unknown class>, result: PathPoint): Boolean

Sets @result to the point at the given distance into the path.

An empty path has no points, so FALSE is returned in that case.

Return

TRUE if @result was set

Since

4.14

Parameters

distance

the distance

result

return location for the result