Searched refs:crossing_points (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/2geom/
H A Dconic_section_clipper_impl.cpp41 * "crossing_points" parameter.
45 bool CLIPPER_CLASS::intersect (std::vector<Point> & crossing_points) const
47 crossing_points.clear();
172 DBGPRINT ("CLIP: intersect: crossing_points.size (with duplicates) = ",
192 crossing_points.push_back (cpts[pos->second]);
195 DBGPRINT ("CLIP: intersect: crossing_points.size = ", crossing_points.size())
196 DBGPRINTCOLL ("CLIP: intersect: crossing_points:", crossing_points)
306 * Pair the points contained in the "crossing_points" vecto
314 pairing(std::vector<Point> & paired_points, std::vector<Point> & inner_points, const std::vector<Point> & crossing_points) argument
378 std::vector<Point> crossing_points; local
[all...]
H A Dconic_section_clipper_impl.h124 bool intersect (std::vector<Point> & crossing_points) const;
129 const std::vector<Point> & crossing_points);
/inkscape/src/live_effects/
H A Dlpe-knot.cpp356 crossing_points(),
380 if (selectedCrossing < crossing_points.size()){
381 switcher = crossing_points[selectedCrossing].pt;
383 }else if (crossing_points.size()>0){
385 switcher = crossing_points[selectedCrossing].pt;
415 for (unsigned p = 0; p < crossing_points.size(); p++){
416 if ( (crossing_points[p].i == i0) || (crossing_points[p].j == i0) ) {
417 unsigned i = crossing_points[p].i;
418 unsigned j = crossing_points[
[all...]
H A Dlpe-knot.h78 ArrayParam<double> crossing_points_vector;//svg storage of crossing_points
80 LPEKnotNS::CrossingPoints crossing_points;//topology representation of the knot. member in class:Inkscape::LivePathEffect::LPEKnot

Completed in 17 milliseconds