Searched defs:add_edge_at (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ |
H A D | toposweep.cpp | 515 void add_edge_at(TopoGraph &g, unsigned ix, boost::shared_ptr<Section> s, TopoGraph::Edge jx, bool before = true) { function in namespace:Geom 541 add_edge_at(g, j, e.section, TopoGraph::Edge(new_section, e.other), false); 542 add_edge_at(g, e.other, e.section, TopoGraph::Edge(new_section, j), true);
|
Completed in 214 milliseconds