~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to components/aggpas/make_gb_poly_.pas

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
unit
2
 
 make_gb_poly_ ;
3
 
 
4
 
INTERFACE
5
 
 
6
 
{$I agg_mode.inc }
7
 
 
8
 
uses
9
 
 agg_basics ,
10
 
 agg_path_storage ;
11
 
 
12
 
{ GLOBAL PROCEDURES }
13
 
 procedure make_gb_poly(ps : path_storage_ptr );
14
 
 
15
 
 
16
 
IMPLEMENTATION
17
 
{ LOCAL VARIABLES & CONSTANTS }
18
 
const
19
 
 poly1 : array[0..1403 ] of double = (
20
 
 
21
 
  1250.8,1312.4,
22
 
  1252.8,1311.6,
23
 
  1254,1312,
24
 
  1254.8,1313.6,
25
 
  1254.8,1314.8,
26
 
  1256,1314,
27
 
  1257.6,1313.6,
28
 
  1258.4,1314.4,
29
 
  1260.4,1315.6,
30
 
  1261.6,1315.6,
31
 
  1262.4,1315.6,
32
 
  1263.2,1315.6,
33
 
  1264.8,1314.8,
34
 
  1266,1315.2,
35
 
  1266.8,1315.2,
36
 
  1267.2,1312.8,
37
 
  1266.8,1311.2,
38
 
  1267.6,1310.8,
39
 
  1268,1310.4,
40
 
  1268,1308.8,
41
 
  1268.8,1308.4,
42
 
  1270,1307.2,
43
 
  1270,1306.8,
44
 
  1270,1305.6,
45
 
  1270.8,1305.6,
46
 
  1271.2,1304,
47
 
  1271.2,1304,
48
 
  1270.4,1305.6,
49
 
  1270.8,1306.4,
50
 
  1271.2,1306,
51
 
  1271.6,1305.6,
52
 
  1272,1304.8,
53
 
  1271.6,1303.2,
54
 
  1271.2,1302.8,
55
 
  1269.2,1302,
56
 
  1268.4,1300.4,
57
 
  1268.4,1300,
58
 
  1269.2,1300.4,
59
 
  1270.8,1302.4,
60
 
  1272.4,1302,
61
 
  1273.2,1302,
62
 
  1273.6,1300.4,
63
 
  1274.8,1299.2,
64
 
  1274.4,1298,
65
 
  1275.2,1297.2,
66
 
  1274.4,1295.6,
67
 
  1274.4,1294.8,
68
 
  1274.4,1294.4,
69
 
  1274.4,1293.6,
70
 
  1273.6,1293.6,
71
 
  1273.6,1293.6,
72
 
  1273.2,1295.2,
73
 
  1273.6,1296.4,
74
 
  1273.6,1297.6,
75
 
  1273.2,1298,
76
 
  1272,1299.2,
77
 
  1271.6,1299.2,
78
 
  1271.2,1298,
79
 
  1272,1298,
80
 
  1271.6,1297.6,
81
 
  1272,1297.2,
82
 
  1272.4,1295.6,
83
 
  1270.8,1294,
84
 
  1272.8,1294.8,
85
 
  1273.2,1293.6,
86
 
  1273.6,1293.2,
87
 
  1272.8,1292.4,
88
 
  1271.6,1291.2,
89
 
  1271.2,1291.6,
90
 
  1270.4,1292,
91
 
  1268.8,1290.8,
92
 
  1268.8,1289.2,
93
 
  1268.4,1287.6,
94
 
  1266,1286.4,
95
 
  1265.2,1286.4,
96
 
  1265.6,1287.2,
97
 
  1264.4,1287.6,
98
 
  1264,1287.6,
99
 
  1263.2,1288,
100
 
  1264,1287.6,
101
 
  1264.4,1286.4,
102
 
  1264.8,1286.4,
103
 
  1265.2,1286,
104
 
  1264,1285.2,
105
 
  1262,1286.4,
106
 
  1261.6,1286.4,
107
 
  1261.6,1286.4,
108
 
  1261.6,1285.6,
109
 
  1261.2,1284,
110
 
  1261.6,1283.2,
111
 
  1262.8,1283.2,
112
 
  1262.8,1281.6,
113
 
  1263.2,1280.8,
114
 
  1263.2,1280,
115
 
  1263.2,1278.4,
116
 
  1263.2,1277.6,
117
 
  1265.2,1275.6,
118
 
  1264.8,1274.4,
119
 
  1264,1272.4,
120
 
  1264.4,1271.2,
121
 
  1265.2,1271.2,
122
 
  1265.6,1270.4,
123
 
  1264,1271.2,
124
 
  1263.6,1270.4,
125
 
  1263.2,1270.4,
126
 
  1263.6,1269.2,
127
 
  1264.4,1268.4,
128
 
  1264.4,1266.8,
129
 
  1265.2,1264.4,
130
 
  1264.8,1261.6,
131
 
  1266,1261.2,
132
 
  1264.8,1258.4,
133
 
  1264,1257.6,
134
 
  1263.2,1256,
135
 
  1262,1254,
136
 
  1262.4,1251.6,
137
 
  1260,1247.6,
138
 
  1259.6,1246.8,
139
 
  1258.8,1247.2,
140
 
  1258.8,1246.8,
141
 
  1258.8,1246,
142
 
  1259.2,1245.6,
143
 
  1259.2,1246,
144
 
  1259.2,1244.4,
145
 
  1260,1243.6,
146
 
  1259.2,1242.4,
147
 
  1258.8,1242.4,
148
 
  1259.2,1242.8,
149
 
  1258,1242.4,
150
 
  1258,1242.8,
151
 
  1257.6,1242.8,
152
 
  1256,1242.4,
153
 
  1254.4,1244,
154
 
  1253.2,1243.2,
155
 
  1253.6,1244,
156
 
  1253.2,1244,
157
 
  1252.8,1244,
158
 
  1252.4,1243.6,
159
 
  1252.8,1242.8,
160
 
  1252.4,1242.8,
161
 
  1251.6,1242,
162
 
  1250.8,1241.2,
163
 
  1250.8,1241.6,
164
 
  1251.6,1242,
165
 
  1251.6,1242.8,
166
 
  1251.2,1243.6,
167
 
  1250.8,1244,
168
 
  1250.4,1245.2,
169
 
  1250.8,1243.6,
170
 
  1250.4,1242.8,
171
 
  1250.8,1242.8,
172
 
  1250,1241.6,
173
 
  1248.4,1242,
174
 
  1249.2,1243.2,
175
 
  1248.4,1243.2,
176
 
  1248.4,1243.2,
177
 
  1248.4,1242.4,
178
 
  1247.6,1242.4,
179
 
  1247.2,1242,
180
 
  1243.6,1242,
181
 
  1242,1241.6,
182
 
  1242,1241.2,
183
 
  1241.2,1241.6,
184
 
  1240.8,1241.2,
185
 
  1241.2,1240.4,
186
 
  1242,1240,
187
 
  1241.6,1240,
188
 
  1241.6,1239.2,
189
 
  1239.6,1239.2,
190
 
  1239.2,1238,
191
 
  1238.4,1238,
192
 
  1237.6,1238,
193
 
  1237.2,1238.8,
194
 
  1236.8,1238,
195
 
  1236.4,1238,
196
 
  1236.8,1236.8,
197
 
  1235.2,1236.4,
198
 
  1234.4,1235.6,
199
 
  1234.8,1235.2,
200
 
  1232.4,1234.8,
201
 
  1231.2,1235.2,
202
 
  1231.2,1235.6,
203
 
  1232.4,1236,
204
 
  1232.8,1236.8,
205
 
  1230.8,1236.4,
206
 
  1229.6,1237.2,
207
 
  1229.2,1236.4,
208
 
  1230,1236.4,
209
 
  1230.8,1235.6,
210
 
  1230.4,1234.8,
211
 
  1230.4,1234.4,
212
 
  1229.6,1233.2,
213
 
  1228.4,1233.2,
214
 
  1228,1232.8,
215
 
  1226.8,1233.2,
216
 
  1227.2,1232.8,
217
 
  1226.4,1232,
218
 
  1226.4,1230.8,
219
 
  1226,1231.2,
220
 
  1224.4,1231.2,
221
 
  1224,1229.6,
222
 
  1223.2,1229.6,
223
 
  1223.2,1230.4,
224
 
  1221.6,1230.8,
225
 
  1221.2,1229.2,
226
 
  1220.4,1229.2,
227
 
  1220.4,1229.2,
228
 
  1219.6,1230.4,
229
 
  1218.4,1229.6,
230
 
  1217.6,1230.8,
231
 
  1218,1229.6,
232
 
  1216.8,1229.6,
233
 
  1216.8,1230,
234
 
  1216.8,1228.8,
235
 
  1216.4,1228.8,
236
 
  1216,1228.8,
237
 
  1216.4,1228.8,
238
 
  1215.6,1229.2,
239
 
  1215.6,1228.8,
240
 
  1214.8,1228.8,
241
 
  1214.4,1228.8,
242
 
  1214,1229.2,
243
 
  1214.4,1230.4,
244
 
  1213.6,1231.6,
245
 
  1213.6,1230.8,
246
 
  1212.8,1230.4,
247
 
  1212,1230.8,
248
 
  1212,1229.6,
249
 
  1211.6,1229.6,
250
 
  1211.2,1229.2,
251
 
  1210.8,1229.6,
252
 
  1210.8,1230.8,
253
 
  1209.6,1229.6,
254
 
  1210,1229.6,
255
 
  1208.8,1229.2,
256
 
  1208.8,1230,
257
 
  1208,1229.2,
258
 
  1208,1230,
259
 
  1208,1230,
260
 
  1209.6,1231.2,
261
 
  1210.8,1231.2,
262
 
  1212.4,1232.8,
263
 
  1212,1232.8,
264
 
  1208.4,1231.2,
265
 
  1208,1231.2,
266
 
  1208.8,1232,
267
 
  1209.6,1232.8,
268
 
  1214,1234,
269
 
  1214,1234,
270
 
  1214,1234.4,
271
 
  1213.6,1234.8,
272
 
  1213.2,1235.6,
273
 
  1212.8,1236,
274
 
  1212.8,1235.6,
275
 
  1212,1234,
276
 
  1207.2,1233.6,
277
 
  1206.8,1233.2,
278
 
  1205.2,1233.2,
279
 
  1204.8,1233.2,
280
 
  1204,1233.2,
281
 
  1203.6,1233.2,
282
 
  1203.6,1233.2,
283
 
  1203.6,1233.6,
284
 
  1204.8,1233.2,
285
 
  1204.8,1234,
286
 
  1204.4,1234.4,
287
 
  1204.8,1234.4,
288
 
  1206.4,1234.8,
289
 
  1206.8,1235.6,
290
 
  1206,1235.6,
291
 
  1206.4,1236.4,
292
 
  1207.6,1236.8,
293
 
  1208,1236.4,
294
 
  1208,1236.8,
295
 
  1209.6,1236.8,
296
 
  1208.8,1237.2,
297
 
  1210,1238.4,
298
 
  1211.2,1238.8,
299
 
  1212.4,1238.4,
300
 
  1210.4,1238.8,
301
 
  1209.2,1238,
302
 
  1208.4,1238,
303
 
  1208,1237.6,
304
 
  1207.6,1238,
305
 
  1204,1236.4,
306
 
  1204,1236.8,
307
 
  1202.8,1237.2,
308
 
  1203.2,1237.6,
309
 
  1203.6,1238.4,
310
 
  1203.2,1239.2,
311
 
  1202.4,1238.8,
312
 
  1201.2,1238,
313
 
  1201.6,1239.6,
314
 
  1200.8,1239.6,
315
 
  1200.4,1240.4,
316
 
  1202.4,1240.8,
317
 
  1202.8,1240.4,
318
 
  1202.4,1241.2,
319
 
  1202,1241.6,
320
 
  1202.8,1242,
321
 
  1202.8,1242.4,
322
 
  1206.8,1243.6,
323
 
  1207.6,1244.8,
324
 
  1207.6,1244,
325
 
  1208,1243.6,
326
 
  1208.8,1245.6,
327
 
  1209.2,1245.2,
328
 
  1210.4,1245.2,
329
 
  1208.8,1246,
330
 
  1207.6,1246,
331
 
  1207.6,1245.2,
332
 
  1207.2,1246,
333
 
  1204.4,1245.2,
334
 
  1203.6,1246,
335
 
  1202.8,1246,
336
 
  1202.4,1246,
337
 
  1203.2,1245.6,
338
 
  1202.8,1245.2,
339
 
  1201.2,1246,
340
 
  1202,1245.6,
341
 
  1200.8,1245.6,
342
 
  1200,1246,
343
 
  1200,1246.4,
344
 
  1200,1246.8,
345
 
  1200.4,1247.2,
346
 
  1200,1247.6,
347
 
  1200.8,1247.6,
348
 
  1200.8,1247.2,
349
 
  1201.6,1247.2,
350
 
  1201.6,1248.8,
351
 
  1202.4,1248.4,
352
 
  1203.2,1249.2,
353
 
  1204.8,1249.6,
354
 
  1204.8,1248.4,
355
 
  1206,1248,
356
 
  1206.8,1249.6,
357
 
  1206.4,1250,
358
 
  1207.2,1250.4,
359
 
  1206.8,1249.2,
360
 
  1208,1248,
361
 
  1209.2,1248,
362
 
  1209.6,1248,
363
 
  1209.6,1248,
364
 
  1210.8,1248,
365
 
  1210.8,1248.4,
366
 
  1208.8,1248.8,
367
 
  1208.8,1250,
368
 
  1209.6,1249.6,
369
 
  1209.6,1250,
370
 
  1210,1251.2,
371
 
  1208.4,1252,
372
 
  1208.4,1252.4,
373
 
  1211.2,1252.8,
374
 
  1212.4,1254,
375
 
  1213.2,1253.2,
376
 
  1212.8,1254,
377
 
  1212.4,1254,
378
 
  1212.4,1254,
379
 
  1212.8,1255.2,
380
 
  1213.6,1255.6,
381
 
  1215.6,1254.8,
382
 
  1215.6,1255.2,
383
 
  1217.6,1254.8,
384
 
  1221.2,1256,
385
 
  1221.2,1255.2,
386
 
  1222,1255.2,
387
 
  1222.8,1256.4,
388
 
  1224.4,1256,
389
 
  1224.8,1256.4,
390
 
  1226,1256.4,
391
 
  1224,1257.2,
392
 
  1222.8,1257.2,
393
 
  1222.8,1257.6,
394
 
  1222.4,1258.8,
395
 
  1221.2,1258.4,
396
 
  1221.2,1257.6,
397
 
  1219.6,1255.6,
398
 
  1218.4,1256,
399
 
  1217.6,1254.8,
400
 
  1217.2,1255.6,
401
 
  1218,1256.4,
402
 
  1216,1256,
403
 
  1214.8,1256.4,
404
 
  1214.4,1257.2,
405
 
  1214,1257.6,
406
 
  1214.4,1256.4,
407
 
  1212.4,1256.4,
408
 
  1212.4,1255.6,
409
 
  1209.6,1256,
410
 
  1208.8,1256,
411
 
  1210.4,1256.4,
412
 
  1212.8,1258.4,
413
 
  1214,1259.6,
414
 
  1215.2,1259.6,
415
 
  1215.2,1260.8,
416
 
  1216,1261.2,
417
 
  1216,1262.8,
418
 
  1217.6,1263.6,
419
 
  1217.2,1263.6,
420
 
  1215.6,1264,
421
 
  1215.6,1264,
422
 
  1216.4,1264.4,
423
 
  1218.8,1268,
424
 
  1220.4,1267.6,
425
 
  1221.6,1268,
426
 
  1221.2,1268,
427
 
  1222.8,1268,
428
 
  1221.6,1268,
429
 
  1223.2,1268,
430
 
  1223.2,1268,
431
 
  1223.6,1267.6,
432
 
  1223.6,1267.6,
433
 
  1223.6,1268.4,
434
 
  1224.4,1269.6,
435
 
  1223.6,1269.2,
436
 
  1222.8,1269.6,
437
 
  1223.2,1270,
438
 
  1223.6,1270.4,
439
 
  1224,1270.4,
440
 
  1224,1271.2,
441
 
  1222.4,1271.2,
442
 
  1220.4,1270.4,
443
 
  1216,1270.4,
444
 
  1215.2,1270.8,
445
 
  1215.2,1272.4,
446
 
  1215.2,1272,
447
 
  1214.8,1270.8,
448
 
  1214.8,1270.8,
449
 
  1214.8,1271.6,
450
 
  1214.8,1272.4,
451
 
  1214.8,1273.2,
452
 
  1214.8,1273.2,
453
 
  1215.2,1273.2,
454
 
  1214.8,1273.6,
455
 
  1214.8,1273.2,
456
 
  1214.8,1273.6,
457
 
  1214.4,1273.6,
458
 
  1214.8,1274,
459
 
  1214.4,1274,
460
 
  1213.6,1273.2,
461
 
  1213.2,1272.8,
462
 
  1212,1273.6,
463
 
  1211.2,1273.6,
464
 
  1211.6,1274.4,
465
 
  1211.2,1274.4,
466
 
  1213.2,1275.2,
467
 
  1213.2,1275.2,
468
 
  1212.8,1275.2,
469
 
  1212.8,1275.6,
470
 
  1211.6,1275.6,
471
 
  1211.6,1275.6,
472
 
  1211.6,1275.6,
473
 
  1211.2,1275.6,
474
 
  1210.8,1275.6,
475
 
  1210.4,1274.8,
476
 
  1209.2,1275.6,
477
 
  1208.8,1276,
478
 
  1208,1275.6,
479
 
  1207.6,1276.4,
480
 
  1207.2,1276,
481
 
  1208,1277.6,
482
 
  1209.2,1277.2,
483
 
  1208.4,1278,
484
 
  1208.4,1278.8,
485
 
  1208,1279.2,
486
 
  1207.2,1279.6,
487
 
  1208.8,1279.2,
488
 
  1208.8,1280,
489
 
  1210.4,1279.6,
490
 
  1209.6,1281.2,
491
 
  1212,1281.2,
492
 
  1212,1282.4,
493
 
  1212.4,1283.6,
494
 
  1214,1284.4,
495
 
  1215.6,1284,
496
 
  1216.4,1284.8,
497
 
  1215.6,1284.8,
498
 
  1216,1285.2,
499
 
  1215.6,1285.2,
500
 
  1216,1286.4,
501
 
  1216,1286.4,
502
 
  1216.4,1286.8,
503
 
  1214,1286.8,
504
 
  1213.2,1286.8,
505
 
  1212,1286.8,
506
 
  1212,1286.8,
507
 
  1212.4,1288.8,
508
 
  1213.6,1288,
509
 
  1214,1287.6,
510
 
  1214,1287.6,
511
 
  1214,1289.2,
512
 
  1213.6,1289.2,
513
 
  1213.6,1288.4,
514
 
  1213.6,1289.2,
515
 
  1213.6,1289.6,
516
 
  1212.8,1290.4,
517
 
  1212.8,1291.2,
518
 
  1213.6,1291.6,
519
 
  1213.2,1291.6,
520
 
  1214,1292.4,
521
 
  1213.2,1292.4,
522
 
  1213.2,1291.6,
523
 
  1212.4,1292,
524
 
  1212,1292,
525
 
  1212,1292,
526
 
  1212.8,1292.8,
527
 
  1212.4,1293.2,
528
 
  1212.8,1293.6,
529
 
  1212.4,1294,
530
 
  1212.8,1294.4,
531
 
  1212.8,1294.4,
532
 
  1211.6,1295.2,
533
 
  1211.6,1294.4,
534
 
  1211.2,1294.4,
535
 
  1211.6,1294,
536
 
  1210.8,1294,
537
 
  1210.8,1293.6,
538
 
  1210.4,1293.2,
539
 
  1210.8,1292,
540
 
  1210,1292.4,
541
 
  1210.4,1295.2,
542
 
  1210.8,1295.2,
543
 
  1210,1296,
544
 
  1210.8,1296,
545
 
  1210.8,1296.4,
546
 
  1212,1297.6,
547
 
  1212.4,1296.4,
548
 
  1213.2,1295.6,
549
 
  1212.8,1294.8,
550
 
  1212,1295.6,
551
 
  1212,1295.2,
552
 
  1213.6,1294.8,
553
 
  1213.6,1296,
554
 
  1214,1295.6,
555
 
  1214,1296.4,
556
 
  1214,1296.4,
557
 
  1213.6,1297.2,
558
 
  1214,1297.6,
559
 
  1215.6,1297.2,
560
 
  1218.4,1296.8,
561
 
  1219.6,1295.2,
562
 
  1220.4,1296.4,
563
 
  1221.2,1296,
564
 
  1221.6,1295.2,
565
 
  1222.4,1294.8,
566
 
  1222,1294.4,
567
 
  1222.4,1294,
568
 
  1222,1293.6,
569
 
  1222.8,1293.2,
570
 
  1223.2,1292.8,
571
 
  1224.4,1295.2,
572
 
  1226,1295.2,
573
 
  1227.6,1294,
574
 
  1228.4,1294.4,
575
 
  1228.8,1294.4,
576
 
  1229.6,1294,
577
 
  1230.8,1292.8,
578
 
  1231.6,1292.8,
579
 
  1230.8,1294,
580
 
  1230.4,1294,
581
 
  1231.2,1294.4,
582
 
  1232.4,1294.4,
583
 
  1231.2,1295.6,
584
 
  1231.2,1295.6,
585
 
  1232.4,1295.2,
586
 
  1232.4,1295.6,
587
 
  1231.6,1296,
588
 
  1230.4,1295.6,
589
 
  1230,1296,
590
 
  1231.2,1296.8,
591
 
  1231.2,1297.6,
592
 
  1231.6,1297.6,
593
 
  1232.8,1298,
594
 
  1232.4,1298.8,
595
 
  1232.8,1299.2,
596
 
  1233.2,1298.8,
597
 
  1235.2,1298.8,
598
 
  1236,1300,
599
 
  1236.4,1300.4,
600
 
  1237.6,1302.4,
601
 
  1238,1302.4,
602
 
  1238.4,1302,
603
 
  1238,1302.4,
604
 
  1236,1302.4,
605
 
  1235.6,1302.4,
606
 
  1235.6,1302.4,
607
 
  1235.6,1302.4,
608
 
  1234.8,1302.4,
609
 
  1233.2,1300.8,
610
 
  1233.2,1302,
611
 
  1234.4,1302.4,
612
 
  1234.4,1302.4,
613
 
  1233.2,1302.4,
614
 
  1232.8,1302.4,
615
 
  1231.6,1302.4,
616
 
  1230.4,1302.4,
617
 
  1228.8,1304,
618
 
  1229.2,1304.4,
619
 
  1228.8,1304.4,
620
 
  1229.6,1304.4,
621
 
  1229.2,1305.6,
622
 
  1230.4,1306.4,
623
 
  1234,1305.6,
624
 
  1233.2,1306.4,
625
 
  1232.4,1306.4,
626
 
  1233.2,1306.4,
627
 
  1234.4,1305.6,
628
 
  1232.4,1307.6,
629
 
  1233.2,1307.6,
630
 
  1235.6,1307.6,
631
 
  1234.8,1308.4,
632
 
  1234.8,1308.8,
633
 
  1235.6,1308.4,
634
 
  1236,1308.4,
635
 
  1235.6,1308.8,
636
 
  1234.8,1309.2,
637
 
  1234.8,1308.8,
638
 
  1234,1309.2,
639
 
  1234,1310.4,
640
 
  1235.2,1310.4,
641
 
  1234.8,1310.4,
642
 
  1234,1312,
643
 
  1234.8,1312,
644
 
  1234.8,1312.8,
645
 
  1235.6,1312.4,
646
 
  1235.6,1313.2,
647
 
  1236,1313.2,
648
 
  1236,1313.2,
649
 
  1236.4,1313.2,
650
 
  1236.4,1313.6,
651
 
  1236.8,1314.8,
652
 
  1238.4,1314.4,
653
 
  1238.8,1314.4,
654
 
  1238.8,1314.4,
655
 
  1238.4,1314,
656
 
  1239.6,1314.4,
657
 
  1240.4,1314.8,
658
 
  1240.4,1316.4,
659
 
  1240.8,1316.8,
660
 
  1241.6,1316.4,
661
 
  1241.6,1315.6,
662
 
  1242,1315.6,
663
 
  1242.4,1314.8,
664
 
  1242,1314.4,
665
 
  1242.8,1314.4,
666
 
  1242,1314.4,
667
 
  1242.8,1314.4,
668
 
  1242.8,1314.4,
669
 
  1243.2,1315.6,
670
 
  1242.4,1315.6,
671
 
  1242,1316.8,
672
 
  1242.8,1316.8,
673
 
  1243.2,1316.8,
674
 
  1243.2,1314.8,
675
 
  1244,1314.4,
676
 
  1244.8,1314,
677
 
  1244.8,1313.2,
678
 
  1245.2,1314,
679
 
  1244.8,1316.4,
680
 
  1244.4,1314.4,
681
 
  1244.4,1315.2,
682
 
  1244.4,1316,
683
 
  1243.6,1316.4,
684
 
  1244,1316.8,
685
 
  1244.4,1316.8,
686
 
  1245.2,1317.6,
687
 
  1246,1316.8,
688
 
  1246,1315.2,
689
 
  1246.8,1314,
690
 
  1246.8,1314,
691
 
  1246.8,1312.8,
692
 
  1245.2,1311.6,
693
 
  1246,1311.6,
694
 
  1246.4,1311.6,
695
 
  1245.2,1311.2,
696
 
  1244.8,1310,
697
 
  1246.4,1311.6,
698
 
  1247.6,1312,
699
 
  1247.6,1312.4,
700
 
  1247.6,1314,
701
 
  1246.8,1316,
702
 
  1247.6,1316.4,
703
 
  1246.8,1317.2,
704
 
  1247.6,1317.2,
705
 
  1247.6,1317.2,
706
 
  1248,1317.2,
707
 
  1249.2,1317.6,
708
 
  1249.6,1317.6,
709
 
  1249.6,1317.2,
710
 
  1250.8,1317.2,
711
 
  1249.6,1317.6,
712
 
  1249.2,1318.4,
713
 
  1249.6,1318.4,
714
 
  1249.2,1319.2,
715
 
  1248.8,1319.6,
716
 
  1248.8,1319.6,
717
 
  1250.8,1319.2,
718
 
  1251.6,1318.4,
719
 
  1252.4,1317.6,
720
 
  1255.2,1316,
721
 
  1255.2,1315.6,
722
 
  1252,1314 );
