Home
last modified time | relevance | path

Searched refs:poly178 (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/tests/
H A DnudgingSkipsCheckpoint02.cpp1271 Polygon poly178(4); in main() local
1272 poly178.ps[0] = Point(261.9431329624006, -437.3431551372947); in main()
1273 poly178.ps[1] = Point(261.9431329624006, -397.3431551372947); in main()
1274 poly178.ps[2] = Point(201.9431329624006, -397.3431551372947); in main()
1275 poly178.ps[3] = Point(201.9431329624006, -437.3431551372947); in main()
1276 new ShapeRef(router, poly178, 178); in main()
H A DfreeFloatingDirection01.cpp1118 Polygon poly178(4); in main() local
1119 poly178.ps[0] = Point(785, 1616.71); in main()
1120 poly178.ps[1] = Point(785, 1654.71); in main()
1121 poly178.ps[2] = Point(731, 1654.71); in main()
1122 poly178.ps[3] = Point(731, 1616.71); in main()
1123 new ShapeRef(router, poly178, 178); in main()
H A DcheckpointNudging3.cpp1268 Polygon poly178(4); in main() local
1269 poly178.ps[0] = Point(876.62835648898, -51.40981175154064); in main()
1270 poly178.ps[1] = Point(876.62835648898, 10.59018824845936); in main()
1271 poly178.ps[2] = Point(814.62835648898, 10.59018824845936); in main()
1272 poly178.ps[3] = Point(814.62835648898, -51.40981175154064); in main()
1273 new ShapeRef(router, poly178, 178); in main()
H A Dreallyslowrouting.cpp85 Polygon poly178(4); in main() local
86 poly178.ps[0] = Point(843.246, 427.955); in main()
87 poly178.ps[1] = Point(843.246, 467.955); in main()
88 poly178.ps[2] = Point(803.246, 467.955); in main()
89 poly178.ps[3] = Point(803.246, 427.955); in main()
90 ShapeRef *shapeRef178 = new ShapeRef(router, poly178, 178); in main()