Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-spiral.h19 #define SP_EPSILON 1e-5 macro
20 #define SP_EPSILON_2 (SP_EPSILON * SP_EPSILON)
H A Dsp-spiral.cpp340 if ((1.0 - t) > SP_EPSILON) { in set_shape()