Home
last modified time | relevance | path

Searched refs:poly301 (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.cpp2129 Polygon poly301(4); in main() local
2130 poly301.ps[0] = Point(129.62835648598, 1073.856854916126); in main()
2131 poly301.ps[1] = Point(129.62835648598, 1133.856854916126); in main()
2132 poly301.ps[2] = Point(73.62835648597996, 1133.856854916126); in main()
2133 poly301.ps[3] = Point(73.62835648597996, 1073.856854916126); in main()
2134 new ShapeRef(router, poly301, 301); in main()
H A Dreallyslowrouting.cpp1501 Polygon poly301(4); in main() local
1502 poly301.ps[0] = Point(721.246, 182.918); in main()
1503 poly301.ps[1] = Point(721.246, 222.918); in main()
1504 poly301.ps[2] = Point(665.246, 222.918); in main()
1505 poly301.ps[3] = Point(665.246, 182.918); in main()
1506 ShapeRef *shapeRef301 = new ShapeRef(router, poly301, 301); in main()