Determine if a point lies on a line on the XY-plane.
point ([float, float, float] | Point) – XY(Z) coordinates of a point.
Point
line ([point, point] | Line) – XY(Z) coordinates of two points defining a line.
Line
tol (float, optional) – A tolerance for membership verification.
bool – True if the point is in on the line. False otherwise.
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev