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

/inkscape/src/ui/tools/
H A Deraser-tool.cpp82 #define ERASER_EPSILON 0.5e-6 macro
206 // If force is below the absolute threshold ERASER_EPSILON,
213 if ( Geom::L2(force) < ERASER_EPSILON || (this->vel_max < ERASER_VEL_START && Geom::L2(force) < ERASER_EPSILON_START)) {
248 if ( mag_vel < ERASER_EPSILON ) {
815 if ( mag_in > ERASER_EPSILON ) {
824 if ( mag_out > ERASER_EPSILON ) {
830 if ( Geom::L2(v_in) > ERASER_EPSILON || Geom::L2(v_out) > ERASER_EPSILON ) {

Completed in 16 milliseconds