Searched defs:DYNA_VEL_START (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp81 #define DYNA_VEL_START 1e-5 macro
259 // or we haven't yet reached DYNA_VEL_START (i.e. at the beginning of stroke)
265 if ( Geom::L2(force) < DYNA_EPSILON || (this->vel_max < DYNA_VEL_START && Geom::L2(force) < DYNA_EPSILON_START)) {

Completed in 52 milliseconds