Home
last modified time | relevance | path

Searched refs:poly294 (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.cpp2080 Polygon poly294(4); in main() local
2081 poly294.ps[0] = Point(760.62835648798, -751.4098117525407); in main()
2082 poly294.ps[1] = Point(760.62835648798, -691.4098117525407); in main()
2083 poly294.ps[2] = Point(704.62835648798, -691.4098117525407); in main()
2084 poly294.ps[3] = Point(704.62835648798, -751.4098117525407); in main()
2085 new ShapeRef(router, poly294, 294); in main()
H A Dreallyslowrouting.cpp197 Polygon poly294(4); in main() local
198 poly294.ps[0] = Point(751.246, 602.918); in main()
199 poly294.ps[1] = Point(751.246, 642.918); in main()
200 poly294.ps[2] = Point(695.246, 642.918); in main()
201 poly294.ps[3] = Point(695.246, 602.918); in main()
202 ShapeRef *shapeRef294 = new ShapeRef(router, poly294, 294); in main()