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

/inkscape/src/ui/tools/
H A Dspray-tool.cpp424 double radius_temp =-1; local
425 while(!((radius_temp >= 0) && (radius_temp <=1 )))
427 radius_temp = NormalDistribution(a, s);
433 radius = pow(radius_temp, 0.5);

Completed in 14 milliseconds