[][src]Function geo_booleanop::boolean::possible_intersection::possible_intersection

pub fn possible_intersection<F>(
    se1: &Rc<SweepEvent<F>>,
    se2: &Rc<SweepEvent<F>>,
    queue: &mut BinaryHeap<Rc<SweepEvent<F>>>
) -> u8 where
    F: Float