compas.geometry.is_colinear

compas.geometry.is_colinear(a, b, c, tol=1e-06)[source]

Determine if three points are colinear.

Parameters
Returns

boolTrue if the points are colinear. False otherwise.