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

/inkscape/src/
H A Dsnapped-point.cpp165 Geom::Coord const dist_pointer_other = other_one.getPointerDistance(); member in class:Geom
175 if (!(w == 1 && dist_pointer_this == dist_pointer_other)) {
179 g_assert(dist_pointer_this != Geom::infinity() || dist_pointer_other != Geom::infinity());
184 double const norm_p = std::min(dist_pointer_this, dist_pointer_other) + 1;
188 dist_other = w * dist_pointer_other / norm_p + (1-w) * dist_other / norm_t_other;

Completed in 188 milliseconds