equal
deleted
inserted
replaced
187 Template5FPoints: array[0..0] of TPoint = |
187 Template5FPoints: array[0..0] of TPoint = |
188 ( |
188 ( |
189 (x: 1023; y: 1023) |
189 (x: 1023; y: 1023) |
190 ); |
190 ); |
191 |
191 |
192 const EdgeTemplates: array[0..5] of TEdgeTemplate = |
192 const Template6Points: array[0..20] of TPoint = |
|
193 ( |
|
194 (x: 318; y: 1494), |
|
195 (x: 270; y: 1023), |
|
196 (x: 252; y: 921), |
|
197 (x: 480; y: 888), |
|
198 (x: 492; y: 753), |
|
199 (x: 654; y: 756), |
|
200 (x: 687; y: 630), |
|
201 (x: 906; y: 627), |
|
202 (x: 987; y: 813), |
|
203 (x: 1125; y: 825), |
|
204 (x: 1134; y: 645), |
|
205 (x: 1236; y: 558), |
|
206 (x: 1260; y: 438), |
|
207 (x: 1467; y: 462), |
|
208 (x: 1536; y: 348), |
|
209 (x: 1680; y: 402), |
|
210 (x: 1713; y: 594), |
|
211 (x: 1593; y: 693), |
|
212 (x: 1707; y: 774), |
|
213 (x: 1728; y: 894), |
|
214 (x: 1788; y: 1491) |
|
215 ); |
|
216 Template6FPoints: array[0..0] of TPoint = |
|
217 ( |
|
218 (x: 1023; y: 1023) |
|
219 ); |
|
220 |
|
221 const EdgeTemplates: array[0..6] of TEdgeTemplate = |
193 ( |
222 ( |
194 (BasePoints: @Template0Points; |
223 (BasePoints: @Template0Points; |
195 BasePointsCount: Succ(High(Template0Points)); |
224 BasePointsCount: Succ(High(Template0Points)); |
196 BezPassCnt: 4; |
225 BezPassCnt: 4; |
197 PassMin: 10; PassDelta: 5; |
226 PassMin: 10; PassDelta: 5; |
248 WaveAmplMin: 15; WaveAmplDelta: 14; |
277 WaveAmplMin: 15; WaveAmplDelta: 14; |
249 WaveFreqMin: 0.008; WaveFreqDelta: 0.002; |
278 WaveFreqMin: 0.008; WaveFreqDelta: 0.002; |
250 FillPoints: @Template5FPoints; |
279 FillPoints: @Template5FPoints; |
251 FillPointsCount: Succ(High(Template5FPoints)); |
280 FillPointsCount: Succ(High(Template5FPoints)); |
252 canMirror: true; canFlip: false; |
281 canMirror: true; canFlip: false; |
253 ) |
282 ), |
|
283 (BasePoints: @Template6Points; |
|
284 BasePointsCount: Succ(High(Template6Points)); |
|
285 BezPassCnt: 3; |
|
286 PassMin: 15; PassDelta: 1; |
|
287 WaveAmplMin: 15; WaveAmplDelta: 10; |
|
288 WaveFreqMin: 0.010; WaveFreqDelta: 0.0015; |
|
289 FillPoints: @Template6FPoints; |
|
290 FillPointsCount: Succ(High(Template6FPoints)); |
|
291 canMirror: true; canFlip: false; |
|
292 ) |
254 |
293 |
255 ); |
294 ); |
256 |
295 |
257 |
296 |
258 |
297 |