Home
last modified time | relevance | path

Searched refs:arcbbox (Results 1 – 6 of 6) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/libs/kimath/geometry/
H A Dtest_shape_arc.cpp896 BOX2I arcbbox = arc.BBox( clearance * 4 ); in BOOST_AUTO_TEST_CASE() local
898 SHAPE_LINE_CHAIN zoneOutline( { arcbbox.GetPosition(), in BOOST_AUTO_TEST_CASE()
899 arcbbox.GetPosition() + VECTOR2I( arcbbox.GetWidth(), 0 ), in BOOST_AUTO_TEST_CASE()
900 arcbbox.GetEnd(), in BOOST_AUTO_TEST_CASE()
901 arcbbox.GetEnd() - VECTOR2I( arcbbox.GetWidth(), 0 ) in BOOST_AUTO_TEST_CASE()
/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Doarc.c150 int arcbbox(struct objlist *obj,char *inst,char *rval,int argc,char **argv) in arcbbox() function
326 {"bbox",NIAFUNC,NREAD|NEXEC,arcbbox,"",0},
/dports/cad/electric/electric-7.00/src/db/
H A Ddbcontour.c378 arcbbox(conel->sx, conel->sy, conel->ex, conel->ey, conel->cx, conel->cy, in getcontourelementbbox()
382 arcbbox(conel->ex, conel->ey, conel->sx, conel->sy, conel->cx, conel->cy, in getcontourelementbbox()
H A Ddbgeom.c1052 arcbbox(xe, ye, xs, ys, xc, yc, lx, hx, ly, hy); in boundobj()
H A Ddbmath.c1448 void arcbbox(INTBIG xs, INTBIG ys, INTBIG xe, INTBIG ye, INTBIG xc, INTBIG yc, INTBIG *lx, in arcbbox() function
3382 arcbbox(poly->xv[1], poly->yv[1], poly->xv[2], poly->yv[2], in getbbox()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2062 void arcbbox(INTBIG xs, INTBIG ys, INTBIG xe, INTBIG ye, INTBIG xc, INTBIG yc,