is_colinear_xy

compas.geometry.is_colinear_xy(a, b, c)[source]

Determine if three points are colinear on the XY-plane.

Parameters
Returns

bool – True if the points are colinear. False otherwise.