Skip to main content

segments_intersect

Function segments_intersect 

Source
pub fn segments_intersect(
    seg1a: Point64,
    seg1b: Point64,
    seg2a: Point64,
    seg2b: Point64,
    inclusive: bool,
) -> bool
Expand description

Check if two line segments intersect Direct port from clipper.core.h line 1003