designix 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/.eslintignore +17 -0
  2. package/.eslintrc.cjs +24 -0
  3. package/.prettierignore +15 -0
  4. package/.prettierrc +8 -0
  5. package/README.md +27 -0
  6. package/export_svg/base.svg +1 -0
  7. package/export_svg/base_cut.svg +1 -0
  8. package/export_svg/base_hollow.svg +1 -0
  9. package/export_svg/base_top.svg +1 -0
  10. package/export_svg/calculation_of_initAngle2.svg +1 -0
  11. package/export_svg/circles.svg +1 -0
  12. package/export_svg/circles_amplitude-offset.svg +1 -0
  13. package/export_svg/circles_amplitude-scale.svg +1 -0
  14. package/export_svg/circles_angle.svg +1 -0
  15. package/export_svg/default_param_blank.svg +1 -0
  16. package/export_svg/dummy_pole_static.svg +1 -0
  17. package/export_svg/dummy_pole_static_face.svg +1 -0
  18. package/export_svg/gear_addendeum_dedendum_sizes.svg +9 -0
  19. package/export_svg/gear_addendum_and_dedendum.svg +1 -0
  20. package/export_svg/gear_adherence_replaced_by_teeth.svg +1 -0
  21. package/export_svg/gear_base_circle_for_involute.svg +2 -0
  22. package/export_svg/gear_base_left_circle_for_involute.svg +2 -0
  23. package/export_svg/gear_base_right_circle_for_involute.svg +2 -0
  24. package/export_svg/gear_inter_axis_maximum_distance.svg +1 -0
  25. package/export_svg/gear_inter_axis_minimum_distance.svg +1 -0
  26. package/export_svg/gear_large_base_radius.svg +5 -0
  27. package/export_svg/gear_module_and_tooth_thickness.svg +3 -0
  28. package/export_svg/gear_optimum_base_radius.svg +5 -0
  29. package/export_svg/gear_optimum_base_radius_with_longer_inter_axis.svg +5 -0
  30. package/export_svg/gear_right_left_base_circles.svg +1 -0
  31. package/export_svg/gear_small_base_radius.svg +5 -0
  32. package/export_svg/gear_wheel_circles.svg +2 -0
  33. package/export_svg/gears.svg +71 -0
  34. package/export_svg/gears_motion_transmission_via_adherence.svg +1 -0
  35. package/export_svg/heliostat.svg +1 -0
  36. package/export_svg/heliostat2_face_sizing.svg +1 -0
  37. package/export_svg/heliostat2_side_sizing.svg +1 -0
  38. package/export_svg/heliostat_face_sizing.svg +1 -0
  39. package/export_svg/heliostat_overview.svg +1 -0
  40. package/export_svg/heliostat_side.svg +1 -0
  41. package/export_svg/heliostat_side_sizing.svg +1 -0
  42. package/export_svg/involute_of_circle.svg +19 -0
  43. package/export_svg/involute_of_circle_R0.svg +1 -0
  44. package/export_svg/involute_of_circle_Ri1_u0.svg +1 -0
  45. package/export_svg/involute_of_circle_Ri2_u2.svg +1 -0
  46. package/export_svg/left_side_angle_kitchen.svg +1 -0
  47. package/export_svg/negative_involute_of_circle_R0.svg +1 -0
  48. package/export_svg/point_c_position_and_speed_negative.svg +1 -0
  49. package/export_svg/point_c_position_and_speed_positive.svg +1 -0
  50. package/export_svg/pole_rotor.svg +1 -0
  51. package/export_svg/pole_rotor_cut.svg +1 -0
  52. package/export_svg/pole_rotor_ends.svg +1 -0
  53. package/export_svg/pole_stator.svg +3 -0
  54. package/export_svg/pole_stator_E2.svg +3 -0
  55. package/export_svg/pole_stator_bottom.svg +1 -0
  56. package/export_svg/pole_stator_cut.svg +1 -0
  57. package/export_svg/pole_stator_face.svg +1 -0
  58. package/export_svg/pole_stator_right.svg +1 -0
  59. package/export_svg/rake.svg +1 -0
  60. package/export_svg/rake_door.svg +1 -0
  61. package/export_svg/rake_face.svg +1 -0
  62. package/export_svg/rake_side.svg +1 -0
  63. package/export_svg/rake_side_stopper.svg +1 -0
  64. package/export_svg/rake_top.svg +1 -0
  65. package/export_svg/rake_top_stopper.svg +1 -0
  66. package/export_svg/rectangle.svg +1 -0
  67. package/export_svg/rectangle_height.svg +1 -0
  68. package/export_svg/rectangle_width.svg +1 -0
  69. package/export_svg/right_side_angle_kitchen.svg +1 -0
  70. package/export_svg/rod.svg +1 -0
  71. package/export_svg/rod_cut.svg +1 -0
  72. package/export_svg/rod_plate.svg +1 -0
  73. package/export_svg/rod_top.svg +1 -0
  74. package/export_svg/spider.svg +1 -0
  75. package/export_svg/spider_lateral.svg +1 -0
  76. package/export_svg/spider_profile.svg +1 -0
  77. package/export_svg/surface.svg +3 -0
  78. package/export_svg/surface_crenel.svg +1 -0
  79. package/export_svg/surface_extremities.svg +2 -0
  80. package/export_svg/surface_lz.svg +1 -0
  81. package/export_svg/surface_main.svg +1 -0
  82. package/export_svg/surface_power.svg +2 -0
  83. package/export_svg/surface_space_evolution.svg +1 -0
  84. package/export_svg/surface_space_shape.svg +1 -0
  85. package/export_svg/swing.svg +1 -0
  86. package/export_svg/swing_face.svg +1 -0
  87. package/export_svg/swing_side.svg +1 -0
  88. package/export_svg/swing_top.svg +1 -0
  89. package/export_svg/swing_with_rod.svg +1 -0
  90. package/export_svg/trapeze.svg +1 -0
  91. package/export_svg/trapeze_rod.svg +1 -0
  92. package/export_svg/trapeze_side.svg +1 -0
  93. package/export_svg/trapeze_top.svg +1 -0
  94. package/export_svg/verify_contour_1.svg +1 -0
  95. package/export_svg/verify_contour_1_l1.svg +1 -0
  96. package/export_svg/verify_contour_1_r1.svg +1 -0
  97. package/export_svg/verify_line.svg +1 -0
  98. package/export_svg/verify_line_2_l1cx.svg +1 -0
  99. package/export_svg/verify_line_p1x.svg +1 -0
  100. package/export_svg/verify_point.svg +1 -0
  101. package/export_svg/verify_point_p1x.svg +1 -0
  102. package/export_svg/verify_vector_p1x.svg +1 -0
  103. package/package.json +76 -0
  104. package/src/dummy/circles.ts +65 -0
  105. package/src/dummy/pole_static.ts +86 -0
  106. package/src/dummy/rectangle.ts +55 -0
  107. package/src/dummy/svg/circles.svg +288 -0
  108. package/src/dummy/svg/circles_amplitude-offset.svg +109 -0
  109. package/src/dummy/svg/circles_amplitude-scale.svg +122 -0
  110. package/src/dummy/svg/circles_angle.svg +110 -0
  111. package/src/dummy/svg/dummy_pole_static.svg +192 -0
  112. package/src/dummy/svg/dummy_pole_static_face.svg +176 -0
  113. package/src/dummy/svg/rectangle.svg +131 -0
  114. package/src/dummy/svg/rectangle_height.svg +82 -0
  115. package/src/dummy/svg/rectangle_width.svg +81 -0
  116. package/src/gears/gearWheelProfile.test.ts +25 -0
  117. package/src/gears/gearWheelProfile.ts +753 -0
  118. package/src/gears/gear_wheel_wheel.ts +335 -0
  119. package/src/gears/involute.test.ts +21 -0
  120. package/src/gears/involute.ts +113 -0
  121. package/src/gears/simplified_gear_wheel.ts +242 -0
  122. package/src/gears/svg/calculation_of_initAngle2.svg +376 -0
  123. package/src/gears/svg/gear_addendeum_dedendum_sizes.svg +471 -0
  124. package/src/gears/svg/gear_addendum_and_dedendum.svg +269 -0
  125. package/src/gears/svg/gear_adherence_replaced_by_teeth.svg +168 -0
  126. package/src/gears/svg/gear_base_circle_for_involute.svg +376 -0
  127. package/src/gears/svg/gear_base_left_circle_for_involute.svg +556 -0
  128. package/src/gears/svg/gear_base_right_circle_for_involute.svg +516 -0
  129. package/src/gears/svg/gear_inter_axis_maximum_distance.svg +218 -0
  130. package/src/gears/svg/gear_inter_axis_minimum_distance.svg +218 -0
  131. package/src/gears/svg/gear_large_base_radius.svg +199 -0
  132. package/src/gears/svg/gear_module_and_tooth_thickness.svg +319 -0
  133. package/src/gears/svg/gear_optimum_base_radius.svg +232 -0
  134. package/src/gears/svg/gear_optimum_base_radius_with_longer_inter_axis.svg +344 -0
  135. package/src/gears/svg/gear_right_left_base_circles.svg +295 -0
  136. package/src/gears/svg/gear_small_base_radius.svg +163 -0
  137. package/src/gears/svg/gear_wheel_circles.svg +348 -0
  138. package/src/gears/svg/gears.svg +4726 -0
  139. package/src/gears/svg/gears_motion_transmission_via_adherence.svg +178 -0
  140. package/src/gears/svg/involute_of_circle.svg +2745 -0
  141. package/src/gears/svg/involute_of_circle_R0.svg +334 -0
  142. package/src/gears/svg/involute_of_circle_Ri1_u0.svg +297 -0
  143. package/src/gears/svg/involute_of_circle_Ri2_u2.svg +386 -0
  144. package/src/gears/svg/left_side_angle_kitchen.svg +207 -0
  145. package/src/gears/svg/negative_involute_of_circle_R0.svg +381 -0
  146. package/src/gears/svg/point_c_position_and_speed_negative.svg +343 -0
  147. package/src/gears/svg/point_c_position_and_speed_positive.svg +339 -0
  148. package/src/gears/svg/right_side_angle_kitchen.svg +201 -0
  149. package/src/gears/wheelElements.test.ts +13 -0
  150. package/src/gears/wheelElements.ts +176 -0
  151. package/src/geometrix_verification/svg/verify_contour_1.svg +320 -0
  152. package/src/geometrix_verification/svg/verify_contour_1_l1.svg +102 -0
  153. package/src/geometrix_verification/svg/verify_contour_1_r1.svg +170 -0
  154. package/src/geometrix_verification/svg/verify_line.svg +845 -0
  155. package/src/geometrix_verification/svg/verify_line_2_l1cx.svg +274 -0
  156. package/src/geometrix_verification/svg/verify_line_p1x.svg +261 -0
  157. package/src/geometrix_verification/svg/verify_point.svg +350 -0
  158. package/src/geometrix_verification/svg/verify_point_p1x.svg +258 -0
  159. package/src/geometrix_verification/svg/verify_vector_p1x.svg +282 -0
  160. package/src/geometrix_verification/verify_contour_1.ts +94 -0
  161. package/src/geometrix_verification/verify_contour_2.ts +267 -0
  162. package/src/geometrix_verification/verify_contour_3.ts +409 -0
  163. package/src/geometrix_verification/verify_contour_4.ts +91 -0
  164. package/src/geometrix_verification/verify_exports_1.ts +95 -0
  165. package/src/geometrix_verification/verify_line.ts +76 -0
  166. package/src/geometrix_verification/verify_line_2.ts +76 -0
  167. package/src/geometrix_verification/verify_line_3.ts +64 -0
  168. package/src/geometrix_verification/verify_point.ts +62 -0
  169. package/src/geometrix_verification/verify_point_2.ts +66 -0
  170. package/src/geometrix_verification/verify_vector.ts +70 -0
  171. package/src/heliostat/base.ts +254 -0
  172. package/src/heliostat/heliostat.ts +317 -0
  173. package/src/heliostat/heliostat_2.ts +284 -0
  174. package/src/heliostat/pole_rotor.ts +165 -0
  175. package/src/heliostat/pole_static.ts +275 -0
  176. package/src/heliostat/rake.ts +486 -0
  177. package/src/heliostat/rake_stopper.ts +409 -0
  178. package/src/heliostat/rod.ts +200 -0
  179. package/src/heliostat/spider.ts +238 -0
  180. package/src/heliostat/surface.ts +320 -0
  181. package/src/heliostat/svg/base.svg +1367 -0
  182. package/src/heliostat/svg/base_cut.svg +459 -0
  183. package/src/heliostat/svg/base_hollow.svg +469 -0
  184. package/src/heliostat/svg/base_top.svg +338 -0
  185. package/src/heliostat/svg/heliostat.svg +8013 -0
  186. package/src/heliostat/svg/heliostat2_face_sizing.svg +1386 -0
  187. package/src/heliostat/svg/heliostat2_side_sizing.svg +984 -0
  188. package/src/heliostat/svg/heliostat_face_sizing.svg +1448 -0
  189. package/src/heliostat/svg/heliostat_overview.svg +1552 -0
  190. package/src/heliostat/svg/heliostat_side.svg +1470 -0
  191. package/src/heliostat/svg/heliostat_side_sizing.svg +1128 -0
  192. package/src/heliostat/svg/pole_rotor.svg +592 -0
  193. package/src/heliostat/svg/pole_rotor_cut.svg +287 -0
  194. package/src/heliostat/svg/pole_rotor_ends.svg +336 -0
  195. package/src/heliostat/svg/pole_stator.svg +1945 -0
  196. package/src/heliostat/svg/pole_stator_E2.svg +410 -0
  197. package/src/heliostat/svg/pole_stator_bottom.svg +330 -0
  198. package/src/heliostat/svg/pole_stator_cut.svg +465 -0
  199. package/src/heliostat/svg/pole_stator_face.svg +457 -0
  200. package/src/heliostat/svg/pole_stator_right.svg +357 -0
  201. package/src/heliostat/svg/rake.svg +4691 -0
  202. package/src/heliostat/svg/rake_door.svg +617 -0
  203. package/src/heliostat/svg/rake_face.svg +1211 -0
  204. package/src/heliostat/svg/rake_side.svg +809 -0
  205. package/src/heliostat/svg/rake_side_stopper.svg +596 -0
  206. package/src/heliostat/svg/rake_top.svg +514 -0
  207. package/src/heliostat/svg/rake_top_stopper.svg +565 -0
  208. package/src/heliostat/svg/rod.svg +1314 -0
  209. package/src/heliostat/svg/rod_cut.svg +265 -0
  210. package/src/heliostat/svg/rod_plate.svg +409 -0
  211. package/src/heliostat/svg/rod_top.svg +577 -0
  212. package/src/heliostat/svg/spider.svg +693 -0
  213. package/src/heliostat/svg/spider_lateral.svg +222 -0
  214. package/src/heliostat/svg/spider_profile.svg +429 -0
  215. package/src/heliostat/svg/surface.svg +3577 -0
  216. package/src/heliostat/svg/surface_crenel.svg +1335 -0
  217. package/src/heliostat/svg/surface_extremities.svg +510 -0
  218. package/src/heliostat/svg/surface_lz.svg +182 -0
  219. package/src/heliostat/svg/surface_main.svg +366 -0
  220. package/src/heliostat/svg/surface_power.svg +331 -0
  221. package/src/heliostat/svg/surface_space_evolution.svg +210 -0
  222. package/src/heliostat/svg/surface_space_shape.svg +98 -0
  223. package/src/heliostat/svg/swing.svg +3310 -0
  224. package/src/heliostat/svg/swing_face.svg +902 -0
  225. package/src/heliostat/svg/swing_side.svg +574 -0
  226. package/src/heliostat/svg/swing_top.svg +923 -0
  227. package/src/heliostat/svg/swing_with_rod.svg +547 -0
  228. package/src/heliostat/svg/trapeze.svg +1711 -0
  229. package/src/heliostat/svg/trapeze_rod.svg +122 -0
  230. package/src/heliostat/svg/trapeze_side.svg +361 -0
  231. package/src/heliostat/svg/trapeze_top.svg +1057 -0
  232. package/src/heliostat/swing.ts +246 -0
  233. package/src/heliostat/trapeze.ts +510 -0
  234. package/src/index.ts +33 -0
  235. package/src/svg/default_param_blank.svg +40 -0
  236. package/tsconfig.json +13 -0
  237. package/vitest.config.ts +7 -0
