Home
last modified time | relevance | path

Searched refs:poly319 (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.cpp2257 Polygon poly319(4); in main() local
2258 poly319.ps[0] = Point(670.8873402531949, -319.4098117515406); in main()
2259 poly319.ps[1] = Point(670.8873402531949, -277.4098117515406); in main()
2260 poly319.ps[2] = Point(595.087340253195, -277.4098117515406); in main()
2261 poly319.ps[3] = Point(595.087340253195, -319.4098117515406); in main()
2262 new ShapeRef(router, poly319, 319); in main()
H A Dreallyslowrouting.cpp485 Polygon poly319(4); in main() local
486 poly319.ps[0] = Point(439.246, 494.918); in main()
487 poly319.ps[1] = Point(439.246, 534.918); in main()
488 poly319.ps[2] = Point(383.246, 534.918); in main()
489 poly319.ps[3] = Point(383.246, 494.918); in main()
490 ShapeRef *shapeRef319 = new ShapeRef(router, poly319, 319); in main()