Determine if three points are colinear.
a ([float, float, float] | Point) – Point 1.
Point
b ([float, float, float] | Point) – Point 2.
c ([float, float, float] | Point) – Point 3.
tol (float, optional) – A tolerance for membership verification.
bool – True if the points are colinear. False otherwise.
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev