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

/inkscape/src/2geom/
H A Dcrossing.h128 typedef std::vector<Crossings> CrossingSet; typedef in namespace:Geom
163 virtual CrossingSet crossings(VectorT const &a, VectorT const &b) {
164 CrossingSet results(a.size() + b.size(), Crossings());
195 CrossingSet reverse_ta(CrossingSet const &cr, unsigned split, std::vector<double> max);
196 CrossingSet reverse_tb(CrossingSet const &cr, unsigned split, std::vector<double> max);

Completed in 343 milliseconds