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

/inkscape/src/
H A Dsp-spiral.h18 #define SP_EPSILON 1e-5 macro
19 #define SP_EPSILON_2 (SP_EPSILON * SP_EPSILON)
H A Dsp-spiral.cpp364 if ((1.0 - t) > SP_EPSILON) {

Completed in 223 milliseconds