is_colinear_line_line

compas.geometry.is_colinear_line_line(line1, line2, tol=1e-06)[source]

Determine if two lines are colinear.

Parameters
Returns

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