@@ -0,0 +1,350 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="600"
6
+ height="2000"
7
+ viewBox="0 0 158.75 529.16666"
8
+ version="1.1"
9
+ id="svg695"
10
+ inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
11
+ sodipodi:docname="verify_point.svg"
12
+ inkscape:export-filename="verify_line_p1x.svg"
13
+ inkscape:export-xdpi="96"
14
+ inkscape:export-ydpi="96"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg">
19
+ <sodipodi:namedview
20
+ id="namedview697"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#666666"
23
+ borderopacity="1.0"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:document-units="px"
29
+ showgrid="false"
30
+ inkscape:zoom="1.6819304"
31
+ inkscape:cx="107.01989"
32
+ inkscape:cy="272.60343"
33
+ inkscape:window-width="1366"
34
+ inkscape:window-height="836"
35
+ inkscape:window-x="0"
36
+ inkscape:window-y="0"
37
+ inkscape:window-maximized="1"
38
+ inkscape:current-layer="layer1" />
39
+ <defs
40
+ id="defs692">
41
+ <rect
42
+ x="281.28138"
43
+ y="300.91098"
44
+ width="90.163325"
45
+ height="31.905071"
46
+ id="rect1547" />
47
+ <rect
48
+ x="314.97824"
49
+ y="283.00582"
50
+ width="76.07516"
51
+ height="23.642848"
52
+ id="rect1385" />
53
+ <rect
54
+ x="369.74738"
55
+ y="249.10504"
56
+ width="45.150145"
57
+ height="35.608722"
58
+ id="rect1751" />
59
+ <rect
60
+ x="349.55931"
61
+ y="366.99991"
62
+ width="55.7853"
63
+ height="28.796704"
64
+ id="rect1733" />
65
+ <rect
66
+ x="367.87523"
67
+ y="311.38048"
68
+ width="30.292786"
69
+ height="20.166725"
70
+ id="rect1715" />
71
+ <rect
72
+ x="349.40001"
73
+ y="374.27997"
74
+ width="50.587606"
75
+ height="42.512705"
76
+ id="rect1643" />
77
+ <rect
78
+ x="292.84778"
79
+ y="411.6229"
80
+ width="56.435628"
81
+ height="34.831941"
82
+ id="rect1625" />
83
+ <rect
84
+ x="249.58293"
85
+ y="441.07814"
86
+ width="31.984295"
87
+ height="20.337518"
88
+ id="rect1607" />
89
+ <rect
90
+ x="399.97448"
91
+ y="129.0342"
92
+ width="56.102253"
93
+ height="26.07551"
94
+ id="rect1535" />
95
+ <rect
96
+ x="373.3457"
97
+ y="209.37922"
98
+ width="65.277285"
99
+ height="27.877937"
100
+ id="rect1517" />
101
+ <rect
102
+ x="372.01367"
103
+ y="274.9807"
104
+ width="57.012055"
105
+ height="32.118459"
106
+ id="rect1499" />
107
+ <marker
108
+ style="overflow:visible"
109
+ id="Arrow1L"
110
+ refX="0"
111
+ refY="0"
112
+ orient="auto-start-reverse"
113
+ inkscape:stockid="Arrow1L"
114
+ markerWidth="8.75"
115
+ markerHeight="5"
116
+ viewBox="0 0 8.75 5"
117
+ inkscape:isstock="true"
118
+ inkscape:collect="always"
119
+ preserveAspectRatio="xMidYMid">
120
+ <path
121
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
122
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
123
+ id="arrow1L"
124
+ transform="scale(-0.5)" />
125
+ </marker>
126
+ <rect
127
+ x="53.993018"
128
+ y="33.685252"
129
+ width="506.15203"
130
+ height="152.87493"
131
+ id="rect807" />
132
+ <marker
133
+ style="overflow:visible"
134
+ id="Arrow1L-3"
135
+ refX="0"
136
+ refY="0"
137
+ orient="auto-start-reverse"
138
+ inkscape:stockid="Arrow1L"
139
+ markerWidth="8.75"
140
+ markerHeight="5"
141
+ viewBox="0 0 8.75 5"
142
+ inkscape:isstock="true"
143
+ inkscape:collect="always"
144
+ preserveAspectRatio="xMidYMid">
145
+ <path
146
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
147
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
148
+ id="arrow1L-6"
149
+ transform="scale(-0.5)" />
150
+ </marker>
151
+ <rect
152
+ x="372.01367"
153
+ y="274.98071"
154
+ width="57.012054"
155
+ height="32.118458"
156
+ id="rect1499-3" />
157
+ <rect
158
+ x="372.01367"
159
+ y="274.98071"
160
+ width="57.012054"
161
+ height="32.118458"
162
+ id="rect1499-3-7" />
163
+ <rect
164
+ x="399.97449"
165
+ y="129.03419"
166
+ width="56.102253"
167
+ height="26.07551"
168
+ id="rect1535-2" />
169
+ <rect
170
+ x="399.97449"
171
+ y="129.03419"
172
+ width="56.102253"
173
+ height="26.07551"
174
+ id="rect1535-1" />
175
+ </defs>
176
+ <g
177
+ inkscape:label="Layer 1"
178
+ inkscape:groupmode="layer"
179
+ id="layer1">
180
+ <path
181
+ style="fill:#ffffff;stroke:#ff00cc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
182
+ d="m 67.122756,51.098286 9.855952,45.780495"
183
+ id="path1817" />
184
+ <text
185
+ xml:space="preserve"
186
+ transform="scale(0.26458333)"
187
+ id="text805"
188
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect807);display:inline"><tspan
189
+ x="53.992188"
190
+ y="46.662139"
191
+ id="tspan302">verify_point.svg</tspan></text>
192
+ <rect
193
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583"
194
+ id="rect111"
195
+ width="52.916668"
196
+ height="52.916668"
197
+ x="31.287308"
198
+ y="46.275719"
199
+ inkscape:export-filename="verify_point_p1x.svg"
200
+ inkscape:export-xdpi="96"
201
+ inkscape:export-ydpi="96" />
202
+ <circle
203
+ style="fill:#ffffff;stroke:#ff6600;stroke-width:0.264583"
204
+ id="path1340-6"
205
+ cx="78.232506"
206
+ cy="58.485577"
207
+ r="1.0397817" />
208
+ <path
209
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
210
+ d="M 35.136193,72.093851 H 77.020324"
211
+ id="path327" />
212
+ <path
213
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-3)"
214
+ d="M 56.905081,93.862738 V 51.978607"
215
+ id="path327-7" />
216
+ <path
217
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
218
+ d="M 69.90096,72.093851 V 63.946362 H 56.903657"
219
+ id="path1443" />
220
+ <text
221
+ xml:space="preserve"
222
+ transform="matrix(0.26458333,0,0,0.26458333,-30.065407,-0.66337195)"
223
+ id="text1497"
224
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499);display:inline;fill:#2ca02c"><tspan
225
+ x="372.01367"
226
+ y="285.59766"
227
+ id="tspan304">p1x</tspan></text>
228
+ <text
229
+ xml:space="preserve"
230
+ transform="matrix(0.26458333,0,0,0.26458333,-47.769339,4.2782238)"
231
+ id="text1515"
232
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517);display:inline;fill:#2ca02c"><tspan
233
+ x="373.3457"
234
+ y="219.99609"
235
+ id="tspan306">p1y</tspan></text>
236
+ <text
237
+ xml:space="preserve"
238
+ transform="matrix(0.26458333,0,0,0.26458333,-34.870825,29.376488)"
239
+ id="text1533"
240
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535);display:inline;fill:#2ca02c"><tspan
241
+ x="399.97461"
242
+ y="142.01175"
243
+ id="tspan308">p1</tspan></text>
244
+ <circle
245
+ style="fill:#ffffff;stroke:#ff6600;stroke-width:0.264583"
246
+ id="path1340-3"
247
+ cx="75.36454"
248
+ cy="89.733215"
249
+ r="1.0397817" />
250
+ <text
251
+ xml:space="preserve"
252
+ transform="matrix(0.26458333,0,0,0.26458333,10.629411,-28.707623)"
253
+ id="text1605"
254
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1607);display:inline;fill:#0055d4"><tspan
255
+ x="249.58203"
256
+ y="454.05472"
257
+ id="tspan310">p2</tspan></text>
258
+ <path
259
+ style="fill:none;stroke:#5599ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-dasharray:1, 1;stroke-dashoffset:0"
260
+ d="M 75.36454,89.733214 57.13659,72.093851"
261
+ id="path364"
262
+ sodipodi:nodetypes="cc" />
263
+ <path
264
+ style="fill:none;stroke:#000080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
265
+ d="m 60.883008,72.215424 c 0,0 0.455803,1.113396 0.309089,1.655128 -0.140089,0.517267 -1.052314,1.215461 -1.052314,1.215461"
266
+ id="path1163"
267
+ sodipodi:nodetypes="cac" />
268
+ <text
269
+ xml:space="preserve"
270
+ transform="matrix(0.26458333,0,0,0.26458333,-37.064792,-0.33766975)"
271
+ id="text1497-6"
272
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499-3);display:inline;fill:#0000ff"><tspan
273
+ x="372.01367"
274
+ y="285.59766"
275
+ id="tspan312">p2a</tspan></text>
276
+ <text
277
+ xml:space="preserve"
278
+ transform="matrix(0.26458333,0,0,0.26458333,-36.056187,9.8521392)"
279
+ id="text1497-6-5"
280
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499-3-7);display:inline;fill:#0000ff"><tspan
281
+ x="372.01367"
282
+ y="285.59766"
283
+ id="tspan314">p2l</tspan></text>
284
+ <path
285
+ style="fill:none;stroke:#5599ff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
286
+ id="path1325"
287
+ sodipodi:type="arc"
288
+ sodipodi:cx="57.244003"
289
+ sodipodi:cy="72.294693"
290
+ sodipodi:rx="15.249172"
291
+ sodipodi:ry="15.249172"
292
+ sodipodi:start="3.4980403"
293
+ sodipodi:end="5.692662"
294
+ sodipodi:arc-type="slice"
295
+ d="m 42.953359,66.973534 a 15.249172,15.249172 0 0 1 12.509986,-9.823692 15.249172,15.249172 0 0 1 14.447374,6.654176 l -12.666716,8.490675 z" />
296
+ <path
297
+ style="fill:none;stroke:#aa00d4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
298
+ d="m 59.494263,70.814389 c 0,0 -0.433837,-0.691535 -0.735234,-0.958603 -0.30876,-0.273592 -0.66514,-0.530158 -1.065524,-0.629545 -0.541227,-0.134348 -1.143781,-0.102746 -1.671106,0.07865 -0.503306,0.173134 -0.953674,0.521021 -1.303639,0.922041 -0.171107,0.196069 -0.360397,0.692531 -0.360397,0.692531"
299
+ id="path1381"
300
+ sodipodi:nodetypes="caaaac" />
301
+ <text
302
+ xml:space="preserve"
303
+ transform="matrix(0.26458333,0,0,0.26458333,-33.911527,-8.2642698)"
304
+ id="text1383"
305
+ style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1385);display:inline;fill:#8800aa"><tspan
306
+ x="314.97852"
307
+ y="290.08398"
308
+ id="tspan316">rotateOrig</tspan></text>
309
+ <circle
310
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
311
+ id="path1340-35"
312
+ cx="42.932541"
313
+ cy="66.88073"
314
+ r="1.0397817" />
315
+ <path
316
+ style="fill:none;stroke:#ffd42a;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
317
+ d="m 70.053238,63.756509 8.23514,-5.363865"
318
+ id="path1428" />
319
+ <text
320
+ xml:space="preserve"
321
+ transform="matrix(0.26458333,0,0,0.26458333,-27.412287,25.146435)"
322
+ id="text1533-9"
323
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535-2);display:inline;fill:#2ca02c"><tspan
324
+ x="399.97461"
325
+ y="142.01175"
326
+ id="tspan318">p4</tspan></text>
327
+ <text
328
+ xml:space="preserve"
329
+ transform="matrix(0.26458333,0,0,0.26458333,-69.29875,30.587616)"
330
+ id="text1533-2"
331
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535-1);display:inline;fill:#2ca02c"><tspan
332
+ x="399.97461"
333
+ y="142.01175"
334
+ id="tspan320">p3</tspan></text>
335
+ <text
336
+ xml:space="preserve"
337
+ transform="matrix(0.26458333,0,0,0.26458333,-7.8153852,-22.368034)"
338
+ id="text1545"
339
+ style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1547);display:inline;fill:#aa8800"><tspan
340
+ x="281.28125"
341
+ y="307.98828"
342
+ id="tspan322">scaleOrig</tspan></text>
343
+ <circle
344
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
345
+ id="path1340"
346
+ cx="69.863976"
347
+ cy="63.773075"
348
+ r="1.0397817" />
349
+ </g>
350
+ </svg>
@@ -0,0 +1,258 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="200.00002"
6
+ height="200"
7
+ viewBox="0 0 52.916671 52.916666"
8
+ version="1.1"
9
+ id="svg695"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs692">
14
+ <rect
15
+ x="281.28137"
16
+ y="300.91098"
17
+ width="90.163322"
18
+ height="31.905071"
19
+ id="rect1547" />
20
+ <rect
21
+ x="314.97824"
22
+ y="283.00583"
23
+ width="76.075157"
24
+ height="23.642847"
25
+ id="rect1385" />
26
+ <rect
27
+ x="249.58293"
28
+ y="441.07812"
29
+ width="31.984295"
30
+ height="20.337519"
31
+ id="rect1607" />
32
+ <rect
33
+ x="399.97449"
34
+ y="129.03419"
35
+ width="56.102253"
36
+ height="26.07551"
37
+ id="rect1535" />
38
+ <rect
39
+ x="373.3457"
40
+ y="209.37923"
41
+ width="65.277283"
42
+ height="27.877937"
43
+ id="rect1517" />
44
+ <rect
45
+ x="372.01367"
46
+ y="274.98071"
47
+ width="57.012054"
48
+ height="32.118458"
49
+ id="rect1499" />
50
+ <marker
51
+ style="overflow:visible"
52
+ id="Arrow1L"
53
+ refX="0"
54
+ refY="0"
55
+ orient="auto-start-reverse"
56
+ markerWidth="8.75"
57
+ markerHeight="5"
58
+ viewBox="0 0 8.75 5"
59
+ preserveAspectRatio="xMidYMid">
60
+ <path
61
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
62
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
63
+ id="arrow1L"
64
+ transform="scale(-0.5)" />
65
+ </marker>
66
+ <marker
67
+ style="overflow:visible"
68
+ id="Arrow1L-3"
69
+ refX="0"
70
+ refY="0"
71
+ orient="auto-start-reverse"
72
+ markerWidth="8.75"
73
+ markerHeight="5"
74
+ viewBox="0 0 8.75 5"
75
+ preserveAspectRatio="xMidYMid">
76
+ <path
77
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
78
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
79
+ id="arrow1L-6"
80
+ transform="scale(-0.5)" />
81
+ </marker>
82
+ <rect
83
+ x="372.01367"
84
+ y="274.98071"
85
+ width="57.012054"
86
+ height="32.118458"
87
+ id="rect1499-3" />
88
+ <rect
89
+ x="372.01367"
90
+ y="274.98071"
91
+ width="57.012054"
92
+ height="32.118458"
93
+ id="rect1499-3-7" />
94
+ <rect
95
+ x="399.97449"
96
+ y="129.03419"
97
+ width="56.102253"
98
+ height="26.07551"
99
+ id="rect1535-2" />
100
+ <rect
101
+ x="399.97449"
102
+ y="129.03419"
103
+ width="56.102253"
104
+ height="26.07551"
105
+ id="rect1535-1" />
106
+ </defs>
107
+ <g
108
+ id="layer1"
109
+ transform="translate(-31.287307,-46.275719)">
110
+ <path
111
+ style="fill:#ffffff;stroke:#ff00cc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
112
+ d="m 67.122756,51.098286 9.855952,45.780495"
113
+ id="path1817" />
114
+ <rect
115
+ style="fill:#ffffff;stroke:none;stroke-width:0.264583"
116
+ id="rect111"
117
+ width="52.916668"
118
+ height="52.916668"
119
+ x="31.287308"
120
+ y="46.275719" />
121
+ <circle
122
+ style="fill:#ffffff;stroke:#ff6600;stroke-width:0.264583"
123
+ id="path1340-6"
124
+ cx="78.232506"
125
+ cy="58.485577"
126
+ r="1.0397817" />
127
+ <path
128
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
129
+ d="M 35.136193,72.093851 H 77.020324"
130
+ id="path327" />
131
+ <path
132
+ style="fill:#ffffff;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-3)"
133
+ d="M 56.905081,93.862738 V 51.978607"
134
+ id="path327-7" />
135
+ <path
136
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
137
+ d="M 69.90096,72.093851 V 63.946362 H 56.903657"
138
+ id="path1443" />
139
+ <text
140
+ xml:space="preserve"
141
+ transform="matrix(0.26458333,0,0,0.26458333,-30.065407,-0.66337195)"
142
+ id="text1497"
143
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499);display:inline;fill:#2ca02c"><tspan
144
+ x="372.01367"
145
+ y="285.59766"
146
+ id="tspan2031">p1x</tspan></text>
147
+ <text
148
+ xml:space="preserve"
149
+ transform="matrix(0.26458333,0,0,0.26458333,-47.769339,4.2782238)"
150
+ id="text1515"
151
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517);display:inline;fill:#2ca02c"><tspan
152
+ x="373.3457"
153
+ y="219.99609"
154
+ id="tspan2033">p1y</tspan></text>
155
+ <text
156
+ xml:space="preserve"
157
+ transform="matrix(0.26458333,0,0,0.26458333,-34.870825,29.376488)"
158
+ id="text1533"
159
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535);display:inline;fill:#2ca02c"><tspan
160
+ x="399.97461"
161
+ y="142.01175"
162
+ id="tspan2035">p1</tspan></text>
163
+ <circle
164
+ style="fill:#ffffff;stroke:#ff6600;stroke-width:0.264583"
165
+ id="path1340-3"
166
+ cx="75.36454"
167
+ cy="89.733215"
168
+ r="1.0397817" />
169
+ <text
170
+ xml:space="preserve"
171
+ transform="matrix(0.26458333,0,0,0.26458333,10.629411,-28.707623)"
172
+ id="text1605"
173
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1607);display:inline;fill:#0055d4"><tspan
174
+ x="249.58203"
175
+ y="454.05472"
176
+ id="tspan2037">p2</tspan></text>
177
+ <path
178
+ style="fill:none;stroke:#5599ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
179
+ d="M 75.36454,89.733214 57.13659,72.093851"
180
+ id="path364" />
181
+ <path
182
+ style="fill:none;stroke:#000080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
183
+ d="m 60.883008,72.215424 c 0,0 0.455803,1.113396 0.309089,1.655128 -0.140089,0.517267 -1.052314,1.215461 -1.052314,1.215461"
184
+ id="path1163" />
185
+ <text
186
+ xml:space="preserve"
187
+ transform="matrix(0.26458333,0,0,0.26458333,-37.064792,-0.33766975)"
188
+ id="text1497-6"
189
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499-3);display:inline;fill:#0000ff"><tspan
190
+ x="372.01367"
191
+ y="285.59766"
192
+ id="tspan2039">p2a</tspan></text>
193
+ <text
194
+ xml:space="preserve"
195
+ transform="matrix(0.26458333,0,0,0.26458333,-36.056187,9.8521392)"
196
+ id="text1497-6-5"
197
+ style="font-size:12px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1499-3-7);display:inline;fill:#0000ff"><tspan
198
+ x="372.01367"
199
+ y="285.59766"
200
+ id="tspan2041">p2l</tspan></text>
201
+ <path
202
+ style="fill:none;stroke:#5599ff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
203
+ id="path1325"
204
+ d="m 42.953359,66.973534 a 15.249172,15.249172 0 0 1 12.509986,-9.823692 15.249172,15.249172 0 0 1 14.447374,6.654176 l -12.666716,8.490675 z" />
205
+ <path
206
+ style="fill:none;stroke:#aa00d4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
207
+ d="m 59.494263,70.814389 c 0,0 -0.433837,-0.691535 -0.735234,-0.958603 -0.30876,-0.273592 -0.66514,-0.530158 -1.065524,-0.629545 -0.541227,-0.134348 -1.143781,-0.102746 -1.671106,0.07865 -0.503306,0.173134 -0.953674,0.521021 -1.303639,0.922041 -0.171107,0.196069 -0.360397,0.692531 -0.360397,0.692531"
208
+ id="path1381" />
209
+ <text
210
+ xml:space="preserve"
211
+ transform="matrix(0.26458333,0,0,0.26458333,-33.911527,-8.2642698)"
212
+ id="text1383"
213
+ style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1385);display:inline;fill:#8800aa"><tspan
214
+ x="314.97852"
215
+ y="290.08398"
216
+ id="tspan2043">rotateOrig</tspan></text>
217
+ <circle
218
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
219
+ id="path1340-35"
220
+ cx="42.932541"
221
+ cy="66.88073"
222
+ r="1.0397817" />
223
+ <path
224
+ style="fill:none;stroke:#ffd42a;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
225
+ d="m 70.053238,63.756509 8.23514,-5.363865"
226
+ id="path1428" />
227
+ <text
228
+ xml:space="preserve"
229
+ transform="matrix(0.26458333,0,0,0.26458333,-27.412287,25.146435)"
230
+ id="text1533-9"
231
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535-2);display:inline;fill:#2ca02c"><tspan
232
+ x="399.97461"
233
+ y="142.01175"
234
+ id="tspan2045">p4</tspan></text>
235
+ <text
236
+ xml:space="preserve"
237
+ transform="matrix(0.26458333,0,0,0.26458333,-69.29875,30.587616)"
238
+ id="text1533-2"
239
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1535-1);display:inline;fill:#2ca02c"><tspan
240
+ x="399.97461"
241
+ y="142.01175"
242
+ id="tspan2047">p3</tspan></text>
243
+ <text
244
+ xml:space="preserve"
245
+ transform="matrix(0.26458333,0,0,0.26458333,-7.8153852,-22.368034)"
246
+ id="text1545"
247
+ style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1547);display:inline;fill:#aa8800"><tspan
248
+ x="281.28125"
249
+ y="307.98828"
250
+ id="tspan2049">scaleOrig</tspan></text>
251
+ <circle
252
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583"
253
+ id="path1340"
254
+ cx="69.863976"
255
+ cy="63.773075"
256
+ r="1.0397817" />
257
+ </g>
258
+ </svg>