is_point_on_segment_xy
- compas.geometry.is_point_on_segment_xy(point, segment, tol=1e-06)[source]
Determine if a point lies on a given line segment on the XY-plane.
- Parameters
- Returns
bool – True if the point is on the line segment. False otherwise.
Determine if a point lies on a given line segment on the XY-plane.
bool – True if the point is on the line segment. False otherwise.
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev