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

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp80 #define DYNA_EPSILON_START 0.5e-2 macro
260 // _and_ the force is below the (higher) DYNA_EPSILON_START threshold,
265 if ( Geom::L2(force) < DYNA_EPSILON || (this->vel_max < DYNA_VEL_START && Geom::L2(force) < DYNA_EPSILON_START)) {

Completed in 15 milliseconds