Home
last modified time | relevance | path

Searched refs:poly191 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/tests/
H A DfreeFloatingDirection01.cpp1209 Polygon poly191(4); in main() local
1210 poly191.ps[0] = Point(1745.49, 840.545); in main()
1211 poly191.ps[1] = Point(1745.49, 878.545); in main()
1212 poly191.ps[2] = Point(1691.49, 878.545); in main()
1213 poly191.ps[3] = Point(1691.49, 840.545); in main()
1214 new ShapeRef(router, poly191, 191); in main()
H A DcheckpointNudging3.cpp1359 Polygon poly191(4); in main() local
1360 poly191.ps[0] = Point(2099.795023160646, 625.6568549161261); in main()
1361 poly191.ps[1] = Point(2099.795023160646, 645.6568549161261); in main()
1362 poly191.ps[2] = Point(2067.795023160646, 645.6568549161261); in main()
1363 poly191.ps[3] = Point(2067.795023160646, 625.6568549161261); in main()
1364 new ShapeRef(router, poly191, 191); in main()
H A Dreallyslowrouting.cpp1309 Polygon poly191(4); in main() local
1310 poly191.ps[0] = Point(811.246, 300.918); in main()
1311 poly191.ps[1] = Point(811.246, 320.918); in main()
1312 poly191.ps[2] = Point(791.246, 320.918); in main()
1313 poly191.ps[3] = Point(791.246, 300.918); in main()
1314 ShapeRef *shapeRef191 = new ShapeRef(router, poly191, 191); in main()