Searched refs:paired_points (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dconic_section_clipper_impl.cpp307 * are put in the paired_points vector so that given a point with an even index
314 void CLIPPER_CLASS::pairing (std::vector<Point> & paired_points, argument
318 paired_points.clear();
319 paired_points.reserve (crossing_points.size());
351 paired_points.push_back (crossing_points[j]);
352 paired_points.push_back (crossing_points[i]);
379 std::vector<Point> paired_points; local
455 paired_points.resize(4);
461 paired_points[0] = axis1.pointAt (rts[0]);
462 paired_points[
[all...]
H A Dconic_section_clipper_impl.h127 void pairing (std::vector<Point> & paired_points,

Completed in 15 milliseconds