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

/inkscape/src/libavoid/
H A Dmakepath.cpp187 // Make `xval' between 0--10 then take its log so small
190 double xval = rad * 10 / M_PI; local
191 double yval = xval * log10(xval + 1) / 10.5;

Completed in 15 milliseconds