[][src]Function geo_booleanop::boolean::compare_segments::compare_segments

pub fn compare_segments<F>(
    se1_l: &Rc<SweepEvent<F>>,
    se2_l: &Rc<SweepEvent<F>>
) -> Ordering where
    F: Float