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