Searched refs:SP_EPSILON (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ | ||
H A D | sp-spiral.h | 18 #define SP_EPSILON 1e-5 macro 19 #define SP_EPSILON_2 (SP_EPSILON * SP_EPSILON) |
H A D | sp-spiral.cpp | 364 if ((1.0 - t) > SP_EPSILON) { |
Completed in 223 milliseconds