Home
last modified time | relevance | path

Searched refs:poly316 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/tests/
H A DcheckpointNudging3.cpp2236 Polygon poly316(4); in main() local
2237 poly316.ps[0] = Point(134.52835648598, -394.4098117515406); in main()
2238 poly316.ps[1] = Point(134.52835648598, -202.4098117515406); in main()
2239 poly316.ps[2] = Point(58.72835648597997, -202.4098117515406); in main()
2240 poly316.ps[3] = Point(58.72835648597997, -394.4098117515406); in main()
2241 new ShapeRef(router, poly316, 316); in main()
H A Dreallyslowrouting.cpp461 Polygon poly316(4); in main() local
462 poly316.ps[0] = Point(487.246, 570.918); in main()
463 poly316.ps[1] = Point(487.246, 610.918); in main()
464 poly316.ps[2] = Point(431.246, 610.918); in main()
465 poly316.ps[3] = Point(431.246, 570.918); in main()
466 ShapeRef *shapeRef316 = new ShapeRef(router, poly316, 316); in main()