Searched refs:best_p (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | snapped-curve.cpp | 73 Geom::Point best_p = Geom::Point(Geom::infinity(), Geom::infinity()); local 89 best_p = p_ix; 99 best_p = best_p * dt2doc; 101 Geom::Coord primaryDist = use_this_as_primary ? Geom::L2(best_p - this->getPoint()) : Geom::L2(best_p - curve.getPoint()); 102 Geom::Coord secondaryDist = use_this_as_primary ? Geom::L2(best_p - curve.getPoint()) : Geom::L2(best_p - this->getPoint()); 106 return SnappedPoint(best_p, Inkscape::SNAPSOURCE_UNDEFINED, primaryC->getSourceNum(), Inkscape::SNAPTARGET_PATH_INTERSECTION, primaryDist, primaryC->getTolerance(), primaryC->getAlwaysSnap(), true, false, true, 134 Geom::Point best_p local [all...] |
Completed in 80 milliseconds