[][src]Function geo_booleanop::boolean::fill_queue::fill_queue

pub fn fill_queue<F>(
    subject: &[Polygon<F>],
    clipping: &[Polygon<F>],
    sbbox: &mut BoundingBox<F>,
    cbbox: &mut BoundingBox<F>,
    operation: Operation
) -> BinaryHeap<Rc<SweepEvent<F>>> where
    F: Float