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

/inkscape/src/ui/tools/
H A Deraser-tool.cpp83 #define ERASER_EPSILON_START 0.5e-2 macro
208 // _and_ the force is below the (higher) ERASER_EPSILON_START threshold,
213 if ( Geom::L2(force) < ERASER_EPSILON || (this->vel_max < ERASER_VEL_START && Geom::L2(force) < ERASER_EPSILON_START)) {

Completed in 16 milliseconds