723
 
 
724
 
 poly2 : array[0..2309 ] of double = (
725
 
 
726
 
  1284,1396.4,
727
 
  1284.4,1395.6,
728
 
  1285.2,1395.6,
729
 
  1286,1395.2,
730
 
  1286,1394.8,
731
 
  1286.8,1395.2,
732
 
  1286.4,1395.2,
733
 
  1286.4,1395.2,
734
 
  1286.8,1394.8,
735
 
  1288,1394,
736
 
  1288,1393.6,
737
 
  1286.8,1391.6,
738
 
  1288,1392.8,
739
 
  1288,1393.6,
740
 
  1288.8,1393.6,
741
 
  1288.8,1394.8,
742
 
  1290,1394.4,
743
 
  1290.8,1393.6,
744
 
  1291.2,1393.2,
745
 
  1290.4,1391.2,
746
 
  1291.6,1393.6,
747
 
  1292.8,1393.6,
748
 
  1293.6,1392.8,
749
 
  1293.6,1393.2,
750
 
  1293.6,1394,
751
 
  1294.4,1393.6,
752
 
  1294.8,1394.4,
753
 
  1295.6,1394,
754
 
  1296,1394.8,
755
 
  1296,1394.4,
756
 
  1297.6,1394.4,
757
 
  1298.8,1394.4,
758
 
  1300.4,1394.8,
759
 
  1302,1394.8,
760
 
  1302,1394.4,
761
 
  1302.4,1394.4,
762
 
  1303.2,1395.2,
763
 
  1304.4,1394.8,
764
 
  1304.4,1395.2,
765
 
  1303.6,1396.4,
766
 
  1304.4,1396.8,
767
 
  1304.4,1396.4,
768
 
  1306.8,1396,
769
 
  1306.8,1395.6,
770
 
  1308.4,1396,
771
 
  1308.8,1395.6,
772
 
  1307.6,1392.8,
773
 
  1307.6,1392,
774
 
  1308.8,1392,
775
 
  1307.6,1389.6,
776
 
  1307.2,1389.2,
777
 
  1306.4,1387.6,
778
 
  1304.4,1387.2,
779
 
  1302.8,1384,
780
 
  1299.6,1382,
781
 
  1298.8,1381.6,
782
 
  1298,1380.8,
783
 
  1296.4,1379.2,
784
 
  1296,1377.6,
785
 
  1295.2,1377.6,
786
 
  1294.4,1377.2,
787
 
  1293.6,1376.8,
788
 
  1293.6,1376.4,
789
 
  1295.2,1376.4,
790
 
  1296.4,1376.8,
791
 
  1296.8,1376.8,
792
 
  1296.8,1376.4,
793
 
  1298,1376.4,
794
 
  1298.8,1377.6,
795
 
  1299.2,1377.2,
796
 
  1298,1375.2,
797
 
  1296.4,1373.6,
798
 
  1296,1373.6,
799
 
  1296,1374,
800
 
  1295.2,1374,
801
 
  1294,1373.2,
802
 
  1292.4,1373.6,
803
 
  1292.4,1372.4,
804
 
  1290.8,1371.2,
805
 
  1290.4,1370.4,
806
 
  1293.2,1372.8,
807
 
  1295.2,1372.8,
808
 
  1295.6,1373.6,
809
 
  1296.4,1372.8,
810
 
  1294.8,1371.2,
811
 
  1294.8,1371.2,
812
 
  1294.8,1370.4,
813
 
  1294,1370,
814
 
  1293.6,1369.6,
815
 
  1292.8,1370,
816
 
  1293.2,1369.6,
817
 
  1292.8,1368.8,
818
 
  1293.6,1368.4,
819
 
  1294,1368.4,
820
 
  1294,1368.4,
821
 
  1295.6,1370,
822
 
  1295.6,1370.4,
823
 
  1295.2,1371.2,
824
 
  1298,1371.2,
825
 
  1300.4,1372,
826
 
  1302,1372.4,
827
 
  1302.8,1373.6,
828
 
  1304.8,1374.4,
829
 
  1308.8,1372.4,
830
 
  1310.8,1373.6,
831
 
  1311.2,1373.2,
832
 
  1312.4,1373.2,
833
 
  1316.8,1372.4,
834
 
  1317.6,1372.4,
835
 
  1318.4,1373.2,
836
 
  1319.6,1372.4,
837
 
  1320.4,1373.2,
838
 
  1322,1373.2,
839
 
  1322,1372.4,
840
 
  1322.8,1372.8,
841
 
  1323.6,1372.4,
842
 
  1324,1371.6,
843
 
  1324,1370.4,
844
 
  1324.8,1368.8,
845
 
  1324.4,1368.8,
846
 
  1324.8,1368,
847
 
  1325.2,1368,
848
 
  1321.6,1363.2,
849
 
  1320.8,1360.4,
850
 
  1321.2,1359.6,
851
 
  1319.6,1356,
852
 
  1319.6,1354.4,
853
 
  1318.4,1352.4,
854
 
  1317.2,1351.2,
855
 
  1316.8,1351.2,
856
 
  1316.8,1349.2,
857
 
  1316.8,1349.2,
858
 
  1315.6,1348.4,
859
 
  1316,1347.6,
860
 
  1315.2,1346,
861
 
  1312.8,1344.4,
862
 
  1312.4,1344,
863
 
  1311.6,1344,
864
 
  1310.8,1343.6,
865
 
  1310,1344,
866
 
  1309.2,1343.6,
867
 
  1308.4,1343.6,
868
 
  1305.6,1342,
869
 
  1304.8,1341.6,
870
 
  1305.2,1341.2,
871
 
  1306.4,1342,
872
 
  1310.4,1343.6,
873
 
  1311.6,1343.2,
874
 
  1311.2,1342,
875
 
  1311.2,1341.6,
876
 
  1311.2,1341.6,
877
 
  1312,1340.4,
878
 
  1313.6,1340.4,
879
 
  1314.8,1338.8,
880
 
  1313.2,1338,
881
 
  1311.6,1337.6,
882
 
  1310,1337.6,
883
 
  1309.6,1337.6,
884
 
  1307.2,1335.2,
885
 
  1306.8,1334.4,
886
 
  1305.2,1334,
887
 
  1303.6,1332.8,
888
 
  1301.2,1334,
889
 
  1299.6,1334,
890
 
  1299.6,1332.8,
891
 
  1300,1332.8,
892
 
  1302,1332.8,
893
 
  1304,1332.4,
894
 
  1304.4,1332.8,
895
 
  1305.2,1332.4,
896
 
  1307.2,1332.4,
897
 
  1307.6,1331.6,
898
 
  1308.8,1331.6,
899
 
  1309.6,1332.4,
900
 
  1310,1332.4,
901
 
  1310.8,1332.8,
902
 
  1310.8,1333.6,
903
 
  1311.6,1334.4,
904
 
  1313.6,1334.4,
905
 
  1314.8,1332.8,
906
 
  1314.8,1332.8,
907
 
  1316,1332.8,
908
 
  1318.4,1330.8,
909
 
  1320.8,1330.4,
910
 
  1320.8,1330.4,
911
 
  1321.6,1329.6,
912
 
  1322.8,1326.8,
913
 
  1324.8,1324.4,
914
 
  1325.2,1324.4,
915
 
  1325.6,1324,
916
 
  1325.6,1323.6,
917
 
  1325.6,1323.2,
918
 
  1326.8,1323.2,
919
 
  1327.2,1323.2,
920
 
  1327.6,1321.6,
921
 
  1328.4,1320.4,
922
 
  1328.4,1319.2,
923
 
  1328,1318,
924
 
  1328.8,1316.8,
925
 
  1328.4,1315.6,
926
 
  1329.6,1313.2,
927
 
  1329.6,1312.4,
928
 
  1330.8,1309.2,
929
 
  1331.6,1308,
930
 
  1331.6,1307.2,
931
 
  1332.8,1303.6,
932
 
  1333.2,1302,
933
 
  1334.4,1301.6,
934
 
  1334,1301.6,
935
 
  1334.4,1300.8,
936
 
  1334.4,1299.6,
937
 
  1334.4,1299.6,
938
 
  1334.8,1299.6,
939
 
  1334.8,1300,
940
 
  1337.2,1299.2,
941
 
  1339.6,1298.4,
942
 
  1341.6,1297.2,
943
 
  1342.8,1296.8,
944
 
  1343.6,1296.4,
945
 
  1343.6,1295.6,
946
 
  1344.8,1294,
947
 
  1346,1292,
948
 
  1347.2,1291.2,
949
 
  1347.6,1289.6,
950
 
  1350,1288.8,
951
 
  1348.8,1287.6,
952
 
  1348,1286.4,
953
 
  1349.6,1282.8,
954
 
  1351.2,1280,
955
 
  1352.8,1277.2,
956
 
  1353.2,1275.6,
957
 
  1353.2,1275.6,
958
 
  1353.2,1276.4,
959
 
  1352.8,1276.8,
960
 
  1351.6,1277.2,
961
 
  1351.2,1276.8,
962
 
  1350.4,1276.8,
963
 
  1349.6,1277.2,
964
 
  1348,1279.2,
965
 
  1347.2,1279.6,
966
 
  1345.6,1278.4,
967
 
  1343.6,1278,
968
 
  1342.4,1278.8,
969
 
  1341.2,1278,
970
 
  1341.6,1277.6,
971
 
  1342.8,1278,
972
 
  1344,1277.6,
973
 
  1344.8,1277.6,
974
 
  1347.2,1278.4,
975
 
  1348,1278,
976
 
  1348.4,1277.2,
977
 
  1350.4,1275.6,
978
 
  1351.2,1275.6,
979
 
  1351.6,1274.4,
980
 
  1352.4,1273.2,
981
 
  1353.6,1273.2,
982
 
  1354,1272.4,
983
 
  1354.8,1271.2,
984
 
  1356,1267.6,
985
 
  1356.8,1266,
986
 
  1356.4,1264.4,
987
 
  1354,1262,
988
 
  1352.8,1259.6,
989
 
  1352.4,1259.6,
990
 
  1352,1259.2,
991
 
  1352.8,1259.2,
992
 
  1353.6,1259.2,
993
 
  1354,1258.8,
994
 
  1355.6,1257.2,
995
 
  1357.2,1257.6,
996
 
  1357.6,1256.4,
997
 
  1357.6,1256.8,
998
 
  1358,1258,
999
 
  1358.8,1260.8,
1000
 
  1359.6,1261.6,
1001
 
  1360.4,1261.2,
1002
 
  1361.2,1261.6,
1003
 
  1364,1261.2,
1004
 
  1364.4,1261.6,
1005
 
  1364.8,1261.6,
1006
 
  1365.6,1261.6,
1007
 
  1366.4,1261.6,
1008
 
  1365.6,1262,
1009
 
  1366,1262,
1010
 
  1366.8,1262,
1011
 
  1367.6,1261.6,
1012
 
  1370.4,1261.2,
1013
 
  1372.4,1259.6,
1014
 
  1376,1257.2,
1015
 
  1376.4,1257.2,
1016
 
  1377.6,1254.4,
1017
 
  1377.6,1252.8,
1018
 
  1378,1251.6,
1019
 
  1377.6,1250,
1020
 
  1378,1248.8,
1021
 
  1376.4,1245.6,
1022
 
  1376.4,1243.6,
1023
 
  1376,1241.2,
1024
 
  1374,1240,
1025
 
  1372.8,1237.2,
1026
 
  1371.6,1238.8,
1027
 
  1371.6,1237.6,
1028
 
  1370,1238,
1029
 
  1369.6,1237.6,
1030
 
  1372,1237.6,
1031
 
  1370.8,1235.2,
1032
 
  1371.6,1235.2,
1033
 
  1371.6,1236,
1034
 
  1372,1235.2,
1035
 
  1372,1235.2,
1036
 
  1370.8,1234,
1037
 
  1369.6,1233.2,
1038
 
  1368.4,1233.6,
1039
 
  1367.6,1234,
1040
 
  1366.8,1234,
1041
 
  1366,1233.2,
1042
 
  1365.6,1232.4,
1043
 
  1363.6,1232,
1044
 
  1364.4,1231.6,
1045
 
  1364.8,1231.6,
1046
 
  1366.4,1232.8,
1047
 
  1367.2,1232.4,
1048
 
  1367.2,1231.2,
1049
 
  1366.8,1229.6,
1050
 
  1366.4,1229.6,
1051
 
  1365.2,1229.2,
1052
 
  1366,1229.6,
1053
 
  1366.4,1229.2,
1054
 
  1366.4,1229.6,
1055
 
  1367.2,1229.6,
1056
 
  1367.6,1229.2,
1057
 
  1365.2,1227.2,
1058
 
  1363.2,1227.2,
1059
 
  1362,1226,
1060
 
  1360.4,1226,
1061
 
  1360,1226,
1062
 
  1359.2,1225.2,
1063
 
  1360,1225.2,
1064
 
  1360.4,1226,
1065
 
  1361.6,1226,
1066
 
  1364,1226,
1067
 
  1364.4,1225.2,
1068
 
  1364,1224.8,
1069
 
  1363.2,1224.8,
1070
 
  1362.4,1224.4,
1071
 
  1361.6,1224.4,
1072
 
  1362.4,1223.6,
1073
 
  1363.2,1223.6,
1074
 
  1363.6,1223.6,
1075
 
  1364,1223.6,
1076
 
  1364,1224.4,
1077
 
  1364.4,1224,
1078
 
  1364.4,1224.4,
1079
 
  1364.4,1225.2,
1080
 
  1366.8,1224.8,
1081
 
  1367.6,1223.2,
1082
 
  1366.8,1223.2,
1083
 
  1365.2,1222.8,
1084
 
  1367.2,1222.8,
1085
 
  1371.6,1224,
1086
 
  1375.2,1224.4,
1087
 
  1374.8,1223.2,
1088
 
  1374,1222,
1089
 
  1374.8,1220.4,
1090
 
  1374.4,1218.4,
1091
 
  1374,1218,
1092
 
  1372,1217.2,
1093
 
  1371.6,1217.2,
1094
 
  1370.4,1216.4,
1095
 
  1369.2,1215.6,
1096
 
  1368.4,1214.4,
1097
 
  1368.8,1212.8,
1098
 
  1366,1212.8,
1099
 
  1364.8,1212.4,
1100
 
  1364,1211.6,
1101
 
  1359.2,1210,
1102
 
  1358.4,1208.4,
1103
 
  1357.6,1207.6,
1104
 
  1354.4,1208.8,
1105
 
  1351.2,1210,
1106
 
  1344,1208.4,
1107
 
  1343.6,1207.6,
1108
 
  1343.2,1208.4,
1109
 
  1343.2,1207.2,
1110
 
  1342.4,1207.2,
1111
 
  1340.8,1208.4,
1112
 
  1341.2,1208.4,
1113
 
  1340.8,1209.6,
1114
 
  1340.4,1209.2,
1115
 
  1340,1209.6,
1116
 
  1339.6,1209.6,
1117
 
  1340,1209.2,
1118
 
  1340.4,1208.4,
1119
 
  1338.8,1208.4,
1120
 
  1339.2,1208.4,
1121
 
  1339.2,1209.6,
1122
 
  1338.4,1209.2,
1123
 
  1338.4,1208,
1124
 
  1338,1208,
1125
 
  1337.6,1208,
1126
 
  1338,1209.2,
1127
 
  1338,1210,
1128
 
  1336.4,1209.2,
1129
 
  1337.2,1208.8,
1130
 
  1336.8,1208,
1131
 
  1334.4,1209.2,
1132
 
  1333.6,1210.4,
1133
 
  1332,1211.2,
1134
 
  1332,1210.8,
1135
 
  1333.2,1210.4,
1136
 
  1334.4,1208.8,
1137
 
  1333.6,1208,
1138
 
  1332.4,1208,
1139
 
  1331.2,1206.8,
1140
 
  1329.2,1206.8,
1141
 
  1328,1206.8,
1142
 
  1328.4,1206.8,
1143
 
  1328.4,1206.8,
1144
 
  1327.2,1206.8,
1145
 
  1326.4,1206.8,
1146
 
  1325.2,1205.6,
1147
 
  1325.2,1206.8,
1148
 
  1323.6,1206.8,
1149
 
  1323.2,1205.6,
1150
 
  1323.6,1206,
1151
 
  1323.6,1205.2,
1152
 
  1325.2,1205.2,
1153
 
  1325.2,1204.4,
1154
 
  1325.6,1204.4,
1155
 
  1325.2,1204,
1156
 
  1324.8,1203.2,
1157
 
  1323.6,1203.2,
1158
 
  1323.2,1203.2,
1159
 
  1321.2,1204,
1160
 
  1318,1204,
1161
 
  1317.6,1203.6,
1162
 
  1317.2,1202.8,
1163
 
  1318,1202,
1164
 
  1317.2,1201.2,
1165
 
  1317.2,1202.4,
1166
 
  1314.8,1204.4,
1167
 
  1312.4,1206,
1168
 
  1310.8,1206.4,
1169
 
  1309.6,1205.6,
1170
 
  1307.6,1205.6,
1171
 
  1306,1205.6,
1172
 
  1303.6,1203.2,
1173
 
  1302.8,1203.6,
1174
 
  1302,1205.2,
1175
 
  1302.4,1203.2,
1176
 
  1301.2,1201.2,
1177
 
  1301.6,1200,
1178
 
  1300.4,1199.2,
1179
 
  1300.8,1198.8,
1180
 
  1301.6,1198,
1181
 
  1301.2,1198,
1182
 
  1300.8,1197.6,
1183
 
  1300,1197.2,
1184
 
  1300,1196.8,
1185
 
  1299.2,1196.4,
1186
 
  1299.2,1195.6,
1187
 
  1299.2,1194.4,
1188
 
  1298,1194,
1189
 
  1297.2,1194.4,
1190
 
  1297.2,1194.4,
1191
 
  1296.4,1194.4,
1192
 
  1295.6,1196,
1193
 
  1294.4,1196.8,
1194
 
  1292.8,1196.8,
1195
 
  1291.6,1196.8,
1196
 
  1291.6,1197.6,
1197
 
  1290.4,1198,
1198
 
  1290.4,1198,
1199
 
  1291.2,1197.6,
1200
 
  1290.8,1196.8,
1201
 
  1290,1196.8,
1202
 
  1289.6,1198,
1203
 
  1288.8,1198,
1204
 
  1287.2,1198,
1205
 
  1286.4,1197.2,
1206
 
  1283.6,1197.2,
1207
 
  1283.2,1197.2,
1208
 
  1283.2,1197.6,
1209
 
  1282,1197.2,
1210
 
  1281.2,1194.8,
1211
 
  1280,1195.2,
1212
 
  1279.6,1194.4,
1213
 
  1278.8,1194.4,
1214
 
  1278.8,1192.8,
1215
 
  1278,1192.8,
1216
 
  1278.4,1192.8,
1217
 
  1278,1192.8,
1218
 
  1278,1195.2,
1219
 
  1277.6,1195.2,
1220
 
  1277.2,1194.4,
1221
 
  1277.6,1193.6,
1222
 
  1277.2,1192.8,
1223
 
  1277.6,1192.8,
1224
 
  1277.2,1192.8,
1225
 
  1277.2,1192,
1226
 
  1276.4,1192,
1227
 
  1277.2,1191.6,
1228
 
  1277.2,1190.8,
1229
 
  1276.8,1190,
1230
 
  1275.6,1190,
1231
 
  1275.2,1188.8,
1232
 
  1274.4,1190,
1233
 
  1274,1191.2,
1234
 
  1273.2,1191.6,
1235
 
  1270.8,1193.2,
1236
 
  1270,1192.8,
1237
 
  1270,1192,
1238
 
  1269.6,1191.2,
1239
 
  1268,1190.8,
1240
 
  1267.2,1191.6,
1241
 
  1267.6,1192,
1242
 
  1267.2,1193.6,
1243
 
  1268,1193.2,
1244
 
  1270,1195.2,
1245
 
  1271.6,1194.4,
1246
 
  1272.4,1195.2,
1247
 
  1273.2,1195.2,
1248
 
  1274,1196.4,
1249
 
  1274.8,1197.6,
1250
 
  1276,1198.4,
1251
 
  1276,1199.2,
1252
 
  1277.6,1199.6,
1253
 
  1278.4,1200.8,
1254
 
  1278,1201.6,
1255
 
  1278.4,1202.4,
1256
 
  1278.8,1202.4,
1257
 
  1279.6,1203.2,
1258
 
  1279.6,1202.8,
1259
 
  1280,1203.6,
1260
 
  1282,1203.6,
1261
 
  1282,1205.2,
1262
 
  1283.2,1206.4,
1263
 
  1283.6,1207.2,
1264
 
  1285.6,1208,
1265
 
  1285.6,1210.8,
1266
 
  1286.4,1213.2,
1267
 
  1286.8,1213.2,
1268
 
  1288.8,1212.8,
1269
 
  1289.2,1212.8,
1270
 
  1290.4,1213.6,
1271
 
  1291.2,1214.4,
1272
 
  1290,1216.4,
1273
 
  1290.4,1216.4,
1274
 
  1290.4,1216.8,
1275
 
  1290.8,1216.8,
1276
 
  1297.2,1218.8,
1277
 
  1300,1218.4,
1278
 
  1300.4,1218.4,
1279
 
  1302.4,1217.6,
1280
 
  1302.8,1217.2,
1281
 
  1304.4,1217.2,
1282
 
  1306,1217.6,
1283
 
  1308,1217.6,
1284
 
  1308.8,1218.4,
1285
 
  1308.8,1218.8,
1286
 
  1308.8,1220,
1287
 
  1309.2,1220,
1288
 
  1309.6,1222,
1289
 
  1310.4,1222.8,
1290
 
  1312.4,1224.4,
1291
 
  1313.2,1224.8,
1292
 
  1316.8,1230,
1293
 
  1318,1230.8,
1294
 
  1318,1231.6,
1295
 
  1318,1230.8,
1296
 
  1316.8,1230.8,
1297
 
  1313.2,1227.2,
1298
 
  1310.8,1226,
1299
 
  1309.6,1225.6,
1300
 
  1309.6,1225.6,
1301
 
  1309.6,1225.6,
1302
 
  1308.8,1225.6,
1303
 
  1307.2,1224.4,
1304
 
  1307.2,1223.6,
1305
 
  1306.4,1223.6,
1306
 
  1306.4,1222.8,
1307
 
  1305.2,1222.4,
1308
 
  1302.8,1222.4,
1309
 
  1300.8,1222.8,
1310
 
  1299.2,1224.4,
1311
 
  1298.4,1224.4,
1312
 
  1297.2,1225.6,
1313
 
  1296.4,1228,
1314
 
  1294,1228,
1315
 
  1294,1227.6,
1316
 
  1294,1226,
1317
 
  1291.6,1226,
1318
 
  1291.6,1226,
1319
 
  1290.8,1225.6,
1320
 
  1289.6,1226,
1321
 
  1289.6,1227.2,
1322
 
  1290,1227.6,
1323
 
  1290.4,1227.6,
1324
 
  1290.8,1227.6,
1325
 
  1292.4,1228,
1326
 
  1292.8,1228.8,
1327
 
  1293.2,1229.2,
1328
 
  1292,1228.8,
1329
 
  1291.2,1229.6,
1330
 
  1289.6,1229.2,
1331
 
  1289.6,1229.2,
1332
 
  1288.4,1230,
1333
 
  1288.4,1230.8,
1334
 
  1289.6,1230,
1335
 
  1288.8,1231.2,
1336
 
  1288.8,1232,
1337
 
  1288.4,1231.2,
1338
 
  1287.6,1231.6,
1339
 
  1287.6,1230.8,
1340
 
  1284.4,1230.4,
1341
 
  1283.6,1229.2,
1342
 
  1282.8,1229.2,
1343
 
  1282.4,1228.4,
1344
 
  1281.2,1228,
1345
 
  1280,1227.6,
1346
 
  1278.4,1228.4,
1347
 
  1278.4,1229.2,
1348
 
  1277.6,1229.2,
1349
 
  1277.6,1229.6,
1350
 
  1278.4,1229.2,
1351
 
  1278.8,1229.6,
1352
 
  1278.8,1229.6,
1353
 
  1279.6,1229.6,
1354
 
  1281.2,1230,
1355
 
  1279.6,1230.4,
1356
 
  1276.8,1230.4,
1357
 
  1276.8,1229.6,
1358
 
  1276,1230.4,
1359
 
  1275.6,1231.2,
1360
 
  1276.4,1231.2,
1361
 
  1276.8,1232,
1362
 
  1278,1232,
1363
 
  1277.6,1234,
1364
 
  1276.4,1234,
1365
 
  1274.4,1234.4,
1366
 
  1274.8,1236,
1367
 
  1276,1235.6,
1368
 
  1276.4,1236,
1369
 
  1278,1236.8,
1370
 
  1278,1237.6,
1371
 
  1279.6,1237.2,
1372
 
  1280,1237.2,
1373
 
  1280.8,1237.2,
1374
 
  1280.8,1238,
1375
 
  1281.2,1237.2,
1376
 
  1282,1237.6,
1377
 
  1282,1238.4,
1378
 
  1282.8,1238.8,
1379
 
  1283.6,1240,
1380
 
  1284,1240,
1381
 
  1284,1240.8,
1382
 
  1286.8,1240.4,
1383
 
  1288.8,1242.4,
1384
 
  1289.6,1242.4,
1385
 
  1290.8,1242.8,
1386
 
  1292,1244.8,
1387
 
  1292.8,1246.4,
1388
 
  1293.6,1249.6,
1389
 
  1294.4,1250,
1390
 
  1295.2,1250.4,
1391
 
  1293.6,1250.4,
1392
 
  1292.4,1251.6,
1393
 
  1293.6,1254,
1394
 
  1294.4,1255.2,
1395
 
  1293.6,1254.4,
1396
 
  1293.2,1255.2,
1397
 
  1292.4,1255.6,
1398
 
  1292,1256.4,
1399
 
  1292.8,1257.6,
1400
 
  1292,1258.4,
1401
 
  1288.8,1258.4,
1402
 
  1288,1257.6,
1403
 
  1287.6,1256.8,
1404
 
  1287.6,1256.4,
1405
 
  1286.8,1255.2,
1406
 
  1285.6,1256.8,
1407
 
  1285.2,1256.4,
1408
 
  1284,1256.8,
1409
 
  1283.6,1256,
1410
 
  1283.6,1256.8,
1411
 
  1284,1257.6,
1412
 
  1285.6,1258.8,
1413
 
  1286.8,1259.6,
1414
 
  1289.2,1261.6,
1415
 
  1289.2,1263.6,
1416
 
  1290,1263.6,
1417
 
  1290,1263.6,
1418
 
  1292,1266.4,
1419
 
  1292.8,1266.8,
1420
 
  1293.6,1266.8,
1421
 
  1296.4,1267.6,
1422
 
  1296.8,1267.6,
1423
 
  1296.4,1268.8,
1424
 
  1297.6,1268.4,
1425
 
  1298.4,1267.6,
1426
 
  1300,1268,
1427
 
  1303.6,1269.2,
1428
 
  1304.8,1269.2,
1429
 
  1304.8,1268.8,
1430
 
  1307.6,1266.4,
1431
 
  1308,1267.6,
1432
 
  1306,1270,
1433
 
  1306.4,1270,
1434
 
  1308.4,1271.2,
1435
 
  1308.8,1270.4,
1436
 
  1310,1268.4,
1437
 
  1311.2,1268,
1438
 
  1312.4,1268,
1439
 
  1312.8,1268.8,
1440
 
  1312,1268.8,
1441
 
  1310.4,1268.8,
1442
 
  1309.6,1270.4,
1443
 
  1307.6,1273.2,
1444
 
  1309.2,1277.2,
1445
 
  1311.2,1278.8,
1446
 
  1308.4,1278.8,
1447
 
  1308,1280.4,
1448
 
  1308.4,1282.8,
1449
 
  1310.4,1283.6,
1450
 
  1310.8,1283.2,
1451
 
  1311.2,1284.4,
1452
 
  1310.8,1284.4,
1453
 
  1310.8,1284.8,
1454
 
  1310.4,1284.8,
1455
 
  1310,1285.6,
1456
 
  1310.8,1286.8,
1457
 
  1311.6,1286.8,
1458
 
  1311.6,1287.6,
1459
 
  1311.2,1289.2,
1460
 
  1311.6,1290,
1461
 
  1310.8,1290,
1462
 
  1310,1288.4,
1463
 
  1309.6,1288.4,
1464
 
  1308.4,1290,
1465
 
  1307.6,1287.6,
1466
 
  1306.8,1286.4,
1467
 
  1307.2,1286.4,
1468
 
  1305.6,1287.6,
1469
 
  1305.6,1288.4,
1470
 
  1305.6,1288.8,
1471
 
  1306,1288.8,
1472
 
  1306.4,1291.2,
1473
 
  1305.6,1289.6,
1474
 
  1304.4,1289.6,
1475
 
  1303.2,1291.6,
1476
 
  1303.2,1292.8,
1477
 
  1300,1297.2,
1478
 
  1300.8,1299.2,
1479
 
  1301.2,1300.4,
1480
 
  1302,1302,
1481
 
  1302.8,1303.2,
1482
 
  1302.8,1304,
1483
 
  1303.6,1305.6,
1484
 
  1304.4,1306,
1485
 
  1304.4,1305.6,
1486
 
  1305.2,1305.6,
1487
 
  1305.6,1306,
1488
 
  1305.2,1306,
1489
 
  1305.2,1306.8,
1490
 
  1306,1307.6,
1491
 
  1307.6,1306.8,
1492
 
  1308.4,1307.2,
1493
 
  1308.4,1307.6,
1494
 
  1308,1307.6,
1495
 
  1308,1308,
1496
 
  1308.8,1308,
1497
 
  1308.8,1308.4,
1498
 
  1307.2,1308.4,
1499
 
  1305.6,1308,
1500
 
  1303.2,1308,
1501
 
  1302.8,1308,
1502
 
  1302,1308,
1503
 
  1301.6,1308,
1504
 
  1301.2,1308,
1505
 
  1301.2,1308,
1506
 
  1301.2,1305.6,
1507
 
  1300.8,1305.6,
1508
 
  1299.2,1306,
1509
 
  1298.4,1305.6,
1510
 
  1298,1306,
1511
 
  1297.6,1305.6,
1512
 
  1297.6,1306,
1513
 
  1298,1306,
1514
 
  1297.2,1305.2,
1515
 
  1297.6,1304.8,
1516
 
  1295.6,1303.2,
1517
 
  1294.4,1303.2,
1518
 
  1294.4,1304.8,
1519
 
  1294,1303.6,
1520
 
  1293.2,1303.6,
1521
 
  1292,1304.8,
1522
 
  1292.4,1306,
1523
 
  1291.6,1304.8,
1524
 
  1290.4,1306,
1525
 
  1290,1306.4,
1526
 
  1289.6,1307.2,
1527
 
  1289.6,1306,
1528
 
  1289.2,1306.4,
1529
 
  1289.2,1304.8,
1530
 
  1290.4,1304.4,
1531
 
  1290,1303.6,
1532
 
  1290.4,1301.6,
1533
 
  1290,1301.6,
1534
 
  1288,1301.6,
1535
 
  1286.8,1303.6,
1536
 
  1284.4,1304.8,
1537
 
  1284,1306,
1538
 
  1283.6,1306.4,
1539
 
  1282.4,1305.2,
1540
 
  1281.6,1304.4,
1541
 
  1282.4,1301.6,
1542
 
  1282.8,1301.6,
1543
 
  1283.2,1301.2,
1544
 
  1283.6,1300.4,
1545
 
  1283.2,1300.4,
1546
 
  1282,1301.2,
1547
 
  1282,1302.4,
1548
 
  1279.6,1306,
1549
 
  1278.8,1308,
1550
 
  1279.2,1309.6,
1551
 
  1280,1309.6,
1552
 
  1280.4,1309.6,
1553
 
  1280.8,1307.6,
1554
 
  1281.6,1306.4,
1555
 
  1281.6,1307.2,
1556
 
  1280.8,1309.6,
1557
 
  1280.8,1310,
1558
 
  1281.2,1312.4,
1559
 
  1283.6,1314.8,
1560
 
  1284,1317.2,
1561
 
  1284.8,1317.6,
1562
 
  1285.2,1319.2,
1563
 
  1286.8,1319.6,
1564
 
  1286.8,1320.4,
1565
 
  1286.4,1321.6,
1566
 
  1286,1321.6,
1567
 
  1286.4,1322,
1568
 
  1286,1323.2,
1569
 
  1284.4,1324,
1570
 
  1284.4,1324.4,
1571
 
  1283.2,1326,
1572
 
  1284,1326.8,
1573
 
  1283.6,1328.4,
1574
 
  1283.2,1330.8,
1575
 
  1283.6,1331.2,
1576
 
  1284.8,1332.4,
1577
 
  1285.6,1330.8,
1578
 
  1288.8,1330.8,
1579
 
  1286.8,1332,
1580
 
  1285.2,1333.2,
1581
 
  1284.4,1334.4,
1582
 
  1284.8,1333.2,
1583
 
  1285.2,1332.8,
1584
 
  1284.8,1332.8,
1585
 
  1284,1332.8,
1586
 
  1283.6,1334.4,
1587
 
  1284.8,1335.6,
1588
 
  1284,1335.2,
1589
 
  1284,1336,
1590
 
  1283.6,1336.4,
1591
 
  1283.2,1335.6,
1592
 
  1284,1334.8,
1593
 
  1283.6,1333.2,
1594
 
  1282.8,1333.2,
1595
 
  1283.2,1332.8,
1596
 
  1282,1330,
1597
 
  1281.2,1330,
1598
 
  1281.2,1331.2,
1599
 
  1280.8,1332.8,
1600
 
  1280.8,1330.8,
1601
 
  1279.6,1331.2,
1602
 
  1279.6,1332.8,
1603
 
  1279.6,1332.8,
1604
 
  1279.2,1330.8,
1605
 
  1278.8,1330.8,
1606
 
  1279.2,1329.2,
1607
 
  1277.6,1330,
1608
 
  1277.2,1330.8,
1609
 
  1277.6,1333.2,
1610
 
  1278.4,1334.8,
1611
 
  1279.6,1335.6,
1612
 
  1279.6,1336,
1613
 
  1281.2,1336.8,
1614
 
  1281.6,1338,
1615
 
  1283.2,1339.6,
1616
 
  1282,1338.8,
1617
 
  1281.2,1338.8,
1618
 
  1280.8,1337.2,
1619
 
  1278.8,1336,
1620
 
  1277.2,1333.2,
1621
 
  1276.4,1333.2,
1622
 
  1276,1333.2,
1623
 
  1276,1332,
1624
 
  1276.4,1331.2,
1625
 
  1276.4,1330,
1626
 
  1278,1328.4,
1627
 
  1277.6,1327.6,
1628
 
  1276.8,1327.2,
1629
 
  1276,1326,
1630
 
  1275.6,1324.8,
1631
 
  1275.2,1323.6,
1632
 
  1275.6,1323.2,
1633
 
  1275.2,1322.8,
1634
 
  1275.2,1322,
1635
 
  1274,1319.6,
1636
 
  1273.6,1319.6,
1637
 
  1274,1319.6,
1638
 
  1274.8,1318.4,
1639
 
  1274,1317.2,
1640
 
  1272,1316.4,
1641
 
  1270.8,1316.8,
1642
 
  1270.8,1319.2,
1643
 
  1272,1319.6,
1644
 
  1272.4,1322,
1645
 
  1272,1323.2,
1646
 
  1272.8,1324.4,
1647
 
  1272.8,1325.2,
1648
 
  1275.6,1329.2,
1649
 
  1274,1328,
1650
 
  1272.8,1328.4,
1651
 
  1272.8,1329.6,
1652
 
  1274.4,1331.6,
1653
 
  1272.8,1330.8,
1654
 
  1272.8,1331.6,
1655
 
  1274.8,1334.4,
1656
 
  1274,1333.6,
1657
 
  1272.8,1331.6,
1658
 
  1272.4,1331.6,
1659
 
  1272.8,1333.2,
1660
 
  1273.6,1333.6,
1661
 
  1273.6,1334.8,
1662
 
  1274.4,1335.2,
1663
 
  1275.2,1335.2,
1664
 
  1274.8,1336,
1665
 
  1275.2,1338,
1666
 
  1274.4,1336,
1667
 
  1274,1336.4,
1668
 
  1274.8,1338,
1669
 
  1274.4,1339.2,
1670
 
  1274.4,1341.2,
1671
 
  1275.2,1341.2,
1672
 
  1276.4,1344,
1673
 
  1279.2,1343.6,
1674
 
  1278,1344.8,
1675
 
  1277.2,1344.4,
1676
 
  1276.8,1344.8,
1677
 
  1276.8,1344.4,
1678
 
  1276.4,1344.8,
1679
 
  1276.8,1345.6,
1680
 
  1277.6,1345.2,
1681
 
  1278.4,1346,
1682
 
  1279.2,1346.4,
1683
 
  1277.6,1346,
1684
 
  1277.2,1346.4,
1685
 
  1278,1348.4,
1686
 
  1278.4,1348.8,
1687
 
  1278.4,1348.8,
1688
 
  1279.6,1349.2,
1689
 
  1280.8,1349.2,
1690
 
  1281.6,1349.6,
1691
 
  1280.8,1349.2,
1692
 
  1279.2,1349.6,
1693
 
  1281.2,1352.8,
1694
 
  1280,1351.6,
1695
 
  1279.6,1351.6,
1696
 
  1278.8,1350,
1697
 
  1278,1349.6,
1698
 
  1277.6,1349.6,
1699
 
  1276,1348,
1700
 
  1275.2,1346,
1701
 
  1273.2,1345.2,
1702
 
  1273.2,1345.2,
1703
 
  1272.4,1346,
1704
 
  1272.4,1346,
1705
 
  1270.4,1346.8,
1706
 
  1269.6,1347.6,
1707
 
  1269.2,1348.8,
1708
 
  1270,1349.2,
1709
 
  1270.8,1349.2,
1710
 
  1272.8,1350,
1711
 
  1274,1349.6,
1712
 
  1275.2,1349.2,
1713
 
  1273.6,1349.6,
1714
 
  1272.4,1350,
1715
 
  1271.6,1349.6,
1716
 
  1270.8,1350,
1717
 
  1266.8,1350,
1718
 
  1266.4,1350.4,
1719
 
  1267.6,1351.6,
1720
 
  1269.2,1351.6,
1721
 
  1270,1352,
1722
 
  1270.8,1351.6,
1723
 
  1271.2,1351.2,
1724
 
  1271.2,1352,
1725
 
  1271.2,1351.6,
1726
 
  1272.4,1352,
1727
 
  1272.4,1352,
1728
 
  1271.6,1353.2,
1729
 
  1271.6,1353.6,
1730
 
  1272.8,1353.6,
1731
 
  1273.2,1353.6,
1732
 
  1274,1354,
1733
 
  1273.6,1354,
1734
 
  1273.2,1353.6,
1735
 
  1272.8,1354,
1736
 
  1273.2,1354.8,
1737
 
  1270.8,1355.2,
1738
 
  1271.2,1354.8,
1739
 
  1272,1354.8,
1740
 
  1271.6,1355.2,
1741
 
  1272,1357.2,
1742
 
  1273.2,1357.6,
1743
 
  1273.2,1357.2,
1744
 
  1274,1356.4,
1745
 
  1276,1356.8,
1746
 
  1274.8,1356.8,
1747
 
  1274,1357.2,
1748
 
  1274,1357.6,
1749
 
  1274,1358.4,
1750
 
  1272.8,1358.8,
1751
 
  1272.8,1359.2,
1752
 
  1273.6,1360,
1753
 
  1274.4,1360,
1754
 
  1276,1358.8,
1755
 
  1277.2,1359.6,
1756
 
  1275.6,1359.2,
1757
 
  1275.6,1360,
1758
 
  1274.4,1361.2,
1759
 
  1274,1361.6,
1760
 
  1274.8,1361.6,
1761
 
  1274.8,1362.4,
1762
 
  1274.8,1362.8,
1763
 
  1274.8,1363.6,
1764
 
  1276,1363.6,
1765
 
  1276.4,1363.6,
1766
 
  1277.6,1362.4,
1767
 
  1278,1362.8,
1768
 
  1277.2,1362.8,
1769
 
  1276.4,1364,
1770
 
  1274,1364,
1771
 
  1273.6,1364,
1772
 
  1274.4,1365.2,
1773
 
  1276.4,1366.4,
1774
 
  1277.2,1367.6,
1775
 
  1276,1366.4,
1776
 
  1275.2,1365.2,
1777
 
  1274.8,1366.4,
1778
 
  1275.2,1366.4,
1779
 
  1275.2,1366.8,
1780
 
  1273.2,1365.6,
1781
 
  1272.4,1365.6,
1782
 
  1272.4,1366.8,
1783
 
  1272.8,1367.2,
1784
 
  1272.4,1367.2,
1785
 
  1272.8,1367.6,
1786
 
  1272,1368,
1787
 
  1272,1369.2,
1788
 
  1272.8,1370.8,
1789
 
  1273.2,1370.8,
1790
 
  1273.6,1370,
1791
 
  1274,1370.4,
1792
 
  1274.8,1369.2,
1793
 
  1274.8,1369.6,
1794
 
  1275.2,1369.2,
1795
 
  1276.4,1370,
1796
 
  1275.6,1370,
1797
 
  1274.8,1370.4,
1798
 
  1274.4,1370.8,
1799
 
  1274.4,1370.8,
1800
 
  1274,1371.6,
1801
 
  1274,1372.4,
1802
 
  1272.8,1372.4,
1803
 
  1273.2,1374.4,
1804
 
  1274.4,1374.4,
1805
 
  1274.4,1374.4,
1806
 
  1273.6,1374.4,
1807
 
  1272.8,1375.2,
1808
 
  1273.2,1376,
1809
 
  1272.8,1377.6,
1810
 
  1274.4,1378,
1811
 
  1274.8,1377.6,
1812
 
  1274.8,1376,
1813
 
  1275.2,1375.2,
1814
 
  1275.6,1376,
1815
 
  1276,1376,
1816
 
  1276,1377.6,
1817
 
  1275.2,1378,
1818
 
  1275.6,1379.6,
1819
 
  1276,1379.2,
1820
 
  1276.4,1379.6,
1821
 
  1276.4,1378,
1822
 
  1277.6,1378,
1823
 
  1278,1379.2,
1824
 
  1280.8,1377.6,
1825
 
  1280.4,1378,
1826
 
  1278.8,1379.6,
1827
 
  1278.4,1380,
1828
 
  1278.8,1380,
1829
 
  1279.6,1378.8,
1830
 
  1280.4,1379.2,
1831
 
  1281.6,1378,
1832
 
  1282.4,1377.2,
1833
 
  1282.4,1377.6,
1834
 
  1280.8,1379.2,
1835
 
  1281.2,1379.6,
1836
 
  1281.2,1379.6,
1837
 
  1280,1380.4,
1838
 
  1279.2,1381.2,
1839
 
  1278.4,1382.4,
1840
 
  1278.4,1382.4,
1841
 
  1278,1382.8,
1842
 
  1278,1383.6,
1843
 
  1279.2,1382.8,
1844
 
  1279.2,1382.8,
1845
 
  1280.4,1382.8,
1846
 
  1280.8,1382.8,
1847
 
  1280,1384,
1848
 
  1280.4,1384,
1849
 
  1280,1384.4,
1850
 
  1280.4,1384.4,
1851
 
  1280,1384.8,
1852
 
  1280,1384.8,
1853
 
  1279.2,1385.6,
1854
 
  1279.6,1385.6,
1855
 
  1278.8,1386.8,
1856
 
  1278.8,1387.6,
1857
 
  1280,1386,
1858
 
  1281.2,1387.2,
1859
 
  1281.6,1386.4,
1860
 
  1282.4,1387.2,
1861
 
  1284.4,1386.4,
1862
 
  1284,1386.8,
1863
 
  1284.4,1387.2,
1864
 
  1283.2,1387.2,
1865
 
  1282,1388,
1866
 
  1282.4,1388.4,
1867
 
  1282,1388.4,
1868
 
  1281.6,1388.8,
1869
 
  1282.4,1390.4,
1870
 
  1283.6,1390,
1871
 
  1283.2,1390.4,
1872
 
  1282.8,1390.8,
1873
 
  1283.2,1390.8,
1874
 
  1282.8,1391.2,
1875
 
  1283.6,1391.6,
1876
 
  1284.4,1391.2,
1877
 
  1284,1392,
1878
 
  1282.4,1392.8,
1879
 
  1282.4,1393.2,
1880
 
  1283.6,1393.6 );
