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,386 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="442.10071"
6
+ height="333.04855"
7
+ viewBox="0 0 116.97248 88.119095"
8
+ version="1.1"
9
+ id="svg5"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ xmlns:svg="http://www.w3.org/2000/svg">
12
+ <defs
13
+ id="defs2">
14
+ <rect
15
+ x="-147.6656"
16
+ y="998.20197"
17
+ width="91.69384"
18
+ height="28.160072"
19
+ id="rect13176" />
20
+ <rect
21
+ x="391.29358"
22
+ y="1209.6389"
23
+ width="45.467098"
24
+ height="33.055035"
25
+ id="rect9030" />
26
+ <rect
27
+ x="106.99898"
28
+ y="977.09875"
29
+ width="43.608047"
30
+ height="23.45705"
31
+ id="rect8028" />
32
+ <rect
33
+ x="170.39569"
34
+ y="887.15527"
35
+ width="51.287201"
36
+ height="28.883743"
37
+ id="rect7942" />
38
+ <rect
39
+ x="123.37832"
40
+ y="893.78662"
41
+ width="33.183132"
42
+ height="20.587139"
43
+ id="rect7870" />
44
+ <rect
45
+ x="271.0076"
46
+ y="1029.6542"
47
+ width="39.032795"
48
+ height="31.954735"
49
+ id="rect7798" />
50
+ <rect
51
+ x="205.93297"
52
+ y="1000.2458"
53
+ width="34.26701"
54
+ height="22.943756"
55
+ id="rect7244" />
56
+ <marker
57
+ style="overflow:visible"
58
+ id="marker1720"
59
+ refX="0"
60
+ refY="0"
61
+ orient="auto-start-reverse"
62
+ markerWidth="8.75"
63
+ markerHeight="5"
64
+ viewBox="0 0 8.75 5"
65
+ preserveAspectRatio="xMidYMid">
66
+ <path
67
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
68
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
69
+ id="path1718"
70
+ transform="scale(-0.5)" />
71
+ </marker>
72
+ <rect
73
+ x="297.44699"
74
+ y="262.57495"
75
+ width="73.803772"
76
+ height="34.937069"
77
+ id="rect1409-9-1-5" />
78
+ <marker
79
+ style="overflow:visible"
80
+ id="Arrow1L-7-2-4"
81
+ refX="0"
82
+ refY="0"
83
+ orient="auto-start-reverse"
84
+ markerWidth="8.75"
85
+ markerHeight="5"
86
+ viewBox="0 0 8.75 5"
87
+ preserveAspectRatio="xMidYMid">
88
+ <path
89
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
90
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
91
+ id="arrow1L-0-0-7"
92
+ transform="scale(-0.5)" />
93
+ </marker>
94
+ <marker
95
+ style="overflow:visible"
96
+ id="Arrow1L-5-9-6"
97
+ refX="0"
98
+ refY="0"
99
+ orient="auto-start-reverse"
100
+ markerWidth="8.75"
101
+ markerHeight="5"
102
+ viewBox="0 0 8.75 5"
103
+ preserveAspectRatio="xMidYMid">
104
+ <path
105
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
106
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
107
+ id="arrow1L-3-1-5"
108
+ transform="scale(-0.5)" />
109
+ </marker>
110
+ <rect
111
+ x="297.44699"
112
+ y="262.57495"
113
+ width="73.803772"
114
+ height="34.937069"
115
+ id="rect1409-7-2-6" />
116
+ <rect
117
+ x="134.53432"
118
+ y="178.27589"
119
+ width="23.407116"
120
+ height="18.097927"
121
+ id="rect1503-3-4" />
122
+ <rect
123
+ x="165.53709"
124
+ y="227.93633"
125
+ width="17.956255"
126
+ height="23.248026"
127
+ id="rect1529-0-5" />
128
+ <rect
129
+ x="277.39005"
130
+ y="227.39055"
131
+ width="48.000626"
132
+ height="21.520485"
133
+ id="rect1541-6-2" />
134
+ <marker
135
+ style="overflow:visible"
136
+ id="marker1720-7-5"
137
+ refX="0"
138
+ refY="0"
139
+ orient="auto-start-reverse"
140
+ markerWidth="8.75"
141
+ markerHeight="5"
142
+ viewBox="0 0 8.75 5"
143
+ preserveAspectRatio="xMidYMid">
144
+ <path
145
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
146
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
147
+ id="path1718-9-4"
148
+ transform="scale(-0.5)" />
149
+ </marker>
150
+ <rect
151
+ x="62.586197"
152
+ y="328.48462"
153
+ width="375.7233"
154
+ height="31.328165"
155
+ id="rect2254-0-7" />
156
+ <marker
157
+ style="overflow:visible"
158
+ id="Arrow1L-7-6"
159
+ refX="0"
160
+ refY="0"
161
+ orient="auto-start-reverse"
162
+ markerWidth="8.75"
163
+ markerHeight="5"
164
+ viewBox="0 0 8.75 5"
165
+ preserveAspectRatio="xMidYMid">
166
+ <path
167
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
168
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
169
+ id="arrow1L-0-6"
170
+ transform="scale(-0.5)" />
171
+ </marker>
172
+ <rect
173
+ x="297.44699"
174
+ y="262.57495"
175
+ width="73.803772"
176
+ height="34.937069"
177
+ id="rect1409-9-4" />
178
+ <rect
179
+ x="249.08832"
180
+ y="465.56903"
181
+ width="309.47745"
182
+ height="42.190174"
183
+ id="rect501-3" />
184
+ </defs>
185
+ <g
186
+ id="layer1"
187
+ transform="translate(-15.905298,-217.96285)">
188
+ <rect
189
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
190
+ id="rect2328-7-4"
191
+ width="116.7079"
192
+ height="87.854507"
193
+ x="16.03759"
194
+ y="218.09514" />
195
+ <text
196
+ xml:space="preserve"
197
+ transform="matrix(0.26458333,0,0,0.26458333,-13.062633,95.427226)"
198
+ id="text499-6"
199
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect501-3);display:inline"><tspan
200
+ x="249.08789"
201
+ y="478.54495"
202
+ id="tspan1236">C: point of the involute at u=u2=-j=i1-i2</tspan></text>
203
+ <text
204
+ xml:space="preserve"
205
+ transform="matrix(0.26458333,0,0,0.26458333,17.906104,190.32712)"
206
+ id="text1407-3-5-4"
207
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-9-1-5);display:inline"><tspan
208
+ x="297.44727"
209
+ y="275.55081"
210
+ id="tspan1238">i1</tspan></text>
211
+ <path
212
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-7-2-4)"
213
+ d="m 103.17187,263.91178 c 0,0 -1.3291,-0.2713 -1.91702,-0.0503 -0.58571,0.22019 -1.279568,1.2491 -1.279568,1.2491"
214
+ id="path464-7-6-3" />
215
+ <path
216
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-5-9-6)"
217
+ d="m 74.822521,253.24375 c 0,0 0.2713,-1.3291 0.0503,-1.91703 -0.22019,-0.5857 -1.2491,-1.27957 -1.2491,-1.27957"
218
+ id="path464-5-5-0" />
219
+ <text
220
+ xml:space="preserve"
221
+ transform="matrix(0.26458333,0,0,0.26458333,-3.4443965,179.1646)"
222
+ id="text1407-6-9-7"
223
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-7-2-6);display:inline"><tspan
224
+ x="297.44727"
225
+ y="275.55081"
226
+ id="tspan1240">i1</tspan></text>
227
+ <circle
228
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
229
+ id="path244-2-8"
230
+ cx="43.663803"
231
+ cy="268.2905"
232
+ r="24.768845" />
233
+ <path
234
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
235
+ d="m 43.6638,268.29049 h 74.13045"
236
+ id="path460-8-6" />
237
+ <path
238
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
239
+ d="M 43.663803,268.2905 53.88007,245.72673"
240
+ id="path462-9-8" />
241
+ <path
242
+ style="fill:none;stroke:#ff0000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
243
+ d="m 53.839265,245.78773 68.844255,31.34922"
244
+ id="path462-3-6-3" />
245
+ <text
246
+ xml:space="preserve"
247
+ transform="matrix(0.26458333,0,0,0.26458333,10.249092,205.45249)"
248
+ id="text1501-1-1"
249
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1503-3-4);display:inline"><tspan
250
+ x="134.53516"
251
+ y="191.25198"
252
+ id="tspan1242">R</tspan></text>
253
+ <text
254
+ xml:space="preserve"
255
+ transform="matrix(0.26458333,0,0,0.26458333,-3.1947087,207.97589)"
256
+ id="text1527-3-4"
257
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1529-0-5);display:inline"><tspan
258
+ x="165.53711"
259
+ y="240.91214"
260
+ id="tspan1244">O</tspan></text>
261
+ <text
262
+ xml:space="preserve"
263
+ transform="matrix(0.26458333,0,0,0.26458333,-8.789958,198.41822)"
264
+ id="text1539-1-9"
265
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1541-6-2);display:inline"><tspan
266
+ x="277.39062"
267
+ y="240.36722"
268
+ id="tspan1246">A</tspan></text>
269
+ <path
270
+ style="fill:none;stroke:#ff00ff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-7-5)"
271
+ d="m 66.342754,258.13228 c 0,0 1.542685,-0.89705 2.091589,-1.57582 1.679023,-2.07614 2.816928,-4.65341 3.375321,-7.26448 0.417273,-1.95117 0.300964,-4.027 -0.08135,-5.98531 -0.571966,-2.92981 -1.925677,-5.67007 -3.25514,-8.34278 -1.198559,-2.40956 -4.227891,-6.87806 -4.227891,-6.87806"
272
+ id="path1902-5-2" />
273
+ <text
274
+ xml:space="preserve"
275
+ transform="matrix(0.26458333,0,0,0.26458333,2.0074013,213.06834)"
276
+ id="text2252-0-0"
277
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2254-0-7);display:inline"><tspan
278
+ x="62.585938"
279
+ y="341.46097"
280
+ id="tspan1248">involute of circle (R, i2)</tspan></text>
281
+ <path
282
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-7-5)"
283
+ d="m 70.636941,253.17169 4.47393,-9.98793"
284
+ id="path462-6-6-6" />
285
+ <path
286
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
287
+ d="m 70.826121,253.22563 h 7.13084"
288
+ id="path4009-0-8" />
289
+ <path
290
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
291
+ d="m 53.430804,246.96003 1.171525,0.51156 0.462711,-1.27937"
292
+ id="path1446-6-9" />
293
+ <path
294
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
295
+ d="m 103.30122,276.66764 c 0,-0.81514 0,-17.01888 0,-17.01888"
296
+ id="path4963-2" />
297
+ <path
298
+ style="fill:none;stroke:#ffb380;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
299
+ d="M 43.663801,268.29049 66.26744,258.16275"
300
+ id="path6610" />
301
+ <path
302
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
303
+ d="m 53.296528,268.29049 c 0,0 0.404254,-1.03506 0.339786,-1.56496 -0.04666,-0.38352 -0.510331,-1.04065 -0.510331,-1.04065"
304
+ id="path6612" />
305
+ <text
306
+ xml:space="preserve"
307
+ transform="matrix(0.26458333,0,0,0.26458333,-0.55161009,-0.31893013)"
308
+ id="text7242"
309
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7244);display:inline"><tspan
310
+ x="205.93359"
311
+ y="1013.2227"
312
+ id="tspan1250">i2</tspan></text>
313
+ <text
314
+ xml:space="preserve"
315
+ transform="matrix(0.26458333,0,0,0.26458333,-3.2162409,-4.1252353)"
316
+ id="text7796"
317
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7798);display:inline"><tspan
318
+ x="271.00781"
319
+ y="1042.6309"
320
+ id="tspan1252">E</tspan></text>
321
+ <text
322
+ xml:space="preserve"
323
+ transform="matrix(0.26458333,0,0,0.26458333,19.691317,5.0286751)"
324
+ id="text7868"
325
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7870);display:inline"><tspan
326
+ x="123.37891"
327
+ y="906.7637"
328
+ id="tspan1254">B</tspan></text>
329
+ <text
330
+ xml:space="preserve"
331
+ transform="matrix(0.26458333,0,0,0.26458333,22.963474,13.728003)"
332
+ id="text7940"
333
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect7942);display:inline"><tspan
334
+ x="170.39648"
335
+ y="900.13284"
336
+ id="tspan1256">C</tspan></text>
337
+ <path
338
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
339
+ d="M 43.587893,268.27966 70.246292,253.26309"
340
+ id="path8012" />
341
+ <path
342
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
343
+ d="m 56.86824,262.4746 c 0,0 -0.455834,-2.6145 -1.280903,-3.57418 -1.18669,-1.3803 -4.80623,-2.59253 -4.80623,-2.59253"
344
+ id="path8014" />
345
+ <text
346
+ xml:space="preserve"
347
+ transform="matrix(0.26458333,0,0,0.26458333,25.775378,-4.5985324)"
348
+ id="text8026"
349
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8028);display:inline"><tspan
350
+ x="106.99805"
351
+ y="990.0762"
352
+ id="tspan1258">u2</tspan></text>
353
+ <text
354
+ xml:space="preserve"
355
+ transform="matrix(0.26458333,0,0,0.26458333,-3.4221985,-51.538067)"
356
+ id="text9028"
357
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9030);display:inline"><tspan
358
+ x="391.29297"
359
+ y="1222.6153"
360
+ id="tspan1260">F</tspan></text>
361
+ <path
362
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-7-6)"
363
+ d="m 48.021881,268.0999 c 0,0 0.271303,-1.3291 0.05026,-1.91702 -0.22019,-0.58571 -1.249094,-1.27957 -1.249094,-1.27957"
364
+ id="path464-7-9" />
365
+ <text
366
+ xml:space="preserve"
367
+ transform="matrix(0.26458333,0,0,0.26458333,-31.781892,191.33765)"
368
+ id="text1407-3-50"
369
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-9-4);display:inline"><tspan
370
+ x="297.44727"
371
+ y="275.55081"
372
+ id="tspan1262">i1</tspan></text>
373
+ <path
374
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
375
+ d="m 25.063799,249.14908 c 0,0 2.624483,-2.7329 4.207409,-3.74101 1.547112,-0.9853 5.052333,-2.18021 5.052333,-2.18021"
376
+ id="path12544" />
377
+ <text
378
+ xml:space="preserve"
379
+ transform="matrix(0.26458333,0,0,0.26458333,59.04409,-24.000209)"
380
+ id="text13174"
381
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect13176);display:inline"><tspan
382
+ x="-147.66602"
383
+ y="1011.1778"
384
+ id="tspan1264">j=i2-i1</tspan></text>
385
+ </g>
386
+ </svg>
@@ -0,0 +1,207 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="294.22281"
6
+ height="213.82036"
7
+ viewBox="0 0 77.846452 56.573299"
8
+ version="1.1"
9
+ id="svg5"
10
+ inkscape:version="1.2.2 (1:1.2.2+202305151914+b0a8486541)"
11
+ sodipodi:docname="involute_of_circle.svg"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview7"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#666666"
20
+ borderopacity="1.0"
21
+ inkscape:showpageshadow="2"
22
+ inkscape:pageopacity="0.0"
23
+ inkscape:pagecheckerboard="0"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="px"
26
+ showgrid="false"
27
+ inkscape:zoom="1.4142136"
28
+ inkscape:cx="155.20994"
29
+ inkscape:cy="3116.5731"
30
+ inkscape:window-width="1366"
31
+ inkscape:window-height="836"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="layer1" />
36
+ <defs
37
+ id="defs2">
38
+ <rect
39
+ x="317.10938"
40
+ y="3176.2305"
41
+ width="120.82227"
42
+ height="40.15625"
43
+ id="rect852-3" />
44
+ <marker
45
+ style="overflow:visible"
46
+ id="marker1720-67"
47
+ refX="0"
48
+ refY="0"
49
+ orient="auto-start-reverse"
50
+ inkscape:stockid="Arrow1L"
51
+ markerWidth="8.75"
52
+ markerHeight="5"
53
+ viewBox="0 0 8.75 5"
54
+ inkscape:isstock="true"
55
+ inkscape:collect="always"
56
+ preserveAspectRatio="xMidYMid">
57
+ <path
58
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
59
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
60
+ id="path1718-5"
61
+ transform="scale(-0.5)" />
62
+ </marker>
63
+ <rect
64
+ x="188.03516"
65
+ y="3206.2598"
66
+ width="75.541016"
67
+ height="32.636719"
68
+ id="rect1733-3" />
69
+ <rect
70
+ x="228.46289"
71
+ y="3183.7266"
72
+ width="73.394531"
73
+ height="25.300781"
74
+ id="rect1891-5" />
75
+ <rect
76
+ x="225.55602"
77
+ y="3188.9314"
78
+ width="71.829346"
79
+ height="27.439058"
80
+ id="rect2929-6" />
81
+ <rect
82
+ x="261.25525"
83
+ y="3152.5127"
84
+ width="59.789192"
85
+ height="20.682873"
86
+ id="rect3037-2" />
87
+ <rect
88
+ x="129.105"
89
+ y="3243.9546"
90
+ width="257.10513"
91
+ height="29.938791"
92
+ id="rect3139-9" />
93
+ </defs>
94
+ <g
95
+ inkscape:label="Layer 1"
96
+ inkscape:groupmode="layer"
97
+ id="layer1"
98
+ transform="translate(-30.057685,-912.02588)">
99
+ <rect
100
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
101
+ id="rect3291-1"
102
+ width="77.581871"
103
+ height="56.30867"
104
+ x="30.189976"
105
+ y="912.1582"
106
+ inkscape:export-filename="right_side_angle_kitchen.svg"
107
+ inkscape:export-xdpi="96"
108
+ inkscape:export-ydpi="96" />
109
+ <path
110
+ style="fill:none;stroke:#808080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
111
+ d="M 32.467649,935.08045 H 58.589054"
112
+ id="path582-2" />
113
+ <path
114
+ style="fill:none;stroke:#dd55ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
115
+ d="M 32.467649,935.08045 97.112385,913.75834"
116
+ id="path584-7"
117
+ sodipodi:nodetypes="cc" />
118
+ <path
119
+ style="fill:none;stroke:#ff0066;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
120
+ d="m 32.52567,935.10042 52.977042,11.074"
121
+ id="path694-0"
122
+ sodipodi:nodetypes="cc" />
123
+ <path
124
+ style="fill:none;stroke:#afdde9;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
125
+ d="m 75.599239,930.1443 c 0,0 4.340565,-0.20697 6.430025,0.27958 2.578365,0.60041 4.932319,1.95461 7.270713,3.19571 1.847515,0.98058 3.760186,1.93846 5.310464,3.34256 1.157568,1.04842 2.87508,3.69949 2.87508,3.69949"
126
+ id="path747-9"
127
+ sodipodi:nodetypes="caaac" />
128
+ <path
129
+ style="fill:none;stroke:#0066ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
130
+ d="m 74.835594,930.29373 23.055465,-2.62587"
131
+ id="path696-3"
132
+ sodipodi:nodetypes="cc" />
133
+ <path
134
+ style="fill:none;stroke:#ff8080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
135
+ d="m 80.198532,935.62041 20.452228,0.29023"
136
+ id="path745-6"
137
+ sodipodi:nodetypes="cc" />
138
+ <text
139
+ xml:space="preserve"
140
+ transform="matrix(0.26458333,0,0,0.26458333,2.8601562,99.941785)"
141
+ id="text850-0"
142
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect852-3);display:inline"><tspan
143
+ x="317.10938"
144
+ y="3189.2071"
145
+ id="tspan6875">left profile</tspan></text>
146
+ <path
147
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-67)"
148
+ d="m 49.454564,935.24354 c 0,0 0.0635,-1.55031 -0.05111,-2.27905 -0.09813,-0.62388 -0.527129,-1.67854 -0.527129,-1.67854"
149
+ id="path856-6"
150
+ sodipodi:nodetypes="cac" />
151
+ <text
152
+ xml:space="preserve"
153
+ transform="matrix(0.26458333,0,0,0.26458333,3.2030041,81.088378)"
154
+ id="text1731-2"
155
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1733-3);display:inline"><tspan
156
+ x="188.03516"
157
+ y="3219.2364"
158
+ id="tspan6877">acc</tspan></text>
159
+ <path
160
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-67)"
161
+ d="m 61.291051,925.671 c 0,0 2.313393,4.35942 2.766685,6.74776 0.477663,2.51675 -0.107472,7.68429 -0.107472,7.68429"
162
+ id="path1883-6"
163
+ sodipodi:nodetypes="cac" />
164
+ <text
165
+ xml:space="preserve"
166
+ transform="matrix(0.26458333,0,0,0.26458333,4.4337029,91.060157)"
167
+ id="text1889-1"
168
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1891-5);display:inline"><tspan
169
+ x="228.46289"
170
+ y="3196.7032"
171
+ id="tspan6879">apl</tspan></text>
172
+ <path
173
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-67)"
174
+ d="m 75.653245,943.93893 c 0,0 1.162466,-4.07719 1.274339,-6.17637 0.107641,-2.01978 -0.587566,-6.03943 -0.587566,-6.03943"
175
+ id="path2909-8"
176
+ sodipodi:nodetypes="cac" />
177
+ <text
178
+ xml:space="preserve"
179
+ transform="matrix(0.26458333,0,0,0.26458333,17.50898,93.207821)"
180
+ id="text2927-7"
181
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2929-6);display:inline"><tspan
182
+ x="225.55664"
183
+ y="3201.9082"
184
+ id="tspan6881">u</tspan></text>
185
+ <path
186
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-67)"
187
+ d="m 92.030439,928.26467 c 0,0 1.251118,1.75032 1.519663,2.76808 0.274399,1.03996 0.0448,3.22632 0.0448,3.22632"
188
+ id="path3029-9"
189
+ sodipodi:nodetypes="cac" />
190
+ <text
191
+ xml:space="preserve"
192
+ transform="matrix(0.26458333,0,0,0.26458333,25.279695,96.143657)"
193
+ id="text3035-2"
194
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3037-2);display:inline"><tspan
195
+ x="261.25586"
196
+ y="3165.4883"
197
+ id="tspan6883">lup</tspan></text>
198
+ <text
199
+ xml:space="preserve"
200
+ transform="matrix(0.26458333,0,0,0.26458333,-1.1344318,105.03605)"
201
+ id="text3137-0"
202
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3139-9);display:inline"><tspan
203
+ x="129.10547"
204
+ y="3256.9317"
205
+ id="tspan6885">left side angle kitchen</tspan></text>
206
+ </g>
207
+ </svg>