Home
last modified time | relevance | path

Searched refs:circletangents (Results 1 – 4 of 4) sorted by relevance

/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2060 BOOLEAN circletangents(INTBIG x, INTBIG y, INTBIG cx, INTBIG cy, INTBIG sx, INTBIG sy,
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c10194 if (!circletangents(secondpoly->xv[0], secondpoly->yv[0], in us_adjusttangentsnappoints()
10227 if (!circletangents(secondpoly->xv[0], secondpoly->yv[0], in us_adjusttangentsnappoints()
10322 if (circletangents(x, y, poly->xv[0], poly->yv[0], poly->xv[1], poly->yv[1], in us_adjustonetangent()
/dports/cad/electric/electric-7.00/src/misc/
H A Dcompensate.c3108 …if (circletangents(x, y, arcconel->cx, arcconel->cy, arcconel->sx, arcconel->sy, &ix1, &iy1, &ix2,… in compen_arctangent()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c1183 BOOLEAN circletangents(INTBIG x, INTBIG y, INTBIG cx, INTBIG cy, INTBIG sx, INTBIG sy, in circletangents() function