1881
 
 
1882
 
{ UNIT IMPLEMENTATION }
1883
 
{ MAKE_GB_POLY }
1884
 
procedure make_gb_poly;
1885
 
var
1886
 
 i : unsigned;
1887
 
 p : double_2_ptr;
1888
 
 
1889
 
begin
1890
 
 ps.remove_all;
1891
 
 
1892
 
 p:=@poly1[0 ];
1893
 
 
1894
 
 ps.move_to(p[0 ] ,p[1 ] );
1895
 
 
1896
 
 inc(ptrcomp(p ) ,2 * sizeof(double ) );
1897
 
 
1898
 
 for i:= 1 to (sizeof(poly1 ) div sizeof(double ) div 2 ) - 1 do
1899
 
  begin
1900
 
   ps.line_to(p[0 ] ,p[1 ] );
1901
 
 
1902
 
   inc(ptrcomp(p ) ,2 * sizeof(double ) );
1903
 
 
1904
 
  end;
1905
 
 
1906
 
 ps.close_polygon;
1907
 
 
1908
 
 p:=@poly2[0 ];
1909
 
 
1910
 
 ps.move_to(p[0 ] ,p[1 ] );
1911
 
 
1912
 
 inc(ptrcomp(p ) ,2 * sizeof(double ) );
1913
 
 
1914
 
 for i:= 1 to (sizeof(poly2 ) div sizeof(double ) div 2 ) - 1 do
1915
 
  begin
1916
 
   ps.line_to(p[0 ] ,p[1 ] );
1917
 
 
1918
 
   inc(ptrcomp(p ) ,2 * sizeof(double ) );
1919
 
 
1920
 
  end;
1921
 
 
1922
 
 ps.close_polygon;
1923
 
 
1924
 
end;
1925
 
 
1926
 
END.
1927