get_point_at_length method

get_point_at_length

Returns the (x,y) coordinate in user space which is distance units along the path, utilizing the user agent’s distance-along-a-path algorithm.

Returns

The returned point in user space.

def get_point_at_length(self, distance):
    ...
ParameterTypeDescription
distancefloatThe distance along the path, relative to the start of the path, as a distance in the current user coordinate system.

See Also