is_point_on_polyline

compas.geometry.is_point_on_polyline(point, polyline, tol=1e-06)[source]

Determine if a point is on a polyline.

Parameters
Returns

boolTrue if the point is on the polyline. False otherwise.