Searched defs:Section (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ |
H A D | toposweep.h | 63 struct Section { struct in namespace:Geom 68 Section(CurveIx cix, double fd, double td, Point fdp, Point tdp) : curve(cix), f(fd), t(td), fp(fdp), tp(tdp) { } function in struct:Geom::Section 69 Section(CurveIx cix, double fd, double td, PathVector ps, Dim2 d) : curve(cix), f(fd), t(td) { function in struct:Geom::Section 79 bool operator==(Section const &other) const { 90 boost::shared_ptr<Section> section; // section associated with this edge 92 Edge(boost::shared_ptr<Section> s, unsigned o) : section(s), other(o) {} 108 unsigned find_section(boost::shared_ptr<Section> section) const; 133 typedef std::vector<boost::shared_ptr<Section> > Area; 152 bool section_order(Section const &a, double at, Section cons [all...] |
Completed in 15 milliseconds