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,343 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="276.81906"
6
+ height="360.32227"
7
+ viewBox="0 0 73.24171 95.33526"
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="214.33705"
29
+ inkscape:cy="978.34013"
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="293.57544"
40
+ y="2321.5786"
41
+ width="28.713404"
42
+ height="24.875504"
43
+ id="rect8880" />
44
+ <rect
45
+ x="354.52051"
46
+ y="2345.0847"
47
+ width="59.179813"
48
+ height="35.823856"
49
+ id="rect8612" />
50
+ <marker
51
+ style="overflow:visible"
52
+ id="marker1720"
53
+ refX="0"
54
+ refY="0"
55
+ orient="auto-start-reverse"
56
+ inkscape:stockid="Arrow1L"
57
+ markerWidth="8.75"
58
+ markerHeight="5"
59
+ viewBox="0 0 8.75 5"
60
+ inkscape:isstock="true"
61
+ inkscape:collect="always"
62
+ preserveAspectRatio="xMidYMid">
63
+ <path
64
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
65
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
66
+ id="path1718"
67
+ transform="scale(-0.5)" />
68
+ </marker>
69
+ <rect
70
+ x="218.58563"
71
+ y="2027.2568"
72
+ width="53.004986"
73
+ height="22.188326"
74
+ id="rect1704-2" />
75
+ <rect
76
+ x="161.64583"
77
+ y="2034.4711"
78
+ width="38.155838"
79
+ height="24.209925"
80
+ id="rect3150-6" />
81
+ <rect
82
+ x="267.98053"
83
+ y="1898.3291"
84
+ width="26.109903"
85
+ height="23.071518"
86
+ id="rect3258-1" />
87
+ <rect
88
+ x="157.44498"
89
+ y="2017.3688"
90
+ width="36.710667"
91
+ height="37.622108"
92
+ id="rect5057-7" />
93
+ <rect
94
+ x="139.90091"
95
+ y="1851.1182"
96
+ width="25.976976"
97
+ height="28.906734"
98
+ id="rect5159-9" />
99
+ <rect
100
+ x="200.07756"
101
+ y="1856.646"
102
+ width="36.03899"
103
+ height="25.502369"
104
+ id="rect5261-2" />
105
+ <rect
106
+ x="294.21414"
107
+ y="1988.3373"
108
+ width="27.770304"
109
+ height="25.008053"
110
+ id="rect5363-0" />
111
+ <rect
112
+ x="87.17675"
113
+ y="2104.6704"
114
+ width="421.07727"
115
+ height="67.578239"
116
+ id="rect5483-2" />
117
+ <rect
118
+ x="278.24826"
119
+ y="2057.4856"
120
+ width="210.67659"
121
+ height="37.436539"
122
+ id="rect6449-3" />
123
+ <rect
124
+ x="267.98053"
125
+ y="1898.3291"
126
+ width="26.109903"
127
+ height="23.071518"
128
+ id="rect3258-1-7" />
129
+ </defs>
130
+ <g
131
+ inkscape:label="Layer 1"
132
+ inkscape:groupmode="layer"
133
+ id="layer1"
134
+ transform="translate(-26.119918,-568.54663)">
135
+ <rect
136
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
137
+ id="rect6601-7"
138
+ width="72.977127"
139
+ height="95.070724"
140
+ x="26.252211"
141
+ y="568.67889"
142
+ inkscape:export-filename="point_c_position_and_speed_positive.svg"
143
+ inkscape:export-xdpi="96"
144
+ inkscape:export-ydpi="96" />
145
+ <circle
146
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
147
+ id="path244-3-3-9"
148
+ cx="52.782356"
149
+ cy="631.28839"
150
+ r="24.647617" />
151
+ <circle
152
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
153
+ id="path244-3-3-6-2"
154
+ cx="83.370277"
155
+ cy="589.98486"
156
+ r="12.253141" />
157
+ <path
158
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
159
+ d="M 52.784148,631.29079 83.370277,589.98486"
160
+ id="path565-2"
161
+ sodipodi:nodetypes="cc" />
162
+ <path
163
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
164
+ d="M 52.78236,631.2884 H 77.551204"
165
+ id="path567-8" />
166
+ <text
167
+ xml:space="preserve"
168
+ transform="matrix(0.26458333,0,0,0.26458333,-8.4377453,87.391642)"
169
+ id="text1702-9"
170
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1704-2);display:inline"><tspan
171
+ x="218.58594"
172
+ y="2040.2344"
173
+ id="tspan10272">acc</tspan></text>
174
+ <text
175
+ xml:space="preserve"
176
+ transform="matrix(0.26458333,0,0,0.26458333,25.197434,85.795247)"
177
+ id="text3148-3"
178
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3150-6);display:inline"><tspan
179
+ x="161.64648"
180
+ y="2047.4473"
181
+ id="tspan10274">br1</tspan></text>
182
+ <text
183
+ xml:space="preserve"
184
+ transform="matrix(0.26458333,0,0,0.26458333,-5.303837,90.706302)"
185
+ id="text3256-9"
186
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3258-1);display:inline;fill:#00aad4"><tspan
187
+ x="267.98047"
188
+ y="1911.3047"
189
+ id="tspan10276">ap</tspan></text>
190
+ <text
191
+ xml:space="preserve"
192
+ transform="matrix(0.26458333,0,0,0.26458333,8.0479875,97.016465)"
193
+ id="text5055-1"
194
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5057-7);display:inline"><tspan
195
+ x="157.44531"
196
+ y="2030.3457"
197
+ id="tspan10278">O</tspan></text>
198
+ <text
199
+ xml:space="preserve"
200
+ transform="matrix(0.26458333,0,0,0.26458333,40.843477,134.87183)"
201
+ id="text5157-0"
202
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5159-9);display:inline"><tspan
203
+ x="139.90039"
204
+ y="1864.0938"
205
+ id="tspan10280">B</tspan></text>
206
+ <text
207
+ xml:space="preserve"
208
+ transform="matrix(0.26458333,0,0,0.26458333,0.05604984,104.16285)"
209
+ id="text5361-3"
210
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5363-0);display:inline"><tspan
211
+ x="294.21484"
212
+ y="2001.3145"
213
+ id="tspan10282">A</tspan></text>
214
+ <text
215
+ xml:space="preserve"
216
+ transform="matrix(0.26458333,0,0,0.26458333,5.8299754,101.2638)"
217
+ id="text5481-2"
218
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5483-2);display:inline"><tspan
219
+ x="87.175781"
220
+ y="2117.6465"
221
+ id="tspan10284">point C position and speed</tspan></text>
222
+ <text
223
+ xml:space="preserve"
224
+ transform="matrix(0.26458333,0,0,0.26458333,-44.963067,25.214168)"
225
+ id="text6447-0"
226
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6449-3);display:inline"><tspan
227
+ x="278.24805"
228
+ y="2070.4629"
229
+ id="tspan10286">negative pressure angular</tspan></text>
230
+ <path
231
+ style="fill:#d7eef4;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
232
+ d="m 63.980847,596.79035 17.33335,12.80768"
233
+ id="path565-2-6"
234
+ sodipodi:nodetypes="cc" />
235
+ <path
236
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
237
+ d="M 77.09131,627.30778 71.368132,592.13503"
238
+ id="path8228"
239
+ sodipodi:nodetypes="cc" />
240
+ <path
241
+ style="fill:#008000;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
242
+ d="m 83.455922,590.0368 -12.294311,1.94503"
243
+ id="path8228-1"
244
+ sodipodi:nodetypes="cc" />
245
+ <path
246
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
247
+ d="M 77.190094,627.11183 52.81415,631.05201"
248
+ id="path8228-5"
249
+ sodipodi:nodetypes="cc" />
250
+ <path
251
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
252
+ d="m 74.900786,627.56824 -0.369985,-1.90227 2.196663,-0.35737"
253
+ id="path8270" />
254
+ <path
255
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
256
+ d="m 71.744941,594.05343 1.824505,-0.32827 -0.388233,-2.00917"
257
+ id="path8272" />
258
+ <path
259
+ style="fill:none;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
260
+ d="m 67.815454,599.60689 c 0,0 0.599969,-1.02857 1.077801,-1.3498 0.542246,-0.36453 1.880121,-0.55443 1.880121,-0.55443"
261
+ id="path8274"
262
+ sodipodi:nodetypes="cac" />
263
+ <text
264
+ xml:space="preserve"
265
+ transform="matrix(0.26458333,0,0,0.26458333,22.896923,123.47291)"
266
+ id="text5259-6"
267
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5261-2);display:inline"><tspan
268
+ x="200.07812"
269
+ y="1869.6231"
270
+ id="tspan10288">C</tspan></text>
271
+ <path
272
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
273
+ d="m 59.274947,631.42952 c 0,0 0.260107,-1.91536 -0.08647,-2.7726 -0.247923,-0.61322 -1.333945,-1.46907 -1.333945,-1.46907"
274
+ id="path8280"
275
+ sodipodi:nodetypes="cac" />
276
+ <path
277
+ style="fill:none;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
278
+ d="m 62.105145,618.91544 c 0,0 1.782837,1.2677 2.472881,2.07173 0.910311,1.0607 1.658676,2.26787 2.1266,3.54601 0.313863,0.85732 0.426855,2.68374 0.426855,2.68374"
279
+ id="path8448"
280
+ sodipodi:nodetypes="caac" />
281
+ <text
282
+ xml:space="preserve"
283
+ transform="matrix(0.26458333,0,0,0.26458333,-7.2112174,114.17776)"
284
+ id="text3256-9-6"
285
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3258-1-7);display:inline;fill:#00aad4"><tspan
286
+ x="267.98047"
287
+ y="1911.3047"
288
+ id="tspan10290">ap</tspan></text>
289
+ <text
290
+ xml:space="preserve"
291
+ transform="matrix(0.26458333,0,0,0.26458333,-20.1178,-33.897841)"
292
+ id="text8610"
293
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8612)"><tspan
294
+ x="354.51953"
295
+ y="2358.0606"
296
+ id="tspan10292">br2</tspan></text>
297
+ <path
298
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
299
+ d="M 52.814151,631.05201 75.091969,616.41722"
300
+ id="path8862" />
301
+ <path
302
+ style="fill:none;stroke:#cc00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
303
+ d="m 61.60192,629.65275 c 0,0 -0.04198,-0.74042 -0.149014,-1.09179 -0.113086,-0.37122 -0.512409,-1.04535 -0.512409,-1.04535"
304
+ id="path8868"
305
+ sodipodi:nodetypes="cac" />
306
+ <text
307
+ xml:space="preserve"
308
+ transform="matrix(0.26458333,0,0,0.26458333,-16.086107,10.154593)"
309
+ id="text8878"
310
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8880);fill:#aa00d4"><tspan
311
+ x="293.57617"
312
+ y="2334.5547"
313
+ id="tspan10294">aj</tspan></text>
314
+ <path
315
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
316
+ d="m 71.58711,602.43664 -0.998238,1.47015 1.424387,1.07106"
317
+ id="path8998" />
318
+ <path
319
+ style="fill:none;stroke:#ffb380;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
320
+ d="m 75.128183,616.30027 -5.044636,-7.89671"
321
+ id="path8862-9" />
322
+ <rect
323
+ style="fill:none;stroke:#cccccc;stroke-width:0.264583"
324
+ id="rect9093"
325
+ width="4.606595"
326
+ height="10.149634"
327
+ x="-27.4856"
328
+ y="610.45374"
329
+ inkscape:transform-center-x="4.9317268"
330
+ inkscape:transform-center-y="-5.4550047"
331
+ transform="rotate(-9.0729424)" />
332
+ <path
333
+ style="fill:none;stroke:#aa4400;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
334
+ d="m 75.271282,616.44648 -3.092263,0.51047"
335
+ id="path9263"
336
+ sodipodi:nodetypes="cc" />
337
+ <path
338
+ style="fill:none;stroke:#aa4400;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
339
+ d="m 75.325735,616.47501 -1.353713,-8.55593"
340
+ id="path9269"
341
+ sodipodi:nodetypes="cc" />
342
+ </g>
343
+ </svg>
@@ -0,0 +1,339 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="353.58267"
6
+ height="285.42621"
7
+ viewBox="0 0 93.552082 75.519013"
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="214.33705"
29
+ inkscape:cy="978.34013"
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="278.24826"
40
+ y="2057.4856"
41
+ width="210.67659"
42
+ height="37.436539"
43
+ id="rect6449" />
44
+ <rect
45
+ x="87.17675"
46
+ y="2104.6704"
47
+ width="421.07727"
48
+ height="67.578239"
49
+ id="rect5483" />
50
+ <rect
51
+ x="294.21414"
52
+ y="1988.3373"
53
+ width="27.770304"
54
+ height="25.008053"
55
+ id="rect5363" />
56
+ <rect
57
+ x="200.07756"
58
+ y="1856.646"
59
+ width="36.03899"
60
+ height="25.502369"
61
+ id="rect5261" />
62
+ <rect
63
+ x="139.90091"
64
+ y="1851.1182"
65
+ width="25.976976"
66
+ height="28.906734"
67
+ id="rect5159" />
68
+ <rect
69
+ x="157.44498"
70
+ y="2017.3688"
71
+ width="36.710667"
72
+ height="37.622108"
73
+ id="rect5057" />
74
+ <rect
75
+ x="123.13773"
76
+ y="1972.447"
77
+ width="21.833599"
78
+ height="16.79192"
79
+ id="rect3422" />
80
+ <rect
81
+ x="267.98053"
82
+ y="1898.3291"
83
+ width="26.109903"
84
+ height="23.071518"
85
+ id="rect3258" />
86
+ <rect
87
+ x="161.64583"
88
+ y="2034.4711"
89
+ width="38.155838"
90
+ height="24.209925"
91
+ id="rect3150" />
92
+ <rect
93
+ x="218.58563"
94
+ y="2027.2568"
95
+ width="53.004986"
96
+ height="22.188326"
97
+ id="rect1704" />
98
+ <marker
99
+ style="overflow:visible"
100
+ id="marker1720"
101
+ refX="0"
102
+ refY="0"
103
+ orient="auto-start-reverse"
104
+ inkscape:stockid="Arrow1L"
105
+ markerWidth="8.75"
106
+ markerHeight="5"
107
+ viewBox="0 0 8.75 5"
108
+ inkscape:isstock="true"
109
+ inkscape:collect="always"
110
+ preserveAspectRatio="xMidYMid">
111
+ <path
112
+ style="fill:context-stroke;fill-rule:evenodd;stroke:none"
113
+ d="M 0,0 5,-5 -12.5,0 5,5 Z"
114
+ id="path1718"
115
+ transform="scale(-0.5)" />
116
+ </marker>
117
+ <rect
118
+ x="267.98053"
119
+ y="1898.3291"
120
+ width="26.109903"
121
+ height="23.071518"
122
+ id="rect3258-5" />
123
+ <rect
124
+ x="354.52051"
125
+ y="2345.0847"
126
+ width="59.179813"
127
+ height="35.823856"
128
+ id="rect8612-5" />
129
+ </defs>
130
+ <g
131
+ inkscape:label="Layer 1"
132
+ inkscape:groupmode="layer"
133
+ id="layer1"
134
+ transform="translate(-20.637273,-487.37283)">
135
+ <rect
136
+ style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
137
+ id="rect6601"
138
+ width="93.287498"
139
+ height="75.254471"
140
+ x="20.769566"
141
+ y="487.50513"
142
+ inkscape:export-filename="point_c_position_and_speed_positive.svg"
143
+ inkscape:export-xdpi="96"
144
+ inkscape:export-ydpi="96" />
145
+ <text
146
+ xml:space="preserve"
147
+ transform="matrix(0.26458333,0,0,0.26458333,-13.386634,13.838717)"
148
+ id="text3256-4"
149
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3258-5);display:inline;fill:#00aad4"><tspan
150
+ x="267.98047"
151
+ y="1911.3047"
152
+ id="tspan11189">ap</tspan></text>
153
+ <rect
154
+ style="fill:none;stroke:#b3b3b3;stroke-width:0.264583"
155
+ id="rect4692"
156
+ width="10.23444"
157
+ height="5.2262459"
158
+ x="139.83708"
159
+ y="492.67719"
160
+ inkscape:transform-center-x="-4.5323972"
161
+ inkscape:transform-center-y="4.0231786"
162
+ transform="matrix(0.98836555,0.15209713,-0.15183476,0.98840589,0,0)" />
163
+ <circle
164
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
165
+ id="path244-3-3"
166
+ cx="47.299717"
167
+ cy="530.29834"
168
+ r="24.647617" />
169
+ <circle
170
+ style="fill:none;stroke:#808080;stroke-width:0.264583"
171
+ id="path244-3-3-6"
172
+ cx="98.663284"
173
+ cy="501.39566"
174
+ r="12.253141" />
175
+ <path
176
+ style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
177
+ d="M 47.301506,530.30073 98.663285,501.39567"
178
+ id="path565"
179
+ sodipodi:nodetypes="cc" />
180
+ <path
181
+ style="fill:none;stroke:#008080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
182
+ d="M 47.299718,530.29834 H 72.068562"
183
+ id="path567" />
184
+ <path
185
+ style="fill:none;stroke:#00aad4;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
186
+ d="M 86.79871,519.98476 76.654716,501.8544"
187
+ id="path565-5"
188
+ sodipodi:nodetypes="cc" />
189
+ <path
190
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
191
+ d="m 51.277179,505.98636 45.616705,7.4604"
192
+ id="path719" />
193
+ <path
194
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
195
+ d="M 47.299717,530.29834 51.298388,505.8544"
196
+ id="path719-3" />
197
+ <path
198
+ style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
199
+ d="M 96.717429,513.36162 98.64519,501.32047"
200
+ id="path719-3-5" />
201
+ <path
202
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
203
+ d="m 55.029353,530.44772 c 0,0 0.461066,-0.99743 0.406483,-1.51861 -0.04911,-0.46892 -0.640903,-1.26095 -0.640903,-1.26095"
204
+ id="path775"
205
+ sodipodi:nodetypes="cac" />
206
+ <text
207
+ xml:space="preserve"
208
+ transform="matrix(0.26458333,0,0,0.26458333,-1.4556076,-10.264423)"
209
+ id="text1702"
210
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1704)"><tspan
211
+ x="218.58594"
212
+ y="2040.2344"
213
+ id="tspan11191">acc</tspan></text>
214
+ <text
215
+ xml:space="preserve"
216
+ transform="matrix(0.26458333,0,0,0.26458333,-0.03975766,-26.572007)"
217
+ id="text3148"
218
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3150);fill:#008000"><tspan
219
+ x="161.64648"
220
+ y="2047.4473"
221
+ id="tspan11193">br1</tspan></text>
222
+ <path
223
+ style="fill:none;stroke:#0088aa;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
224
+ d="m 79.060378,506.20649 c 0,0 -1.326582,0.15828 -1.8215,0.55581 -0.566667,0.45516 -1.071211,1.89923 -1.071211,1.89923"
225
+ id="path3250"
226
+ sodipodi:nodetypes="cac" />
227
+ <text
228
+ xml:space="preserve"
229
+ transform="matrix(0.26458333,0,0,0.26458333,1.0447858,0.88010264)"
230
+ id="text3256"
231
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3258);fill:#00aad4"><tspan
232
+ x="267.98047"
233
+ y="1911.3047"
234
+ id="tspan11195">ap</tspan></text>
235
+ <path
236
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
237
+ d="m 50.957127,507.9801 2.095207,0.34803 0.21921,-1.83057"
238
+ id="path3408" />
239
+ <path
240
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
241
+ d="m 94.853907,513.14643 0.182711,-1.81451 1.989402,0.26027"
242
+ id="path3410" />
243
+ <path
244
+ style="fill:none;stroke:#ff6600;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
245
+ d="M 47.299718,530.29834 63.539226,508.1135"
246
+ id="path3412" />
247
+ <path
248
+ style="fill:none;stroke:#cc00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
249
+ d="m 48.51062,522.38519 c 0,0 0.790828,-0.19533 1.174481,-0.10928 0.437151,0.098 1.156882,0.68414 1.156882,0.68414"
250
+ id="path3414"
251
+ sodipodi:nodetypes="cac" />
252
+ <text
253
+ xml:space="preserve"
254
+ transform="matrix(0.26458333,0,0,0.26458333,16.757736,-4.3103364)"
255
+ id="text3420"
256
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3422);fill:#aa00d4"><tspan
257
+ x="123.13867"
258
+ y="1985.4239"
259
+ id="tspan11197">aj</tspan></text>
260
+ <path
261
+ style="fill:none;stroke:#ffccaa;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
262
+ d="m 63.547617,508.10367 8.071693,5.87798"
263
+ id="path3412-6" />
264
+ <path
265
+ style="fill:none;stroke:#aa4400;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
266
+ d="m 63.514901,508.05327 8.977304,1.39916"
267
+ id="path719-7" />
268
+ <path
269
+ style="fill:none;stroke:#aa4400;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
270
+ d="m 63.404633,508.23386 -0.531519,3.56449"
271
+ id="path4951"
272
+ sodipodi:nodetypes="cc" />
273
+ <text
274
+ xml:space="preserve"
275
+ transform="matrix(0.26458333,0,0,0.26458333,2.5653454,-3.9735914)"
276
+ id="text5055"
277
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5057)"><tspan
278
+ x="157.44531"
279
+ y="2030.3457"
280
+ id="tspan11199">O</tspan></text>
281
+ <text
282
+ xml:space="preserve"
283
+ transform="matrix(0.26458333,0,0,0.26458333,13.119152,12.335731)"
284
+ id="text5157"
285
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5159)"><tspan
286
+ x="139.90039"
287
+ y="1864.0938"
288
+ id="tspan11201">B</tspan></text>
289
+ <text
290
+ xml:space="preserve"
291
+ transform="matrix(0.26458333,0,0,0.26458333,9.0582241,12.942306)"
292
+ id="text5259"
293
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5261)"><tspan
294
+ x="200.07812"
295
+ y="1869.6231"
296
+ id="tspan11203">C</tspan></text>
297
+ <text
298
+ xml:space="preserve"
299
+ transform="matrix(0.26458333,0,0,0.26458333,-5.4630907,2.3337517)"
300
+ id="text5361"
301
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5363)"><tspan
302
+ x="294.21484"
303
+ y="2001.3145"
304
+ id="tspan11205">A</tspan></text>
305
+ <text
306
+ xml:space="preserve"
307
+ transform="matrix(0.26458333,0,0,0.26458333,5.1098343,0.27374111)"
308
+ id="text5481"
309
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect5483)"><tspan
310
+ x="87.175781"
311
+ y="2117.6465"
312
+ id="tspan11207">point C position and speed</tspan></text>
313
+ <text
314
+ xml:space="preserve"
315
+ transform="matrix(0.26458333,0,0,0.26458333,-44.024524,-55.876211)"
316
+ id="text6447"
317
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect6449)"><tspan
318
+ x="278.24805"
319
+ y="2070.4629"
320
+ id="tspan11209">positive pressure angular</tspan></text>
321
+ <path
322
+ style="fill:none;stroke:#0088aa;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#marker1720)"
323
+ d="m 59.083547,523.49492 c 0,0 -1.150706,-2.42696 -1.974196,-3.47369 -0.725604,-0.92231 -1.535923,-1.84767 -2.565347,-2.41109 -0.997165,-0.54576 -3.306619,-0.83426 -3.306619,-0.83426"
324
+ id="path8290"
325
+ sodipodi:nodetypes="caac" />
326
+ <text
327
+ xml:space="preserve"
328
+ transform="matrix(0.26458333,0,0,0.26458333,4.4696116,-115.28405)"
329
+ id="text8610-6"
330
+ style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8612-5);display:inline;fill:#008000"><tspan
331
+ x="354.51953"
332
+ y="2358.0606"
333
+ id="tspan11211">br2</tspan></text>
334
+ <path
335
+ style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
336
+ d="m 80.804453,509.12363 1.817351,-1.03942 1.00715,1.78295"
337
+ id="path8996" />
338
+ </g>
339
+ </svg>