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

/inkscape/src/
H A Dvanishing-point.cpp50 #define MERGE_DIST 0.1 macro
741 * If there already exists a dragger within MERGE_DIST of p, add the VP to it;
756 if (Geom::L2 (dragger->point - p) < MERGE_DIST) {
H A Dgradient-drag.cpp78 #define MERGE_DIST 0.1 macro
1888 * If there already exists a dragger within MERGE_DIST of p, add the draggable to it; otherwise create
1897 if (dragger->mayMerge (draggable) && Geom::L2 (dragger->point - p) < MERGE_DIST) {

Completed in 307 milliseconds