Lines Matching defs:atx
1666 Geom::Point atx;
1669 if (TesteIntersection(a, b, atx, atl, atr, onlyDiff)) {
1670 sEvts->add(a, b, atx, atl, atr);
1676 Shape::TesteIntersection (SweepTree * iL, SweepTree * iR, Geom::Point &atx, double &atL, double &atR, bool onlyDiff)
1752 atx = iL->src->pData[lSt].rx;
1792 atx = iL->src->pData[lSt].rx;
1806 atx = iL->src->pData[lEn].rx;
1824 atx = iL->src->pData[lSt].rx;
1834 atx = iL->src->pData[lEn].rx;
1850 atx = iL->src->pData[lSt].rx;
1860 atx = iL->src->pData[lEn].rx;
1876 atx = iR->src->pData[rSt].rx;
1890 atx = iR->src->pData[rEn].rx;
1908 atx = iR->src->pData[rSt].rx;
1918 atx = iR->src->pData[rEn].rx;
1934 atx = iR->src->pData[rSt].rx;
1944 atx = iR->src->pData[rEn].rx;
1960 atx =
1966 atx =
2509 Geom::Point &atx, double &atL, double &atR,
2585 atx =
2591 atx =
2621 atx =
2647 atx = ils->pData[lSt].rx + atL * ldir;
2654 Shape::TesteAdjacency (Shape * a, int no, const Geom::Point atx, int nPt,
2670 diff = atx - ast;
3026 Geom::Point atx;
3028 if (TesteIntersection (this, this, i, j, atx, atL, atR, false))
3030 printf ("%i %i %f %f di=%f %f dj=%f %f\n", i, j, atx[0],atx[1],getEdge(i).dx[0],getEdge(i).dx[1],getEdge(j).dx[0],getEdge(j).dx[1]);