|
52 | 52 | # the three points that make up the triangle, ordered in either a clockwise or
|
53 | 53 | # anticlockwise manner.
|
54 | 54 |
|
55 |
| -xy = np.asarray([ |
| 55 | +xy = np.degrees([ |
56 | 56 | [-0.101, 0.872], [-0.080, 0.883], [-0.069, 0.888], [-0.054, 0.890],
|
57 | 57 | [-0.045, 0.897], [-0.057, 0.895], [-0.073, 0.900], [-0.087, 0.898],
|
58 | 58 | [-0.090, 0.904], [-0.069, 0.907], [-0.069, 0.921], [-0.080, 0.919],
|
|
72 | 72 | [-0.057, 0.881], [-0.062, 0.876], [-0.078, 0.876], [-0.087, 0.872],
|
73 | 73 | [-0.030, 0.907], [-0.007, 0.905], [-0.057, 0.916], [-0.025, 0.933],
|
74 | 74 | [-0.077, 0.990], [-0.059, 0.993]])
|
75 |
| -x = xy[:, 0]*180/3.14159 |
76 |
| -y = xy[:, 1]*180/3.14159 |
77 | 75 |
|
78 | 76 | triangles = np.asarray([
|
79 | 77 | [67, 66, 1], [65, 2, 66], [ 1, 66, 2], [64, 2, 65], [63, 3, 64],
|
|
0 commit comments