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

/inkscape/src/livarot/
H A DShapeSweep.cpp1774 Geom::Point sDiff, eDiff; local
1778 eDiff = iL->src->pData[lEn].rx - iR->src->pData[rSt].rx;
1780 erDot = cross(rdir, eDiff);
1782 eDiff = iR->src->pData[rEn].rx - iL->src->pData[lSt].rx;
1784 elDot = cross(ldir, eDiff);
2561 Geom::Point sDiff, eDiff; local
2565 eDiff = ils->pData[lEn].rx - irs->pData[rSt].rx;
2567 erDot = cross(rdir, eDiff);
2572 eDiff = irs->pData[rEn].rx - ils->pData[lSt].rx;
2574 elDot = cross(ldir, eDiff);
2614 Geom::Point sDiff, eDiff; local
[all...]

Completed in 770 milliseconds