forked from Stefan-Hintz/trafopop
-
Notifications
You must be signed in to change notification settings - Fork 3
/
mt2.trafo
62 lines (60 loc) · 819 Bytes
/
mt2.trafo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Point points[24] =
{
247.117416,570.809692,
328.072845,603.757080,
409.028259,636.704468,
405.967590,570.133606,
325.012146,537.186218,
402.906860,503.562744,
478.894684,537.668030,
486.923004,603.080994,
567.878418,636.028381,
564.817749,569.457520,
645.773193,602.404907,
648.833862,668.975769,
726.728577,635.352295,
723.667908,568.781433,
642.712463,535.834045,
720.607178,502.210571,
717.546509,435.639709,
639.651733,469.263184,
558.696350,436.315796,
636.591064,402.692322,
555.635620,369.744934,
477.740906,403.368408,
474.680206,336.797546,
552.574951,303.174072,
};
Point grid[3] =
{
247.117416,570.809692,
325.012146,537.186218,
328.072845,603.757080,
};
Point positions[24] =
{
0,0,
0,1,
0,2,
1,1,
1,0,
2,0,
2,1,
1,2,
1,3,
2,2,
2,3,
1,4,
2,4,
3,3,
3,2,
4,2,
5,1,
4,1,
4,0,
5,0,
5,-1,
4,-1,
5,-2,
6,-2,
};