Home
last modified time | relevance | path

Searched refs:shapePoly (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/tests/
H A Dcomplex.cpp60 Avoid::Polygon shapePoly(3); in main() local
61 shapePoly.ps[0] = Avoid::Point(1, 1); in main()
62 shapePoly.ps[1] = Avoid::Point(2.5, 1.5); in main()
63 shapePoly.ps[2] = Avoid::Point(1.5, 2.5); in main()
64 Avoid::ShapeRef *shapeRef = new Avoid::ShapeRef(router, shapePoly); in main()
92 shapeRef = new Avoid::ShapeRef(router, shapePoly); in main()
H A Dexample.cpp59 Avoid::Polygon shapePoly(3); in main() local
60 shapePoly.ps[0] = Avoid::Point(1, 1); in main()
61 shapePoly.ps[1] = Avoid::Point(2.5, 1.5); in main()
62 shapePoly.ps[2] = Avoid::Point(1.5, 2.5); in main()
63 Avoid::ShapeRef *shapeRef = new Avoid::ShapeRef(router, shapePoly); in main()
H A Dlatesetup.cpp73 Avoid::Polygon shapePoly(3); in main() local
74 shapePoly.ps[0] = Avoid::Point(1, 1); in main()
75 shapePoly.ps[1] = Avoid::Point(2.5, 1.5); in main()
76 shapePoly.ps[2] = Avoid::Point(1.5, 2.5); in main()
77 Avoid::ShapeRef *shapeRef = new Avoid::ShapeRef(router, shapePoly); in main()
H A Dinline.cpp37 Avoid::Rectangle shapePoly(Avoid::Point(0, 0), Avoid::Point(100, 100)); in main() local
38 new Avoid::ShapeRef(router, shapePoly); in main()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/tests/
H A Dmakefeasible.cpp224 Avoid::Polygon shapePoly(4); in makeFeasible() local
226 shapePoly.ps[0] = Avoid::Point(X,y); in makeFeasible()
227 shapePoly.ps[1] = Avoid::Point(X,Y); in makeFeasible()
228 shapePoly.ps[2] = Avoid::Point(x,Y); in makeFeasible()
229 shapePoly.ps[3] = Avoid::Point(x,y); in makeFeasible()
234 Avoid::ShapeRef *shapeRef = new Avoid::ShapeRef(router, shapePoly, in makeFeasible()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/doc/
H A Dexample.doc19 Avoid::Polygon shapePoly(3);
20 shapePoly.ps[0] = Avoid::Point(1.0, 1.0);
21 shapePoly.ps[1] = Avoid::Point(2.5, 1.5);
22 shapePoly.ps[2] = Avoid::Point(1.5, 2.5);
23 Avoid::ShapeRef *shapeRef = new Avoid::ShapeRef(router, shapePoly); @endcode
/dports/cad/sumo/sumo-1.2.0/src/netedit/
H A DGNENet.cpp2361 …GNEPoly* shapePoly = new GNEPoly(this, "edit_shape", "edit_shape", shape, false, fill, 0.3, col, G… in addPolygonForEditShapes() local
2362 shapePoly->setShapeEditedElement(netElement); in addPolygonForEditShapes()
2363 myGrid.addAdditionalGLObject(shapePoly); in addPolygonForEditShapes()
2365 return shapePoly; in addPolygonForEditShapes()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Drouter.cpp596 const Polygon& shapePoly = obstacle->routingPolygon(); in processActions() local
598 adjustContainsWithAdd(shapePoly, pid); in processActions()
606 newBlockingShape(shapePoly, pid); in processActions()