Searched defs:SectionSorter (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dtoposweep.h148 class SectionSorter { class in namespace:Geom
158 SectionSorter(const PathVector &rs, Dim2 d, double t = 0.00001) : ps(rs), dim(d), tol(t) {} function in class:Geom::SectionSorter
191 SectionSorter sortx = SectionSorter(ps, X);

Completed in 14 milliseconds