Home
last modified time | relevance | path

Searched refs:poly166 (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/tests/
H A DoverlappingRects.cpp748 Polygon poly166(4); in main() local
749 poly166.ps[0] = Point(316.984, 1158.01); in main()
750 poly166.ps[1] = Point(316.984, 1218.01); in main()
751 poly166.ps[2] = Point(276.984, 1218.01); in main()
752 poly166.ps[3] = Point(276.984, 1158.01); in main()
753 new ShapeRef(router, poly166, 166); in main()
H A DnudgeCrossing01.cpp1189 Polygon poly166(4); in main()
1190 poly166.ps[0] = Point(1529.5, 1171.17); in main()
1191 poly166.ps[1] = Point(1529.5, 1231.17); in main()
1192 poly166.ps[2] = Point(1396.5, 1231.17); in main()
1193 poly166.ps[3] = Point(1396.5, 1171.17); in main()
1194 new ShapeRef(router, poly166, 166); in main()
H A DfinalSegmentNudging3.cpp1183 Polygon poly166(4); in main() local
1184 poly166.ps[0] = Point(1569.5, 1258.92); in main()
1185 poly166.ps[1] = Point(1569.5, 1318.92); in main()
1186 poly166.ps[2] = Point(1436.5, 1318.92); in main()
1187 poly166.ps[3] = Point(1436.5, 1258.92); in main()
1188 new ShapeRef(router, poly166, 166); in main()
H A DnudgingSkipsCheckpoint02.cpp1187 Polygon poly166(4); in main() local
1188 poly166.ps[0] = Point(96.77646629473389, -51.34315513529478); in main()
1189 poly166.ps[1] = Point(96.77646629473389, -11.34315513529478); in main()
1190 poly166.ps[2] = Point(20.77646629473389, -11.34315513529478); in main()
1191 poly166.ps[3] = Point(20.77646629473389, -51.34315513529478); in main()
1192 new ShapeRef(router, poly166, 166); in main()
H A DfreeFloatingDirection01.cpp110 Polygon poly166(4); in main() local
111 poly166.ps[0] = Point(853, 1657.71); in main()
112 poly166.ps[1] = Point(853, 1695.71); in main()
113 poly166.ps[2] = Point(799, 1695.71); in main()
114 poly166.ps[3] = Point(799, 1657.71); in main()
115 new ShapeRef(router, poly166, 166); in main()
H A DcheckpointNudging3.cpp1184 Polygon poly166(4); in main() local
1185 poly166.ps[0] = Point(146.62835648698, 604.6568549161261); in main()
1186 poly166.ps[1] = Point(146.62835648698, 666.6568549161261); in main()
1187 poly166.ps[2] = Point(84.62835648697995, 666.6568549161261); in main()
1188 poly166.ps[3] = Point(84.62835648697995, 604.6568549161261); in main()
1189 new ShapeRef(router, poly166, 166); in main()
H A Dreallyslowrouting.cpp133 Polygon poly166(4); in main() local
134 poly166.ps[0] = Point(391.246, 538.918); in main()
135 poly166.ps[1] = Point(391.246, 578.918); in main()
136 poly166.ps[2] = Point(351.246, 578.918); in main()
137 poly166.ps[3] = Point(351.246, 538.918); in main()
138 ShapeRef *shapeRef166 = new ShapeRef(router, poly166, 166); in main()