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