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

/inkscape/src/
H A Dobject-snapper.cpp521 std::vector<double> anp = (*it_pv).nearestTimePerCurve(p_doc); local
523 //std::cout << "#nearest points = " << anp.size() << " | p = " << p.getPoint() << std::endl;
525 std::vector<double>::const_iterator np = anp.begin();
527 for (; np != anp.end(); ++np, index++) {

Completed in 27 milliseconds