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,334 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="275.53806"
6
+ height="245.55484"
7
+ viewBox="0 0 72.902777 64.969717"
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="233.9202"
16
+ y="487.77658"
17
+ width="62.576904"
18
+ height="47.573685"
19
+ id="rect3610" />
20
+ <rect
21
+ x="62.586197"
22
+ y="328.48462"
23
+ width="255.34044"
24
+ height="34.586372"
25
+ id="rect2254" />
26
+ <rect
27
+ x="209.51152"
28
+ y="237.97119"
29
+ width="32.898514"
30
+ height="19.469933"
31
+ id="rect1880" />
32
+ <marker
33
+ style="overflow:visible"
34
+ id="marker1720"
35
+ refX="0"
36
+ refY="0"
37
+ orient="auto-start-reverse"
38
+ markerWidth="8.75"
39
+ markerHeight="5"
40
+ viewBox="0 0 8.75 5"
41
+ preserveAspectRatio="xMidYMid">
42
+ <path
43
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
44
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
45
+ id="path1718"
46
+ transform="scale(-0.5)" />
47
+ </marker>
48
+ <rect
49
+ x="190.74297"
50
+ y="238.79276"
51
+ width="32.673229"
52
+ height="18.216373"
53
+ id="rect1700" />
54
+ <marker
55
+ style="overflow:visible"
56
+ id="marker1617"
57
+ refX="0"
58
+ refY="0"
59
+ orient="auto-start-reverse"
60
+ markerWidth="8.75"
61
+ markerHeight="5"
62
+ viewBox="0 0 8.75 5"
63
+ preserveAspectRatio="xMidYMid">
64
+ <path
65
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
66
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
67
+ id="path1615"
68
+ transform="scale(-0.5)" />
69
+ </marker>
70
+ <rect
71
+ x="126.98392"
72
+ y="258.93564"
73
+ width="42.994915"
74
+ height="24.019091"
75
+ id="rect1565" />
76
+ <rect
77
+ x="144.96107"
78
+ y="171.43387"
79
+ width="20.18119"
80
+ height="17.023781"
81
+ id="rect1553" />
82
+ <rect
83
+ x="277.39005"
84
+ y="227.39055"
85
+ width="29.252798"
86
+ height="20.904644"
87
+ id="rect1541" />
88
+ <rect
89
+ x="165.53709"
90
+ y="227.93633"
91
+ width="17.956255"
92
+ height="23.248026"
93
+ id="rect1529" />
94
+ <rect
95
+ x="154.52042"
96
+ y="258.84622"
97
+ width="53.161572"
98
+ height="18.636742"
99
+ id="rect1517" />
100
+ <rect
101
+ x="134.53432"
102
+ y="178.27589"
103
+ width="23.407116"
104
+ height="18.097927"
105
+ id="rect1503" />
106
+ <rect
107
+ x="297.44699"
108
+ y="262.57495"
109
+ width="73.803772"
110
+ height="34.937069"
111
+ id="rect1409" />
112
+ <marker
113
+ style="overflow:visible"
114
+ id="Arrow1L"
115
+ refX="0"
116
+ refY="0"
117
+ orient="auto-start-reverse"
118
+ markerWidth="8.75"
119
+ markerHeight="5"
120
+ viewBox="0 0 8.75 5"
121
+ preserveAspectRatio="xMidYMid">
122
+ <path
123
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
124
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
125
+ id="arrow1L"
126
+ transform="scale(-0.5)" />
127
+ </marker>
128
+ <rect
129
+ x="297.44699"
130
+ y="262.57495"
131
+ width="73.803772"
132
+ height="34.937069"
133
+ id="rect1409-7" />
134
+ <marker
135
+ style="overflow:visible"
136
+ id="Arrow1L-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="arrow1L-3"
148
+ transform="scale(-0.5)" />
149
+ </marker>
150
+ <rect
151
+ x="36.400284"
152
+ y="1385.045"
153
+ width="164.14203"
154
+ height="25.889936"
155
+ id="rect1057-6" />
156
+ </defs>
157
+ <g
158
+ id="layer1"
159
+ transform="translate(-8.5166721,-28.008255)">
160
+ <rect
161
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
162
+ id="rect2328"
163
+ width="72.638191"
164
+ height="64.705132"
165
+ x="8.648963"
166
+ y="28.140547" />
167
+ <text
168
+ xml:space="preserve"
169
+ transform="matrix(0.26458333,0,0,0.26458333,0.55660434,-337.37036)"
170
+ id="text1055-3"
171
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1057-6);display:inline"><tspan
172
+ x="36.400391"
173
+ y="1398.0215"
174
+ id="tspan1758">tooth right side</tspan></text>
175
+ <path
176
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-5)"
177
+ d="m 77.152608,49.953381 c 0,0 0.271303,-1.329099 0.05026,-1.917028 -0.22019,-0.585702 -1.249094,-1.279569 -1.249094,-1.279569"
178
+ id="path464-5" />
179
+ <text
180
+ xml:space="preserve"
181
+ transform="matrix(0.26458333,0,0,0.26458333,-1.7534677,-25.026951)"
182
+ id="text1407-6"
183
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-7);display:inline"><tspan
184
+ x="297.44727"
185
+ y="275.55081"
186
+ id="tspan1760">u</tspan></text>
187
+ <path
188
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
189
+ d="M 36.275177,60.314609 72.936108,49.748119"
190
+ id="path1611" />
191
+ <circle
192
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
193
+ id="path244"
194
+ cx="36.275173"
195
+ cy="60.31461"
196
+ r="24.768845" />
197
+ <path
198
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
199
+ d="M 36.275177,60.314609 H 61.044021"
200
+ id="path460" />
201
+ <path
202
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
203
+ d="M 36.275177,60.314609 46.491444,37.750842"
204
+ id="path462" />
205
+ <path
206
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
207
+ d="m 40.672397,60.261464 c 0,0 0.271303,-1.329099 0.05026,-1.917028 -0.22019,-0.585702 -1.249094,-1.279569 -1.249094,-1.279569"
208
+ id="path464" />
209
+ <text
210
+ xml:space="preserve"
211
+ transform="matrix(0.26458333,0,0,0.26458333,-38.233679,-14.718868)"
212
+ id="text1407"
213
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409);display:inline"><tspan
214
+ x="297.44727"
215
+ y="275.55081"
216
+ id="tspan1762">u</tspan></text>
217
+ <path
218
+ style="fill:none;stroke:#ff0000;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
219
+ d="M 46.486873,37.757688 72.936108,49.74812"
220
+ id="path462-3" />
221
+ <text
222
+ xml:space="preserve"
223
+ transform="matrix(0.26458333,0,0,0.26458333,2.8604662,-2.5234013)"
224
+ id="text1501"
225
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1503);display:inline"><tspan
226
+ x="134.53516"
227
+ y="191.25198"
228
+ id="tspan1764">R</tspan></text>
229
+ <path
230
+ style="fill:none;stroke:#ff0000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
231
+ d="m 46.607815,37.987742 c 0,0 2.778437,1.371693 4.055018,2.240738 1.335868,0.909405 2.624732,1.916067 3.737324,3.088116 1.208454,1.273033 2.220839,2.73202 3.138506,4.228303 0.832745,1.357815 1.577486,2.783729 2.128898,4.278075 0.510647,1.383872 0.841979,2.836176 1.074436,4.292825 0.21991,1.378025 0.298027,4.175762 0.298027,4.175762"
232
+ id="path1513" />
233
+ <text
234
+ xml:space="preserve"
235
+ transform="matrix(0.26458333,0,0,0.26458333,19.124464,-28.351011)"
236
+ id="text1515"
237
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1517);display:inline"><tspan
238
+ x="154.51953"
239
+ y="271.8223"
240
+ id="tspan1766">u*R</tspan></text>
241
+ <text
242
+ xml:space="preserve"
243
+ transform="matrix(0.26458333,0,0,0.26458333,-10.583334,0)"
244
+ id="text1527"
245
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1529);display:inline"><tspan
246
+ x="165.53711"
247
+ y="240.91214"
248
+ id="tspan1768">O</tspan></text>
249
+ <text
250
+ xml:space="preserve"
251
+ transform="matrix(0.26458333,0,0,0.26458333,-11.74134,-0.10569215)"
252
+ id="text1539"
253
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1541);display:inline"><tspan
254
+ x="277.39062"
255
+ y="240.36722"
256
+ id="tspan1770">A</tspan></text>
257
+ <text
258
+ xml:space="preserve"
259
+ transform="matrix(0.26458333,0,0,0.26458333,7.0918388,-12.082093)"
260
+ id="text1551"
261
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1553);display:inline"><tspan
262
+ x="144.96094"
263
+ y="184.41019"
264
+ id="tspan1772">B</tspan></text>
265
+ <path
266
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1617)"
267
+ d="m 46.55497,57.292853 c 0,0 -0.519043,-2.583239 -1.177978,-3.695695 -0.317805,-0.536539 -0.771827,-1.008026 -1.290119,-1.354794 -0.599298,-0.400966 -2.017216,-0.78117 -2.017216,-0.78117"
268
+ id="path1613" />
269
+ <text
270
+ xml:space="preserve"
271
+ transform="matrix(0.26458333,0,0,0.26458333,-5.4984329,-13.164209)"
272
+ id="text1698"
273
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1700);display:inline"><tspan
274
+ x="190.74219"
275
+ y="251.76956"
276
+ id="tspan1774">v</tspan></text>
277
+ <path
278
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
279
+ d="m 49.784879,60.218745 c 0,0 0.494633,-0.870529 0.487904,-1.348498 -0.0062,-0.441255 -0.485291,-1.231744 -0.485291,-1.231744"
280
+ id="path1716" />
281
+ <text
282
+ xml:space="preserve"
283
+ transform="matrix(0.26458333,0,0,0.26458333,-4.933717,-6.650313)"
284
+ id="text1878"
285
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1880);display:inline"><tspan
286
+ x="209.51172"
287
+ y="250.9473"
288
+ id="tspan1776">w</tspan></text>
289
+ <path
290
+ style="fill:none;stroke:#ff00ff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
291
+ d="m 61.224678,60.291255 c 0,0 1.783936,-0.04633 2.591303,-0.378219 2.469597,-1.01518 4.705091,-2.729733 6.448453,-4.752155 1.302759,-1.511292 2.197293,-3.388096 2.802071,-5.289524 0.904794,-2.844683 1.032826,-5.898398 1.14971,-8.881217 0.105375,-2.689132 -0.406793,-8.063334 -0.406793,-8.063334"
292
+ id="path1902" />
293
+ <text
294
+ xml:space="preserve"
295
+ transform="matrix(0.26458333,0,0,0.26458333,-4.7051269,0.06083446)"
296
+ id="text2252"
297
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2254);display:inline"><tspan
298
+ x="62.585938"
299
+ y="341.46097"
300
+ id="tspan1778">involute of circle (R, 0)</tspan></text>
301
+ <text
302
+ xml:space="preserve"
303
+ transform="matrix(0.26458333,0,0,0.26458333,-7.8544053,-78.437746)"
304
+ id="text3608"
305
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3610);display:inline"><tspan
306
+ x="233.91992"
307
+ y="500.75394"
308
+ id="tspan1780">L</tspan></text>
309
+ <path
310
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
311
+ d="m 72.967027,49.881319 4.473936,-9.987927"
312
+ id="path462-6" />
313
+ <text
314
+ xml:space="preserve"
315
+ transform="matrix(0.26458333,0,0,0.26458333,37.274334,-18.430384)"
316
+ id="text1563"
317
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1565);display:inline"><tspan
318
+ x="126.98438"
319
+ y="271.91214"
320
+ id="tspan1782">C</tspan></text>
321
+ <path
322
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
323
+ d="m 73.156209,49.935262 h 7.130843"
324
+ id="path4009" />
325
+ <path
326
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
327
+ d="m 46.042178,38.984137 1.171525,0.511564 0.462711,-1.279369"
328
+ id="path1446" />
329
+ <path
330
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
331
+ d="m 73.558023,48.448196 -1.171525,-0.511564 -0.462711,1.279369"
332
+ id="path1446-2" />
333
+ </g>
334
+ </svg>
@@ -0,0 +1,297 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="442.10077"
6
+ height="333.04852"
7
+ viewBox="0 0 116.9725 88.119087"
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.6819304"
28
+ inkscape:cx="101.96617"
29
+ inkscape:cy="1547.9237"
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="249.08832"
40
+ y="465.56903"
41
+ width="254.70872"
42
+ height="49.752171"
43
+ id="rect501" />
44
+ <marker
45
+ style="overflow:visible"
46
+ id="Arrow1L-5-9"
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="arrow1L-3-1"
61
+ transform="scale(-0.5)" />
62
+ </marker>
63
+ <rect
64
+ x="297.44699"
65
+ y="262.57495"
66
+ width="73.803772"
67
+ height="34.937069"
68
+ id="rect1409-7-2" />
69
+ <marker
70
+ style="overflow:visible"
71
+ id="Arrow1L-7"
72
+ refX="0"
73
+ refY="0"
74
+ orient="auto-start-reverse"
75
+ inkscape:stockid="Arrow1L"
76
+ markerWidth="8.75"
77
+ markerHeight="5"
78
+ viewBox="0 0 8.75 5"
79
+ inkscape:isstock="true"
80
+ inkscape:collect="always"
81
+ preserveAspectRatio="xMidYMid">
82
+ <path
83
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
84
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
85
+ id="arrow1L-0"
86
+ transform="scale(-0.5)" />
87
+ </marker>
88
+ <rect
89
+ x="297.44699"
90
+ y="262.57495"
91
+ width="73.803772"
92
+ height="34.937069"
93
+ id="rect1409-9" />
94
+ <rect
95
+ x="134.53432"
96
+ y="178.27589"
97
+ width="23.407116"
98
+ height="18.097927"
99
+ id="rect1503-3" />
100
+ <rect
101
+ x="165.53709"
102
+ y="227.93633"
103
+ width="17.956255"
104
+ height="23.248026"
105
+ id="rect1529-0" />
106
+ <rect
107
+ x="277.39005"
108
+ y="227.39055"
109
+ width="48.000626"
110
+ height="21.520485"
111
+ id="rect1541-6" />
112
+ <marker
113
+ style="overflow:visible"
114
+ id="marker1720-7"
115
+ refX="0"
116
+ refY="0"
117
+ orient="auto-start-reverse"
118
+ inkscape:stockid="Arrow1L"
119
+ markerWidth="8.75"
120
+ markerHeight="5"
121
+ viewBox="0 0 8.75 5"
122
+ inkscape:isstock="true"
123
+ inkscape:collect="always"
124
+ preserveAspectRatio="xMidYMid">
125
+ <path
126
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
127
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
128
+ id="path1718-9"
129
+ transform="scale(-0.5)" />
130
+ </marker>
131
+ <rect
132
+ x="62.586197"
133
+ y="328.48462"
134
+ width="255.34044"
135
+ height="34.586372"
136
+ id="rect2254-0" />
137
+ <marker
138
+ style="overflow:visible"
139
+ id="Arrow1L-7-2"
140
+ refX="0"
141
+ refY="0"
142
+ orient="auto-start-reverse"
143
+ inkscape:stockid="Arrow1L"
144
+ markerWidth="8.75"
145
+ markerHeight="5"
146
+ viewBox="0 0 8.75 5"
147
+ inkscape:isstock="true"
148
+ inkscape:collect="always"
149
+ preserveAspectRatio="xMidYMid">
150
+ <path
151
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
152
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
153
+ id="arrow1L-0-0"
154
+ transform="scale(-0.5)" />
155
+ </marker>
156
+ <rect
157
+ x="297.44699"
158
+ y="262.57495"
159
+ width="73.803772"
160
+ height="34.937069"
161
+ id="rect1409-9-1" />
162
+ </defs>
163
+ <g
164
+ inkscape:label="Layer 1"
165
+ inkscape:groupmode="layer"
166
+ id="layer1"
167
+ transform="translate(-17.579449,-113.13978)">
168
+ <rect
169
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
170
+ id="rect2328-7"
171
+ width="116.7079"
172
+ height="87.854507"
173
+ x="17.71174"
174
+ y="113.27207"
175
+ inkscape:export-filename="involute_of_circle_Ri1_u0.svg"
176
+ inkscape:export-xdpi="96"
177
+ inkscape:export-ydpi="96" />
178
+ <text
179
+ xml:space="preserve"
180
+ transform="matrix(0.26458333,0,0,0.26458333,21.97156,85.207279)"
181
+ id="text1407-3-5"
182
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-9-1);display:inline"><tspan
183
+ x="297.44727"
184
+ y="275.55081"
185
+ id="tspan1957">i1</tspan></text>
186
+ <path
187
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-7-2)"
188
+ d="m 104.84602,159.08871 c 0,0 -1.3291,-0.2713 -1.91702,-0.0503 -0.58571,0.22019 -1.27957,1.2491 -1.27957,1.2491"
189
+ id="path464-7-6"
190
+ sodipodi:nodetypes="cac" />
191
+ <path
192
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-5-9)"
193
+ d="m 59.781557,141.07158 c 0,0 0.2713,-1.3291 0.0503,-1.91703 -0.22019,-0.5857 -1.2491,-1.27957 -1.2491,-1.27957"
194
+ id="path464-5-5"
195
+ sodipodi:nodetypes="cac" />
196
+ <text
197
+ xml:space="preserve"
198
+ transform="matrix(0.26458333,0,0,0.26458333,-18.48536,66.992427)"
199
+ id="text1407-6-9"
200
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-7-2);display:inline"><tspan
201
+ x="297.44727"
202
+ y="275.55081"
203
+ id="tspan1959">i1</tspan></text>
204
+ <circle
205
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
206
+ id="path244-2"
207
+ cx="45.337952"
208
+ cy="163.46742"
209
+ r="24.768845" />
210
+ <path
211
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
212
+ d="M 45.337952,163.46742 H 119.4684"
213
+ id="path460-8" />
214
+ <path
215
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
216
+ d="M 45.337955,163.46743 55.554222,140.90366"
217
+ id="path462-9" />
218
+ <path
219
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-7)"
220
+ d="m 49.735175,163.41428 c 0,0 0.271303,-1.3291 0.05026,-1.91702 -0.22019,-0.58571 -1.249094,-1.27957 -1.249094,-1.27957"
221
+ id="path464-7"
222
+ sodipodi:nodetypes="cac" />
223
+ <text
224
+ xml:space="preserve"
225
+ transform="matrix(0.26458333,0,0,0.26458333,-28.76898,88.805891)"
226
+ id="text1407-3"
227
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1409-9);display:inline"><tspan
228
+ x="297.44727"
229
+ y="275.55081"
230
+ id="tspan1961">i1</tspan></text>
231
+ <path
232
+ style="fill:none;stroke:#ff0000;stroke-width:0.264581px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
233
+ d="m 55.513417,140.96466 68.844253,31.34922"
234
+ id="path462-3-6" />
235
+ <text
236
+ xml:space="preserve"
237
+ transform="matrix(0.26458333,0,0,0.26458333,11.923244,100.62942)"
238
+ id="text1501-1"
239
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1503-3);display:inline"><tspan
240
+ x="134.53516"
241
+ y="191.25198"
242
+ id="tspan1963">R</tspan></text>
243
+ <text
244
+ xml:space="preserve"
245
+ transform="matrix(0.26458333,0,0,0.26458333,-1.5205565,103.15282)"
246
+ id="text1527-3"
247
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1529-0);display:inline"><tspan
248
+ x="165.53711"
249
+ y="240.91214"
250
+ id="tspan1965">O</tspan></text>
251
+ <text
252
+ xml:space="preserve"
253
+ transform="matrix(0.26458333,0,0,0.26458333,-26.818184,77.4519)"
254
+ id="text1539-1"
255
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1541-6);display:inline"><tspan
256
+ x="277.39062"
257
+ y="240.36722"
258
+ id="tspan1967">ABC</tspan></text>
259
+ <path
260
+ style="fill:none;stroke:#ff00ff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-7)"
261
+ d="m 55.603725,140.838 c 0,0 0.837945,-1.57557 0.946517,-2.44173 0.332167,-2.64937 -0.05967,-5.43928 -0.961759,-7.95239 -0.6741,-1.87797 -1.867327,-3.58056 -3.224631,-5.04305 -2.030638,-2.18802 -4.625622,-3.80283 -7.164391,-5.37303 -2.288797,-1.4156 -7.21876,-3.61556 -7.21876,-3.61556"
262
+ id="path1902-5"
263
+ sodipodi:nodetypes="caaaac" />
264
+ <text
265
+ xml:space="preserve"
266
+ transform="matrix(0.26458333,0,0,0.26458333,3.6815534,108.24527)"
267
+ id="text2252-0"
268
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2254-0);display:inline"><tspan
269
+ x="62.585938"
270
+ y="341.46097"
271
+ id="tspan1969">involute of circle (R, i1)</tspan></text>
272
+ <path
273
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720-7)"
274
+ d="m 55.595977,140.99952 4.47393,-9.98793"
275
+ id="path462-6-6" />
276
+ <path
277
+ style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
278
+ d="m 55.785157,141.05346 h 7.13084"
279
+ id="path4009-0" />
280
+ <path
281
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
282
+ d="m 55.104956,142.13696 1.171525,0.51156 0.462711,-1.27937"
283
+ id="path1446-6" />
284
+ <path
285
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
286
+ d="m 104.97537,171.84457 c 0,-0.81514 0,-17.01888 0,-17.01888"
287
+ id="path4963" />
288
+ <text
289
+ xml:space="preserve"
290
+ transform="matrix(0.26458333,0,0,0.26458333,0.31830558,-8.7822845)"
291
+ id="text499"
292
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect501)"><tspan
293
+ x="249.08789"
294
+ y="478.54495"
295
+ id="tspan1971">C: point of the involute at u=0</tspan></text>
296
+ </g>
297
+ </svg>