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

/inkscape/src/livarot/
H A DShape.cpp1687 int tstSi = 0; local
1688 if (si > 0.000001) tstSi = 1;
1689 if (si < -0.000001) tstSi = -1;
1690 if ( tstSi == 0 ) {
1694 return tstSi;

Completed in 2173 milliseconds