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

/inkscape/src/livarot/
H A DPathStroke.cpp716 double ang, sia, lod; local
731 lod = 0.02 + 10 / (10 + width); // limit detail to about 2 degrees (180 * 0.02/Pi degrees)
732 ang /= lod;
735 Geom::Rotate omega(((sia > 0) ? -lod : lod));

Completed in 15 milliseconds