geometrix 0.5.10 → 0.5.12
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.
- package/dist/index.d.ts +505 -0
- package/dist/index.js +3848 -0
- package/package.json +7 -1
- package/.eslintignore +0 -17
- package/.eslintrc.cjs +0 -24
- package/.prettierignore +0 -15
- package/.prettierrc +0 -8
- package/src/aaExportContent.ts +0 -213
- package/src/aaExportFile.ts +0 -141
- package/src/aaParamGeom.ts +0 -62
- package/src/angle_utils.test.ts +0 -83
- package/src/angle_utils.ts +0 -98
- package/src/arc_to_stroke.ts +0 -73
- package/src/canvas_utils.test.ts +0 -28
- package/src/canvas_utils.ts +0 -159
- package/src/contour.test.ts +0 -37
- package/src/contour.ts +0 -806
- package/src/designParams.ts +0 -178
- package/src/figure.test.ts +0 -21
- package/src/figure.ts +0 -400
- package/src/index.ts +0 -16
- package/src/line.test.ts +0 -78
- package/src/line.ts +0 -359
- package/src/paramFile.ts +0 -52
- package/src/point.test.ts +0 -36
- package/src/point.ts +0 -246
- package/src/prepare_pax.ts +0 -102
- package/src/segment.test.ts +0 -26
- package/src/segment.ts +0 -701
- package/src/sub_design.ts +0 -16
- package/src/triangle_utils.test.ts +0 -38
- package/src/triangle_utils.ts +0 -112
- package/src/vector.test.ts +0 -28
- package/src/vector.ts +0 -122
- package/src/volume.ts +0 -50
- package/src/write_dxf.ts +0 -100
- package/src/write_openjscad.ts +0 -284
- package/src/write_openscad.ts +0 -305
- package/src/write_pax.ts +0 -73
- package/src/write_svg.ts +0 -101
- package/svg/any_triangle.svg +0 -156
- package/svg/arc_definition.svg +0 -506
- package/svg/construct_corner_rounded_ext_arc_ext_arc.svg +0 -378
- package/svg/construct_corner_rounded_int_arc_ext_arc.svg +0 -359
- package/svg/construct_corner_rounded_int_arc_int_arc.svg +0 -356
- package/svg/construct_corner_rounded_stroke_ext_arc.svg +0 -374
- package/svg/construct_corner_rounded_stroke_ext_arc_obtuse.svg +0 -370
- package/svg/construct_corner_rounded_stroke_ext_arc_obtuse_method2.svg +0 -311
- package/svg/construct_corner_rounded_stroke_int_arc.svg +0 -364
- package/svg/construct_corner_rounded_stroke_int_arc_obtuse.svg +0 -358
- package/svg/construct_corner_rounded_stroke_int_arc_obtuse_method2.svg +0 -237
- package/svg/construct_corner_rounded_stroke_stroke.svg +0 -280
- package/svg/construct_corner_wideacc.svg +0 -286
- package/svg/construct_corner_widened.svg +0 -278
- package/svg/construction_of_line_intersection_1.svg +0 -187
- package/svg/construction_of_line_intersection_2.svg +0 -189
- package/svg/contour_arc_definition_options.svg +0 -324
- package/svg/contour_point_absolute_relative.svg +0 -258
- package/svg/contour_tangential_two_arcs.svg +0 -531
- package/svg/contour_tangential_two_arcs_impossible_case.svg +0 -175
- package/svg/contour_tangential_two_arcs_requirements.svg +0 -364
- package/svg/corner_rounded_ext_arc_ext_arc.svg +0 -281
- package/svg/corner_rounded_int_arc_ext_arc.svg +0 -281
- package/svg/corner_rounded_int_arc_int_arc.svg +0 -279
- package/svg/corner_rounded_stroke_ext_arc.svg +0 -218
- package/svg/corner_rounded_stroke_int_arc.svg +0 -225
- package/svg/corner_rounded_stroke_stroke.svg +0 -174
- package/svg/geom_dev.svg +0 -14708
- package/svg/geom_modules.svg +0 -246
- package/svg/geom_user.svg +0 -58
- package/svg/line_axis_x_cases.svg +0 -1408
- package/svg/line_axis_y_cases.svg +0 -1369
- package/svg/line_distanceOrig.svg +0 -318
- package/svg/line_getAxisXIntersection.svg +0 -262
- package/svg/line_getAxisXIntersection_2.svg +0 -244
- package/svg/line_getAxisYIntersection.svg +0 -304
- package/svg/line_getAxisYIntersection_2.svg +0 -285
- package/svg/line_getAxisYIntersection_3.svg +0 -277
- package/svg/line_intersection.svg +0 -346
- package/svg/line_projectPoint.svg +0 -311
- package/svg/point_1.svg +0 -243
- package/svg/point_2.svg +0 -409
- package/svg/point_3.svg +0 -298
- package/svg/point_4.svg +0 -272
- package/svg/point_5.svg +0 -356
- package/svg/right_triangle.svg +0 -194
- package/svg/vector_definition.svg +0 -130
- package/tsconfig.json +0 -13
- package/vitest.config.ts +0 -7
|
@@ -1,531 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
width="332.57819"
|
|
6
|
-
height="631.1405"
|
|
7
|
-
viewBox="0 0 87.994645 166.98926"
|
|
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="32.214207"
|
|
16
|
-
y="7060.1699"
|
|
17
|
-
width="47.431217"
|
|
18
|
-
height="43.933243"
|
|
19
|
-
id="rect4484" />
|
|
20
|
-
<rect
|
|
21
|
-
x="24.472683"
|
|
22
|
-
y="7022.6548"
|
|
23
|
-
width="50.87664"
|
|
24
|
-
height="32.072975"
|
|
25
|
-
id="rect4478" />
|
|
26
|
-
<rect
|
|
27
|
-
x="320.22559"
|
|
28
|
-
y="7078.1475"
|
|
29
|
-
width="42.537338"
|
|
30
|
-
height="34.44437"
|
|
31
|
-
id="rect4472" />
|
|
32
|
-
<rect
|
|
33
|
-
x="143.35126"
|
|
34
|
-
y="7257.272"
|
|
35
|
-
width="304.32376"
|
|
36
|
-
height="352.59253"
|
|
37
|
-
id="rect10940" />
|
|
38
|
-
<rect
|
|
39
|
-
x="232.71875"
|
|
40
|
-
y="7297.2275"
|
|
41
|
-
width="57.104019"
|
|
42
|
-
height="35.176811"
|
|
43
|
-
id="rect10934" />
|
|
44
|
-
<rect
|
|
45
|
-
x="187.79688"
|
|
46
|
-
y="7320.1699"
|
|
47
|
-
width="38.329914"
|
|
48
|
-
height="21.953484"
|
|
49
|
-
id="rect10928" />
|
|
50
|
-
<rect
|
|
51
|
-
x="182.42674"
|
|
52
|
-
y="7262.0244"
|
|
53
|
-
width="59.859699"
|
|
54
|
-
height="30.115423"
|
|
55
|
-
id="rect10922" />
|
|
56
|
-
<rect
|
|
57
|
-
x="338.67947"
|
|
58
|
-
y="7317.3486"
|
|
59
|
-
width="60.08633"
|
|
60
|
-
height="43.56538"
|
|
61
|
-
id="rect10916" />
|
|
62
|
-
<rect
|
|
63
|
-
x="250.80312"
|
|
64
|
-
y="7323.4214"
|
|
65
|
-
width="70.071159"
|
|
66
|
-
height="42.662148"
|
|
67
|
-
id="rect10910" />
|
|
68
|
-
<rect
|
|
69
|
-
x="161.47176"
|
|
70
|
-
y="7321.2207"
|
|
71
|
-
width="63.387238"
|
|
72
|
-
height="21.358992"
|
|
73
|
-
id="rect10904" />
|
|
74
|
-
<rect
|
|
75
|
-
x="282.65274"
|
|
76
|
-
y="7265.8574"
|
|
77
|
-
width="93.988762"
|
|
78
|
-
height="49.996399"
|
|
79
|
-
id="rect10898" />
|
|
80
|
-
<rect
|
|
81
|
-
x="174.25496"
|
|
82
|
-
y="7268.4951"
|
|
83
|
-
width="84.407928"
|
|
84
|
-
height="60.165157"
|
|
85
|
-
id="rect10892" />
|
|
86
|
-
<rect
|
|
87
|
-
x="369.27277"
|
|
88
|
-
y="7099.2407"
|
|
89
|
-
width="39.346462"
|
|
90
|
-
height="22.231024"
|
|
91
|
-
id="rect10886" />
|
|
92
|
-
<marker
|
|
93
|
-
style="overflow:visible"
|
|
94
|
-
id="Arrow1L"
|
|
95
|
-
refX="0"
|
|
96
|
-
refY="0"
|
|
97
|
-
orient="auto-start-reverse"
|
|
98
|
-
markerWidth="8.75"
|
|
99
|
-
markerHeight="5"
|
|
100
|
-
viewBox="0 0 8.75 5"
|
|
101
|
-
preserveAspectRatio="xMidYMid">
|
|
102
|
-
<path
|
|
103
|
-
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
|
104
|
-
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
|
105
|
-
id="arrow1L"
|
|
106
|
-
transform="scale(-0.5)" />
|
|
107
|
-
</marker>
|
|
108
|
-
<rect
|
|
109
|
-
x="216.3065"
|
|
110
|
-
y="6731.9072"
|
|
111
|
-
width="47.566715"
|
|
112
|
-
height="21.465523"
|
|
113
|
-
id="rect2049-0" />
|
|
114
|
-
<rect
|
|
115
|
-
x="155.64101"
|
|
116
|
-
y="6737.9668"
|
|
117
|
-
width="38.967731"
|
|
118
|
-
height="33.484356"
|
|
119
|
-
id="rect2061-9" />
|
|
120
|
-
<rect
|
|
121
|
-
x="321.58105"
|
|
122
|
-
y="6735.5327"
|
|
123
|
-
width="51.929497"
|
|
124
|
-
height="33.177792"
|
|
125
|
-
id="rect2067-3" />
|
|
126
|
-
<rect
|
|
127
|
-
x="216.3065"
|
|
128
|
-
y="6731.9072"
|
|
129
|
-
width="47.566715"
|
|
130
|
-
height="21.465523"
|
|
131
|
-
id="rect2049-3-6" />
|
|
132
|
-
<rect
|
|
133
|
-
x="134.38103"
|
|
134
|
-
y="6781.707"
|
|
135
|
-
width="288.5101"
|
|
136
|
-
height="49.480438"
|
|
137
|
-
id="rect2335-0" />
|
|
138
|
-
<marker
|
|
139
|
-
style="overflow:visible"
|
|
140
|
-
id="Arrow1L-367"
|
|
141
|
-
refX="0"
|
|
142
|
-
refY="0"
|
|
143
|
-
orient="auto-start-reverse"
|
|
144
|
-
markerWidth="8.75"
|
|
145
|
-
markerHeight="5"
|
|
146
|
-
viewBox="0 0 8.75 5"
|
|
147
|
-
preserveAspectRatio="xMidYMid">
|
|
148
|
-
<path
|
|
149
|
-
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
|
150
|
-
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
|
151
|
-
id="arrow1L-5"
|
|
152
|
-
transform="scale(-0.5)" />
|
|
153
|
-
</marker>
|
|
154
|
-
<marker
|
|
155
|
-
style="overflow:visible"
|
|
156
|
-
id="Arrow1L-56"
|
|
157
|
-
refX="0"
|
|
158
|
-
refY="0"
|
|
159
|
-
orient="auto-start-reverse"
|
|
160
|
-
markerWidth="8.75"
|
|
161
|
-
markerHeight="5"
|
|
162
|
-
viewBox="0 0 8.75 5"
|
|
163
|
-
preserveAspectRatio="xMidYMid">
|
|
164
|
-
<path
|
|
165
|
-
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
|
166
|
-
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
|
167
|
-
id="arrow1L-29"
|
|
168
|
-
transform="scale(-0.5)" />
|
|
169
|
-
</marker>
|
|
170
|
-
</defs>
|
|
171
|
-
<g
|
|
172
|
-
id="layer1"
|
|
173
|
-
transform="translate(-32.022407,-1826.315)">
|
|
174
|
-
<rect
|
|
175
|
-
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
|
|
176
|
-
id="rect2472-6"
|
|
177
|
-
width="87.730057"
|
|
178
|
-
height="166.72476"
|
|
179
|
-
x="32.154701"
|
|
180
|
-
y="1826.4473" />
|
|
181
|
-
<path
|
|
182
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
183
|
-
d="m 76.277012,1849.602 1.82749,-0.4154 0.29003,2.069"
|
|
184
|
-
id="path8445-3" />
|
|
185
|
-
<path
|
|
186
|
-
style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
187
|
-
d="m 35.963921,1867.4987 77.617399,-15.6289"
|
|
188
|
-
id="path1778-1" />
|
|
189
|
-
<path
|
|
190
|
-
style="fill:none;stroke:#000080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
191
|
-
d="m 35.963921,1867.4987 22.819327,-4.5301"
|
|
192
|
-
id="path1778-3-8" />
|
|
193
|
-
<path
|
|
194
|
-
style="fill:none;stroke:#000080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
195
|
-
d="m 90.761995,1856.3999 22.819325,-4.5301"
|
|
196
|
-
id="path1778-3-6-7" />
|
|
197
|
-
<path
|
|
198
|
-
style="fill:none;stroke:#d45500;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
|
|
199
|
-
d="m 58.696742,1863.0832 21.647436,-28.3071"
|
|
200
|
-
id="path1888-9" />
|
|
201
|
-
<path
|
|
202
|
-
style="fill:none;stroke:#d45500;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
|
|
203
|
-
d="M 90.461261,1856.3871 70.764323,1834.5196"
|
|
204
|
-
id="path1888-7-2" />
|
|
205
|
-
<path
|
|
206
|
-
style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
207
|
-
d="M 58.809008,1862.9711 H 74.50307"
|
|
208
|
-
id="path1917-0" />
|
|
209
|
-
<path
|
|
210
|
-
style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
211
|
-
d="M 90.736235,1856.662 H 106.43029"
|
|
212
|
-
id="path1917-5-2" />
|
|
213
|
-
<path
|
|
214
|
-
style="fill:none;stroke:#ff6600;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
215
|
-
d="m 61.057216,1860.1664 c 0,0 1.926441,-0.1398 2.41863,0.522 0.449638,0.6046 -0.179123,2.2533 -0.179123,2.2533"
|
|
216
|
-
id="path1946-3" />
|
|
217
|
-
<text
|
|
218
|
-
xml:space="preserve"
|
|
219
|
-
transform="matrix(0.26458333,0,0,0.26458333,6.3427597,76.231082)"
|
|
220
|
-
id="text2047-7"
|
|
221
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2049-0);display:inline"><tspan
|
|
222
|
-
x="216.30664"
|
|
223
|
-
y="6744.8828"
|
|
224
|
-
id="tspan9292">a1</tspan></text>
|
|
225
|
-
<text
|
|
226
|
-
xml:space="preserve"
|
|
227
|
-
transform="matrix(0.26458333,0,0,0.26458333,12.90027,75.862473)"
|
|
228
|
-
id="text2059-5"
|
|
229
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2061-9);display:inline"><tspan
|
|
230
|
-
x="155.64062"
|
|
231
|
-
y="6750.9434"
|
|
232
|
-
id="tspan9294">p1</tspan></text>
|
|
233
|
-
<text
|
|
234
|
-
xml:space="preserve"
|
|
235
|
-
transform="matrix(0.26458333,0,0,0.26458333,3.8255565,74.738478)"
|
|
236
|
-
id="text2065-9"
|
|
237
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2067-3);display:inline"><tspan
|
|
238
|
-
x="321.58203"
|
|
239
|
-
y="6748.5098"
|
|
240
|
-
id="tspan9296">p2</tspan></text>
|
|
241
|
-
<path
|
|
242
|
-
style="fill:none;stroke:#ff6600;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
243
|
-
d="m 89.4748,1855.0173 c 0,0 1.491165,-0.9049 2.134895,-0.5504 0.691224,0.3807 0.725964,2.2533 0.725964,2.2533"
|
|
244
|
-
id="path1946-5-2" />
|
|
245
|
-
<text
|
|
246
|
-
xml:space="preserve"
|
|
247
|
-
transform="matrix(0.26458333,0,0,0.26458333,35.17108,69.541126)"
|
|
248
|
-
id="text2047-6-2"
|
|
249
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2049-3-6);display:inline"><tspan
|
|
250
|
-
x="216.30664"
|
|
251
|
-
y="6744.8828"
|
|
252
|
-
id="tspan9298">a2</tspan></text>
|
|
253
|
-
<path
|
|
254
|
-
style="fill:none;stroke:#803300;stroke-width:0.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
255
|
-
d="M 90.646168,1887.146 58.847152,1862.8791"
|
|
256
|
-
id="path1888-2-8" />
|
|
257
|
-
<path
|
|
258
|
-
style="fill:none;stroke:#803300;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
259
|
-
d="M 90.485283,1856.4094 66.65275,1877.7735"
|
|
260
|
-
id="path1888-2-9-9" />
|
|
261
|
-
<path
|
|
262
|
-
style="fill:none;stroke:#803300;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
263
|
-
d="m 60.091413,1861.263 1.6855,1.2047 -1.107299,1.5934"
|
|
264
|
-
id="path2173-7" />
|
|
265
|
-
<path
|
|
266
|
-
style="fill:none;stroke:#803300;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
267
|
-
d="m 89.157857,1857.8181 -1.430158,-1.499 1.386058,-1.3579"
|
|
268
|
-
id="path2173-1-3" />
|
|
269
|
-
<text
|
|
270
|
-
xml:space="preserve"
|
|
271
|
-
transform="matrix(0.26458333,0,0,0.26458333,-2.7913615,33.104395)"
|
|
272
|
-
id="text2333-6"
|
|
273
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect2335-0);display:inline"><tspan
|
|
274
|
-
x="134.38086"
|
|
275
|
-
y="6794.6836"
|
|
276
|
-
id="tspan9300">tangential two arcs : solution</tspan></text>
|
|
277
|
-
<path
|
|
278
|
-
style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
279
|
-
d="m 72.71391,1832.6097 10.855025,54.0523"
|
|
280
|
-
id="path1778-1-1" />
|
|
281
|
-
<path
|
|
282
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
283
|
-
d="m 77.782354,1857.0546 1.82749,-0.4154 0.290039,2.069"
|
|
284
|
-
id="path8445" />
|
|
285
|
-
<circle
|
|
286
|
-
style="fill:none;stroke:#88aa00;stroke-width:0.264583"
|
|
287
|
-
id="path10762"
|
|
288
|
-
cx="82.543358"
|
|
289
|
-
cy="1881.2781"
|
|
290
|
-
r="29.865156" />
|
|
291
|
-
<circle
|
|
292
|
-
style="fill:none;stroke:#00aad4;stroke-width:0.264583"
|
|
293
|
-
id="path10764"
|
|
294
|
-
cx="79.816826"
|
|
295
|
-
cy="1865.0887"
|
|
296
|
-
r="13.619272" />
|
|
297
|
-
<circle
|
|
298
|
-
style="fill:none;stroke:#88aa00;stroke-width:0.264583"
|
|
299
|
-
id="path10766-2"
|
|
300
|
-
cx="82.380432"
|
|
301
|
-
cy="1880.8883"
|
|
302
|
-
r="1.4160672" />
|
|
303
|
-
<path
|
|
304
|
-
style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
305
|
-
d="m 38.904233,1859.4012 77.617397,-15.6289"
|
|
306
|
-
id="path1778-1-9" />
|
|
307
|
-
<circle
|
|
308
|
-
style="fill:none;stroke:#00aad4;stroke-width:0.264583"
|
|
309
|
-
id="path10766-2-1"
|
|
310
|
-
cx="79.439667"
|
|
311
|
-
cy="1866.2375"
|
|
312
|
-
r="1.4160672" />
|
|
313
|
-
<path
|
|
314
|
-
style="fill:none;stroke:#cc00ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
315
|
-
d="m 102.82194,1854.0347 c 0,0 0.70286,0.8005 0.80689,1.2997 0.0869,0.417 -0.18423,1.2644 -0.18423,1.2644"
|
|
316
|
-
id="path10882" />
|
|
317
|
-
<text
|
|
318
|
-
xml:space="preserve"
|
|
319
|
-
transform="matrix(0.26458333,0,0,0.26458333,7.0694731,-25.447496)"
|
|
320
|
-
id="text10884"
|
|
321
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10886);display:inline"><tspan
|
|
322
|
-
x="369.27344"
|
|
323
|
-
y="7112.2168"
|
|
324
|
-
id="tspan9302">a0</tspan></text>
|
|
325
|
-
<text
|
|
326
|
-
xml:space="preserve"
|
|
327
|
-
transform="matrix(0.26458333,0,0,0.26458333,10.569884,-59.92845)"
|
|
328
|
-
id="text10890"
|
|
329
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10892);display:inline"><tspan
|
|
330
|
-
x="174.25586"
|
|
331
|
-
y="7281.4727"
|
|
332
|
-
id="tspan9304">B</tspan></text>
|
|
333
|
-
<text
|
|
334
|
-
xml:space="preserve"
|
|
335
|
-
transform="matrix(0.26458333,0,0,0.26458333,15.215661,-61.750349)"
|
|
336
|
-
id="text10896"
|
|
337
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10898);display:inline"><tspan
|
|
338
|
-
x="282.65234"
|
|
339
|
-
y="7278.834"
|
|
340
|
-
id="tspan9306">C</tspan></text>
|
|
341
|
-
<text
|
|
342
|
-
xml:space="preserve"
|
|
343
|
-
transform="matrix(0.26458333,0,0,0.26458333,34.476608,-98.721477)"
|
|
344
|
-
id="text10902"
|
|
345
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10904);display:inline"><tspan
|
|
346
|
-
x="161.47266"
|
|
347
|
-
y="7334.1973"
|
|
348
|
-
id="tspan9308">D</tspan></text>
|
|
349
|
-
<text
|
|
350
|
-
xml:space="preserve"
|
|
351
|
-
transform="matrix(0.26458333,0,0,0.26458333,4.4137497,-102.62163)"
|
|
352
|
-
id="text10908"
|
|
353
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10910);display:inline"><tspan
|
|
354
|
-
x="250.80273"
|
|
355
|
-
y="7336.3985"
|
|
356
|
-
id="tspan9310">E</tspan></text>
|
|
357
|
-
<text
|
|
358
|
-
xml:space="preserve"
|
|
359
|
-
transform="matrix(0.26458333,0,0,0.26458333,-17.732342,-96.044462)"
|
|
360
|
-
id="text10914"
|
|
361
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10916);display:inline"><tspan
|
|
362
|
-
x="338.67969"
|
|
363
|
-
y="7330.3242"
|
|
364
|
-
id="tspan9312">F</tspan></text>
|
|
365
|
-
<text
|
|
366
|
-
xml:space="preserve"
|
|
367
|
-
transform="matrix(0.26458333,0,0,0.26458333,24.92174,-73.728478)"
|
|
368
|
-
id="text10920"
|
|
369
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10922);display:inline"><tspan
|
|
370
|
-
x="182.42578"
|
|
371
|
-
y="7275"
|
|
372
|
-
id="tspan9314">G</tspan></text>
|
|
373
|
-
<text
|
|
374
|
-
xml:space="preserve"
|
|
375
|
-
transform="matrix(0.26458333,0,0,0.26458333,24.725776,-81.527927)"
|
|
376
|
-
id="text10926"
|
|
377
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10928);display:inline"><tspan
|
|
378
|
-
x="187.79688"
|
|
379
|
-
y="7333.1465"
|
|
380
|
-
id="tspan9316">H</tspan></text>
|
|
381
|
-
<text
|
|
382
|
-
xml:space="preserve"
|
|
383
|
-
transform="matrix(0.26458333,0,0,0.26458333,19.131029,-65.730458)"
|
|
384
|
-
id="text10932"
|
|
385
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10934);display:inline"><tspan
|
|
386
|
-
x="232.71875"
|
|
387
|
-
y="7310.2032"
|
|
388
|
-
id="tspan9318">I</tspan></text>
|
|
389
|
-
<text
|
|
390
|
-
xml:space="preserve"
|
|
391
|
-
transform="matrix(0.26458333,0,0,0.26458333,-0.01966367,-12.094997)"
|
|
392
|
-
id="text10938"
|
|
393
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10940);display:inline"><tspan
|
|
394
|
-
x="143.35156"
|
|
395
|
-
y="7270.2481"
|
|
396
|
-
id="tspan9320">B=p1
|
|
397
|
-
</tspan><tspan
|
|
398
|
-
x="143.35156"
|
|
399
|
-
y="7288.5816"
|
|
400
|
-
id="tspan9322">C=p2
|
|
401
|
-
</tspan><tspan
|
|
402
|
-
x="143.35156"
|
|
403
|
-
y="7306.9151"
|
|
404
|
-
id="tspan9324">D intersection of the 2 tangents
|
|
405
|
-
</tspan><tspan
|
|
406
|
-
x="143.35156"
|
|
407
|
-
y="7325.2486"
|
|
408
|
-
id="tspan9326">Let's consider the triangle BCD
|
|
409
|
-
</tspan><tspan
|
|
410
|
-
x="143.35156"
|
|
411
|
-
y="7343.5821"
|
|
412
|
-
id="tspan9328">Let's define u and v
|
|
413
|
-
</tspan><tspan
|
|
414
|
-
x="143.35156"
|
|
415
|
-
y="7361.9156"
|
|
416
|
-
id="tspan9330">u=aCBD=a1-a0
|
|
417
|
-
</tspan><tspan
|
|
418
|
-
x="143.35156"
|
|
419
|
-
y="7380.2491"
|
|
420
|
-
id="tspan9332">v=aBCD=PI-a2+a0
|
|
421
|
-
</tspan><tspan
|
|
422
|
-
x="143.35156"
|
|
423
|
-
y="7398.5825"
|
|
424
|
-
id="tspan9334">(P) bisector of aCBD
|
|
425
|
-
</tspan><tspan
|
|
426
|
-
x="143.35156"
|
|
427
|
-
y="7416.916"
|
|
428
|
-
id="tspan9336">(Q) bisector of aBCD
|
|
429
|
-
</tspan><tspan
|
|
430
|
-
x="143.35156"
|
|
431
|
-
y="7435.2495"
|
|
432
|
-
id="tspan9338">G intersection of (P) and (Q)
|
|
433
|
-
</tspan><tspan
|
|
434
|
-
x="143.35156"
|
|
435
|
-
y="7453.583"
|
|
436
|
-
id="tspan9340">aCBG=u/2
|
|
437
|
-
</tspan><tspan
|
|
438
|
-
x="143.35156"
|
|
439
|
-
y="7471.9165"
|
|
440
|
-
id="tspan9342">aBCG=v/2
|
|
441
|
-
</tspan><tspan
|
|
442
|
-
x="143.35156"
|
|
443
|
-
y="7490.25"
|
|
444
|
-
id="tspan9344">Let's consider the triangle BJG
|
|
445
|
-
</tspan><tspan
|
|
446
|
-
x="143.35156"
|
|
447
|
-
y="7508.5835"
|
|
448
|
-
id="tspan9346">aGBJ=u/2+PI/2-u=PI/2-u/2
|
|
449
|
-
</tspan><tspan
|
|
450
|
-
x="143.35156"
|
|
451
|
-
y="7526.917"
|
|
452
|
-
id="tspan9348">aBGJ=PI-u-(PI/2-u/2)=PI/2-u/2=aGBJ
|
|
453
|
-
</tspan><tspan
|
|
454
|
-
x="143.35156"
|
|
455
|
-
y="7545.2505"
|
|
456
|
-
id="tspan9350">the triangle BJG is isosceles, so JB=JG
|
|
457
|
-
</tspan><tspan
|
|
458
|
-
x="143.35156"
|
|
459
|
-
y="7563.584"
|
|
460
|
-
id="tspan9352">idem, with the triangle CIG, IC=IG
|
|
461
|
-
</tspan></text>
|
|
462
|
-
<path
|
|
463
|
-
style="fill:none;stroke:#7f2aff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
464
|
-
d="m 69.729826,1860.6559 c 0,0 0.429528,-2.0364 0.161396,-3.0018 -0.252486,-0.9088 -0.923851,-1.6711 -1.587179,-2.3397 -0.68114,-0.6865 -2.38689,-1.6458 -2.38689,-1.6458"
|
|
465
|
-
id="path10944" />
|
|
466
|
-
<path
|
|
467
|
-
style="fill:none;stroke:#aaaaff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
468
|
-
d="m 66.327039,1861.4061 c 0,0 0.939526,2.4392 0.555739,3.5865 -0.339556,1.0151 -2.302034,2.2386 -2.302034,2.2386"
|
|
469
|
-
id="path10960" />
|
|
470
|
-
<path
|
|
471
|
-
style="fill:none;stroke:#7f2aff;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
472
|
-
d="m 81.252377,1875.5827 c 0,0 -0.963847,-0.1963 -1.420781,-0.074 -0.430144,0.1153 -0.790948,0.422 -1.107403,0.7251 -0.324927,0.3112 -0.778974,1.0906 -0.778974,1.0906"
|
|
473
|
-
id="path10944-9" />
|
|
474
|
-
<path
|
|
475
|
-
style="fill:none;stroke:#aaaaff;stroke-width:0.529169;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
476
|
-
d="m 75.064697,1844.7525 c 0,0 -0.7841,0.2162 -1.152908,0.1279 -0.326312,-0.078 -0.719616,-0.5299 -0.719616,-0.5299"
|
|
477
|
-
id="path10960-4" />
|
|
478
|
-
<path
|
|
479
|
-
style="fill:none;stroke:#2ca05a;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
480
|
-
d="m 87.535892,1853.3004 c 0,0 -1.656074,1.1997 -1.889683,2.1161 -0.171589,0.6731 0.474485,2.0291 0.474485,2.0291"
|
|
481
|
-
id="path11044" />
|
|
482
|
-
<path
|
|
483
|
-
style="fill:none;stroke:#5fd35f;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
484
|
-
d="m 85.808622,1860.4123 c 0,0 -0.828215,-0.8273 -0.945046,-1.4592 -0.08582,-0.4642 0.237262,-1.3992 0.237262,-1.3992"
|
|
485
|
-
id="path11044-7" />
|
|
486
|
-
<path
|
|
487
|
-
style="fill:none;stroke:#2ca05a;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
488
|
-
d="m 81.724064,1864.3758 c 0,0 -0.77672,-1.0854 -1.370024,-1.2385 -0.435785,-0.1125 -1.313699,0.3109 -1.313699,0.3109"
|
|
489
|
-
id="path11044-8" />
|
|
490
|
-
<path
|
|
491
|
-
style="fill:none;stroke:#5fd35f;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
492
|
-
d="m 75.263862,1839.4845 c 0,0 -0.175696,0.4041 -0.402548,0.5402 -0.166625,0.1 -0.591452,0.135 -0.591452,0.135"
|
|
493
|
-
id="path11044-7-4" />
|
|
494
|
-
<path
|
|
495
|
-
style="fill:none;stroke:#2ca05a;stroke-width:0.529167;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
496
|
-
d="m 77.218229,1868.2486 c 0,0 0.7767,1.0854 1.37,1.2385 0.4358,0.1125 1.3137,-0.3109 1.3137,-0.3109"
|
|
497
|
-
id="path11044-8-5" />
|
|
498
|
-
<path
|
|
499
|
-
style="fill:none;stroke:#ffb380;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-367)"
|
|
500
|
-
d="m 59.032108,1862.8089 27.440264,-17.2105"
|
|
501
|
-
id="path1888-9-3" />
|
|
502
|
-
<path
|
|
503
|
-
style="fill:none;stroke:#ffb380;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-56)"
|
|
504
|
-
d="m 90.104181,1856.5108 -23.552035,-8.2182"
|
|
505
|
-
id="path1888-7-2-1" />
|
|
506
|
-
<text
|
|
507
|
-
xml:space="preserve"
|
|
508
|
-
transform="matrix(0.26458333,0,0,0.26458333,-3.9644667,7.7742478)"
|
|
509
|
-
id="text4470"
|
|
510
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4472)"><tspan
|
|
511
|
-
x="320.22656"
|
|
512
|
-
y="7091.125"
|
|
513
|
-
id="tspan9354">J</tspan></text>
|
|
514
|
-
<text
|
|
515
|
-
xml:space="preserve"
|
|
516
|
-
transform="matrix(0.26458333,0,0,0.26458333,80.895281,-16.535702)"
|
|
517
|
-
id="text4476"
|
|
518
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4478)"><tspan
|
|
519
|
-
x="24.472656"
|
|
520
|
-
y="7035.6309"
|
|
521
|
-
id="tspan9356">(P)</tspan></text>
|
|
522
|
-
<text
|
|
523
|
-
xml:space="preserve"
|
|
524
|
-
transform="matrix(0.26458333,0,0,0.26458333,48.784144,-21.688987)"
|
|
525
|
-
id="text4482"
|
|
526
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4484)"><tspan
|
|
527
|
-
x="32.214844"
|
|
528
|
-
y="7073.1465"
|
|
529
|
-
id="tspan9358">(Q)</tspan></text>
|
|
530
|
-
</g>
|
|
531
|
-
</svg>
|