Function iron_shapes_booleanop::init_events::fill_queue
source · pub fn fill_queue<Coord, Ctr, Edge, Property>(
edges: impl Iterator<Item = (Edge, Property)>
) -> BinaryHeap<Rc<SweepEvent<Coord, Ctr, Property>>>where
Coord: CoordinateType,
Edge: EdgeEndpoints<Coord>,
Ctr: Default,
Property: Clone,Expand description
Insert the edges of the polygons into the event queue.