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

/inkscape/src/
H A Dsnapped-point.cpp166 Geom::Coord const dist_pointer_this = 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;
189 dist_this = w * dist_pointer_this / norm_p + (1-w) * dist_this / norm_t_this;

Completed in 14 milliseconds