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

/inkscape/src/
H A Dsnapped-point.cpp186 double const norm_t_other = std::min(50.0, other_one.getTolerance()); local
188 dist_other = w * dist_pointer_other / norm_p + (1-w) * dist_other / norm_t_other;

Completed in 14 milliseconds