Home
last modified time | relevance | path

Searched refs:poly259 (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.cpp1835 Polygon poly259(4); in main() local
1836 poly259.ps[0] = Point(-64.87164351502003, 1174.856854916126); in main()
1837 poly259.ps[1] = Point(-64.87164351502003, 1234.856854916126); in main()
1838 poly259.ps[2] = Point(-120.87164351502, 1234.856854916126); in main()
1839 poly259.ps[3] = Point(-120.87164351502, 1174.856854916126); in main()
1840 new ShapeRef(router, poly259, 259); in main()
H A Dreallyslowrouting.cpp317 Polygon poly259(4); in main() local
318 poly259.ps[0] = Point(751.246, 698.918); in main()
319 poly259.ps[1] = Point(751.246, 738.918); in main()
320 poly259.ps[2] = Point(695.246, 738.918); in main()
321 poly259.ps[3] = Point(695.246, 698.918); in main()
322 ShapeRef *shapeRef259 = new ShapeRef(router, poly259, 259); in main()