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

/inkscape/src/livarot/
H A DShapeSweep.cpp2615 double sDot, eDot; local
2618 sDot = cross(rdir, sDiff);
2622 (sDot * irs->pData[lEn].rx - eDot * irs->pData[lSt].rx) / (sDot -
2624 atL = sDot / (sDot - eDot);
2628 sDot = cross(ldir, sDiff);
2631 atR = sDot / (sDot - eDot);

Completed in 42 milliseconds