pub fn segments_intersect(
seg1a: Point64,
seg1b: Point64,
seg2a: Point64,
seg2b: Point64,
inclusive: bool,
) -> boolExpand description
Check if two line segments intersect Direct port from clipper.core.h line 1003 - parametric algorithm