intersection_line_line_xy
- compas.geometry.intersection_line_line_xy(l1, l2, tol=1e-06)[source]
Compute the intersection of two lines, assuming they lie on the XY plane.
- Parameters
- Returns
[float, float, 0.0] | None – XYZ coordinates of intersection point if one exists, with Z = 0. Otherwise, None.