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

/inkscape/src/
H A Dsnapped-point.cpp27 _tolerance(std::max(t,1.0)),// tolerance should never be smaller than 1 px, as it is used for normalization in isOtherSnapBetter. We don't want a division by zero.
73 // isOtherSnapBetter. We don't want a division by zero.
147 bool Inkscape::SnappedPoint::isOtherSnapBetter(Inkscape::SnappedPoint const &other_one, bool weighted) const function in class:Inkscape::SnappedPoint

Completed in 364 milliseconds