get_point


Description:

public bool get_point (float distance, out unowned PathPoint result)

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 result was set