geometrix 0.5.10 → 0.5.11
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/dist/index.js.map +1 -0
- package/package.json +6 -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,324 +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="440.65759"
|
|
6
|
-
height="361.90637"
|
|
7
|
-
viewBox="0 0 116.59065 95.754393"
|
|
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="288.07544"
|
|
16
|
-
y="5783.9907"
|
|
17
|
-
width="68.126747"
|
|
18
|
-
height="32.286469"
|
|
19
|
-
id="rect3870" />
|
|
20
|
-
<marker
|
|
21
|
-
style="overflow:visible"
|
|
22
|
-
id="Arrow1L"
|
|
23
|
-
refX="0"
|
|
24
|
-
refY="0"
|
|
25
|
-
orient="auto-start-reverse"
|
|
26
|
-
markerWidth="8.75"
|
|
27
|
-
markerHeight="5"
|
|
28
|
-
viewBox="0 0 8.75 5"
|
|
29
|
-
preserveAspectRatio="xMidYMid">
|
|
30
|
-
<path
|
|
31
|
-
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
|
32
|
-
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
|
33
|
-
id="arrow1L"
|
|
34
|
-
transform="scale(-0.5)" />
|
|
35
|
-
</marker>
|
|
36
|
-
<rect
|
|
37
|
-
x="146.25006"
|
|
38
|
-
y="5627.4355"
|
|
39
|
-
width="41.219379"
|
|
40
|
-
height="22.596571"
|
|
41
|
-
id="rect1846-7-3" />
|
|
42
|
-
<marker
|
|
43
|
-
style="overflow:visible"
|
|
44
|
-
id="Arrow1L-5-6"
|
|
45
|
-
refX="0"
|
|
46
|
-
refY="0"
|
|
47
|
-
orient="auto-start-reverse"
|
|
48
|
-
markerWidth="8.75"
|
|
49
|
-
markerHeight="5"
|
|
50
|
-
viewBox="0 0 8.75 5"
|
|
51
|
-
preserveAspectRatio="xMidYMid">
|
|
52
|
-
<path
|
|
53
|
-
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
|
54
|
-
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
|
55
|
-
id="arrow1L-62-7"
|
|
56
|
-
transform="scale(-0.5)" />
|
|
57
|
-
</marker>
|
|
58
|
-
<rect
|
|
59
|
-
x="208.57382"
|
|
60
|
-
y="5528.6582"
|
|
61
|
-
width="54.315845"
|
|
62
|
-
height="20.546982"
|
|
63
|
-
id="rect3499-9-5" />
|
|
64
|
-
<rect
|
|
65
|
-
x="246.48366"
|
|
66
|
-
y="5571.5845"
|
|
67
|
-
width="29.840385"
|
|
68
|
-
height="26.101192"
|
|
69
|
-
id="rect3992-1-3" />
|
|
70
|
-
<rect
|
|
71
|
-
x="63.305004"
|
|
72
|
-
y="5625.1992"
|
|
73
|
-
width="42.681377"
|
|
74
|
-
height="37.441864"
|
|
75
|
-
id="rect4448-2-5" />
|
|
76
|
-
<rect
|
|
77
|
-
x="84.728722"
|
|
78
|
-
y="5640.7749"
|
|
79
|
-
width="439.79764"
|
|
80
|
-
height="81.166611"
|
|
81
|
-
id="rect4918-7-6" />
|
|
82
|
-
<rect
|
|
83
|
-
x="412.27158"
|
|
84
|
-
y="5542.1226"
|
|
85
|
-
width="39.778278"
|
|
86
|
-
height="20.975479"
|
|
87
|
-
id="rect8727-2" />
|
|
88
|
-
<rect
|
|
89
|
-
x="396.59253"
|
|
90
|
-
y="5587.8945"
|
|
91
|
-
width="48.606026"
|
|
92
|
-
height="16.676569"
|
|
93
|
-
id="rect9189-9" />
|
|
94
|
-
<rect
|
|
95
|
-
x="222.05814"
|
|
96
|
-
y="5443.105"
|
|
97
|
-
width="47.281052"
|
|
98
|
-
height="25.973457"
|
|
99
|
-
id="rect9651-1" />
|
|
100
|
-
<rect
|
|
101
|
-
x="219.35127"
|
|
102
|
-
y="5479.9141"
|
|
103
|
-
width="46.181358"
|
|
104
|
-
height="19.155815"
|
|
105
|
-
id="rect10113-2" />
|
|
106
|
-
<rect
|
|
107
|
-
x="247.11136"
|
|
108
|
-
y="5703.4028"
|
|
109
|
-
width="144.53696"
|
|
110
|
-
height="36.480751"
|
|
111
|
-
id="rect15040-7" />
|
|
112
|
-
<rect
|
|
113
|
-
x="246.48366"
|
|
114
|
-
y="5571.5845"
|
|
115
|
-
width="29.840385"
|
|
116
|
-
height="26.101192"
|
|
117
|
-
id="rect3992-1-3-1" />
|
|
118
|
-
</defs>
|
|
119
|
-
<g
|
|
120
|
-
id="layer1"
|
|
121
|
-
transform="translate(-10.096067,-1500.3444)">
|
|
122
|
-
<rect
|
|
123
|
-
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
|
|
124
|
-
id="rect13694"
|
|
125
|
-
width="116.32607"
|
|
126
|
-
height="95.489754"
|
|
127
|
-
x="10.228358"
|
|
128
|
-
y="1500.4767" />
|
|
129
|
-
<path
|
|
130
|
-
style="fill:none;stroke:#cccccc;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
131
|
-
d="M 79.474544,1532.108 H 90.500025"
|
|
132
|
-
id="path3817" />
|
|
133
|
-
<path
|
|
134
|
-
style="fill:none;stroke:#dee3db;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
135
|
-
d="m 79.23978,1531.7669 v 34.9376"
|
|
136
|
-
id="path8642-0" />
|
|
137
|
-
<path
|
|
138
|
-
style="fill:none;fill-opacity:0.901961;stroke:#f6d5ff;stroke-width:0.264583;stroke-opacity:1"
|
|
139
|
-
id="path1679-0-8-9-0"
|
|
140
|
-
d="m 79.304973,1531.4673 a 22.439409,22.637247 0 0 1 0.821394,28.8436 22.439409,22.637247 0 0 1 -27.929892,6.2244 22.439409,22.637247 0 0 1 -11.299699,-26.5083" />
|
|
141
|
-
<path
|
|
142
|
-
style="fill:none;stroke:#dee3db;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
143
|
-
d="m 40.67153,1540.0934 v 27.0542"
|
|
144
|
-
id="path8642-2-9" />
|
|
145
|
-
<path
|
|
146
|
-
style="fill:none;stroke:#dee3db;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
147
|
-
d="M 25.486189,1540.0625 H 40.764311"
|
|
148
|
-
id="path8642-9-2-3" />
|
|
149
|
-
<path
|
|
150
|
-
style="fill:none;stroke:#dee3db;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
151
|
-
d="M 25.341919,1531.7146 H 79.313553"
|
|
152
|
-
id="path8642-9-6" />
|
|
153
|
-
<path
|
|
154
|
-
style="fill:none;fill-opacity:0.901961;stroke:#800080;stroke-width:0.264583;stroke-opacity:1"
|
|
155
|
-
id="path1679-0-6"
|
|
156
|
-
d="m -40.666723,-1540.1478 a 22.439409,22.637247 0 0 1 -16.743863,15.7177 22.439409,22.637247 0 0 1 -21.709838,-7.2599"
|
|
157
|
-
transform="scale(-1)" />
|
|
158
|
-
<path
|
|
159
|
-
style="fill:none;stroke:#b3b3b3;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
160
|
-
d="m 62.190687,1546.5476 h 24.22144"
|
|
161
|
-
id="path1782-9-2" />
|
|
162
|
-
<path
|
|
163
|
-
style="fill:none;stroke:#ffaaaa;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
164
|
-
d="M 62.190687,1546.5476 79.120422,1531.69"
|
|
165
|
-
id="path1784-3-6" />
|
|
166
|
-
<path
|
|
167
|
-
style="fill:none;stroke:#ffaaaa;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
168
|
-
d="m 62.190687,1546.5476 -21.523953,-6.3999"
|
|
169
|
-
id="path1786-6-1" />
|
|
170
|
-
<text
|
|
171
|
-
xml:space="preserve"
|
|
172
|
-
transform="matrix(0.31532933,0,0,0.31532933,4.5535378,-235.85408)"
|
|
173
|
-
id="text1844-2-8"
|
|
174
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1846-7-3);display:inline;fill:#ff8080;stroke-width:0.83907"><tspan
|
|
175
|
-
x="146.25"
|
|
176
|
-
y="5640.4121"
|
|
177
|
-
id="tspan7469">r</tspan></text>
|
|
178
|
-
<path
|
|
179
|
-
style="fill:none;stroke:#0044aa;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-5-6)"
|
|
180
|
-
d="m 68.454397,1522.3478 c 0,0 -3.669635,-1.1384 -5.560705,-1.125 -1.804308,0.013 -5.289739,1.1488 -5.289739,1.1488"
|
|
181
|
-
id="path1912-8-7" />
|
|
182
|
-
<text
|
|
183
|
-
xml:space="preserve"
|
|
184
|
-
transform="matrix(0.31532933,0,0,0.31532933,-6.7948976,-226.77702)"
|
|
185
|
-
id="text3497-7-9"
|
|
186
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3499-9-5);display:inline;fill:#0055d4;stroke-width:0.83907"><tspan
|
|
187
|
-
x="208.57422"
|
|
188
|
-
y="5541.6348"
|
|
189
|
-
id="tspan7471">ccw</tspan></text>
|
|
190
|
-
<path
|
|
191
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
192
|
-
d="m 39.22573,1541.087 2.810013,-1.9063"
|
|
193
|
-
id="path3953-9-2" />
|
|
194
|
-
<path
|
|
195
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
196
|
-
d="m 39.577256,1538.8347 2.127467,2.5452"
|
|
197
|
-
id="path3955-2-0" />
|
|
198
|
-
<text
|
|
199
|
-
xml:space="preserve"
|
|
200
|
-
transform="matrix(0.31532933,0,0,0.31532933,1.6036149,-224.38294)"
|
|
201
|
-
id="text3990-3-7"
|
|
202
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3992-1-3);display:inline;stroke-width:0.83907"><tspan
|
|
203
|
-
x="246.48438"
|
|
204
|
-
y="5584.5606"
|
|
205
|
-
id="tspan7473">p1</tspan></text>
|
|
206
|
-
<text
|
|
207
|
-
xml:space="preserve"
|
|
208
|
-
transform="matrix(0.31532933,0,0,0.31532933,14.072571,-232.99427)"
|
|
209
|
-
id="text4446-7-5"
|
|
210
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4448-2-5);display:inline;stroke-width:0.83907"><tspan
|
|
211
|
-
x="63.304688"
|
|
212
|
-
y="5638.1758"
|
|
213
|
-
id="tspan7475">p2</tspan></text>
|
|
214
|
-
<text
|
|
215
|
-
xml:space="preserve"
|
|
216
|
-
transform="matrix(0.26458333,0,0,0.26458333,-9.6031972,81.241809)"
|
|
217
|
-
id="text4916-5-9"
|
|
218
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect4918-7-6);display:inline"><tspan
|
|
219
|
-
x="84.728516"
|
|
220
|
-
y="5653.752"
|
|
221
|
-
id="tspan7477">contour(p1x, p1y)
|
|
222
|
-
</tspan><tspan
|
|
223
|
-
x="84.728516"
|
|
224
|
-
y="5672.0855"
|
|
225
|
-
id="tspan7479"> .addPointA(p2x, p2y).addSegArc(r, large, ccw)
|
|
226
|
-
</tspan><tspan
|
|
227
|
-
x="84.728516"
|
|
228
|
-
y="5690.419"
|
|
229
|
-
id="tspan7481"> .addPointA(p3x, p3y).addPointA(p2x, p2y).addSegArc2()
|
|
230
|
-
</tspan><tspan
|
|
231
|
-
x="84.728516"
|
|
232
|
-
y="5708.7525"
|
|
233
|
-
id="tspan7483"> .addPointA(p2x, p2y).addSegArc3(a0a1, firstNlast)</tspan></text>
|
|
234
|
-
<text
|
|
235
|
-
xml:space="preserve"
|
|
236
|
-
transform="matrix(0.31532933,0,0,0.31532933,-53.194919,-181.89301)"
|
|
237
|
-
id="text8725-2"
|
|
238
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect8727-2);display:inline;fill:#6c6753;stroke-width:0.83907"><tspan
|
|
239
|
-
x="412.27148"
|
|
240
|
-
y="5555.0996"
|
|
241
|
-
id="tspan7485">p1x</tspan></text>
|
|
242
|
-
<text
|
|
243
|
-
xml:space="preserve"
|
|
244
|
-
transform="matrix(0.31532933,0,0,0.31532933,-91.069991,-196.38834)"
|
|
245
|
-
id="text9187-2"
|
|
246
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9189-9);display:inline;fill:#6c6753;stroke-width:0.83907"><tspan
|
|
247
|
-
x="396.5918"
|
|
248
|
-
y="5600.8711"
|
|
249
|
-
id="tspan7487">p2x</tspan></text>
|
|
250
|
-
<text
|
|
251
|
-
xml:space="preserve"
|
|
252
|
-
transform="matrix(0.31532933,0,0,0.31532933,-52.744161,-188.43504)"
|
|
253
|
-
id="text9649-8"
|
|
254
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect9651-1);display:inline;fill:#6c6753;stroke-width:0.83907"><tspan
|
|
255
|
-
x="222.05859"
|
|
256
|
-
y="5456.0821"
|
|
257
|
-
id="tspan7489">p1y</tspan></text>
|
|
258
|
-
<text
|
|
259
|
-
xml:space="preserve"
|
|
260
|
-
transform="matrix(0.31532933,0,0,0.31532933,-52.308415,-191.16742)"
|
|
261
|
-
id="text10111-9"
|
|
262
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect10113-2);display:inline;fill:#6c6753;stroke-width:0.83907"><tspan
|
|
263
|
-
x="219.35156"
|
|
264
|
-
y="5492.8907"
|
|
265
|
-
id="tspan7491">p2y</tspan></text>
|
|
266
|
-
<path
|
|
267
|
-
style="fill:none;fill-opacity:0.901961;stroke:#f6d5ff;stroke-width:0.264583;stroke-opacity:1"
|
|
268
|
-
id="path1679-0-8-7"
|
|
269
|
-
d="m 79.183581,1531.6676 a 22.439409,22.637247 0 0 1 -16.743863,15.7178 22.439409,22.637247 0 0 1 -21.709838,-7.2599" />
|
|
270
|
-
<path
|
|
271
|
-
style="fill:none;fill-opacity:0.901961;stroke:#f6d5ff;stroke-width:0.264583;stroke-opacity:1"
|
|
272
|
-
id="path1679-0-8-9-7-3"
|
|
273
|
-
d="m -40.850888,-1540.0018 a 22.439409,22.637247 0 0 1 0.821394,28.8436 22.439409,22.637247 0 0 1 -27.929892,6.2244 22.439409,22.637247 0 0 1 -11.299698,-26.5083"
|
|
274
|
-
transform="scale(-1)" />
|
|
275
|
-
<text
|
|
276
|
-
xml:space="preserve"
|
|
277
|
-
transform="matrix(0.31532933,0,0,0.31532933,-38.46796,-277.03711)"
|
|
278
|
-
id="text15038-6"
|
|
279
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect15040-7);display:inline;fill:#008000;stroke-width:0.83907"><tspan
|
|
280
|
-
x="247.11133"
|
|
281
|
-
y="5716.3789"
|
|
282
|
-
id="tspan7493">!large</tspan></text>
|
|
283
|
-
<path
|
|
284
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
285
|
-
d="m 65.455962,1525.9134 1.149059,-3.1954"
|
|
286
|
-
id="path3953-3-0-2-2" />
|
|
287
|
-
<path
|
|
288
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
289
|
-
d="m 64.651697,1523.3555 2.742954,1.8654"
|
|
290
|
-
id="path3955-6-2-3-9" />
|
|
291
|
-
<text
|
|
292
|
-
xml:space="preserve"
|
|
293
|
-
transform="matrix(0.31532933,0,0,0.31532933,-13.408149,-231.54311)"
|
|
294
|
-
id="text3990-3-7-3"
|
|
295
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3992-1-3-1);display:inline;stroke-width:0.83907"><tspan
|
|
296
|
-
x="246.48438"
|
|
297
|
-
y="5584.5606"
|
|
298
|
-
id="tspan7495">p3</tspan></text>
|
|
299
|
-
<path
|
|
300
|
-
style="fill:none;stroke:#d40000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L)"
|
|
301
|
-
d="m 79.480242,1532.2125 -6.330677,-7.3399"
|
|
302
|
-
id="path2206" />
|
|
303
|
-
<path
|
|
304
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
305
|
-
d="m 78.698681,1533.4145 1.149058,-3.1953"
|
|
306
|
-
id="path3953-3-0-2" />
|
|
307
|
-
<path
|
|
308
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
309
|
-
d="m 77.656825,1531.3871 3.218135,0.8047"
|
|
310
|
-
id="path3955-6-2-3" />
|
|
311
|
-
<path
|
|
312
|
-
style="fill:none;stroke:#d40000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
313
|
-
d="m 83.328881,1532.3798 c 0,0 0.371508,-2.5041 -0.229405,-3.5115 -0.59901,-1.0042 -1.83953,-1.5709 -2.971408,-1.8643 -0.881661,-0.2285 -1.870678,-0.1609 -2.728536,0.145 -0.498569,0.1778 -1.281151,0.9383 -1.281151,0.9383"
|
|
314
|
-
id="path3819" />
|
|
315
|
-
<text
|
|
316
|
-
xml:space="preserve"
|
|
317
|
-
transform="matrix(0.31532933,0,0,0.31532933,-6.572448,-297.82375)"
|
|
318
|
-
id="text3868"
|
|
319
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3870);display:inline;stroke-width:0.83907"><tspan
|
|
320
|
-
x="288.07617"
|
|
321
|
-
y="5796.9668"
|
|
322
|
-
id="tspan7497">a1</tspan></text>
|
|
323
|
-
</g>
|
|
324
|
-
</svg>
|
|
@@ -1,258 +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="441.82364"
|
|
6
|
-
height="200.00354"
|
|
7
|
-
viewBox="0 0 116.89917 52.917603"
|
|
8
|
-
version="1.1"
|
|
9
|
-
id="svg5"
|
|
10
|
-
inkscape:version="1.2.2 (1:1.2.2+202212051552+b0a8486541)"
|
|
11
|
-
sodipodi:docname="geom.svg"
|
|
12
|
-
inkscape:export-filename="arc_definition.svg"
|
|
13
|
-
inkscape:export-xdpi="96"
|
|
14
|
-
inkscape:export-ydpi="96"
|
|
15
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
16
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
17
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
-
xmlns:svg="http://www.w3.org/2000/svg">
|
|
19
|
-
<sodipodi:namedview
|
|
20
|
-
id="namedview7"
|
|
21
|
-
pagecolor="#ffffff"
|
|
22
|
-
bordercolor="#666666"
|
|
23
|
-
borderopacity="1.0"
|
|
24
|
-
inkscape:showpageshadow="2"
|
|
25
|
-
inkscape:pageopacity="0.0"
|
|
26
|
-
inkscape:pagecheckerboard="0"
|
|
27
|
-
inkscape:deskcolor="#d1d1d1"
|
|
28
|
-
inkscape:document-units="px"
|
|
29
|
-
showgrid="false"
|
|
30
|
-
inkscape:zoom="1.1893044"
|
|
31
|
-
inkscape:cx="475.90844"
|
|
32
|
-
inkscape:cy="5569.2218"
|
|
33
|
-
inkscape:window-width="1366"
|
|
34
|
-
inkscape:window-height="836"
|
|
35
|
-
inkscape:window-x="0"
|
|
36
|
-
inkscape:window-y="0"
|
|
37
|
-
inkscape:window-maximized="1"
|
|
38
|
-
inkscape:current-layer="layer1"
|
|
39
|
-
showguides="false" />
|
|
40
|
-
<defs
|
|
41
|
-
id="defs2">
|
|
42
|
-
<rect
|
|
43
|
-
x="109.69516"
|
|
44
|
-
y="6235.0488"
|
|
45
|
-
width="371.0119"
|
|
46
|
-
height="58.696995"
|
|
47
|
-
id="rect17424" />
|
|
48
|
-
<rect
|
|
49
|
-
x="204.91888"
|
|
50
|
-
y="6213.6143"
|
|
51
|
-
width="174.12686"
|
|
52
|
-
height="54.614384"
|
|
53
|
-
id="rect16994" />
|
|
54
|
-
<rect
|
|
55
|
-
x="77.64518"
|
|
56
|
-
y="6256.5986"
|
|
57
|
-
width="134.8116"
|
|
58
|
-
height="53.937778"
|
|
59
|
-
id="rect16988" />
|
|
60
|
-
<rect
|
|
61
|
-
x="80.893532"
|
|
62
|
-
y="6222.4531"
|
|
63
|
-
width="203.18468"
|
|
64
|
-
height="47.97316"
|
|
65
|
-
id="rect16982" />
|
|
66
|
-
<rect
|
|
67
|
-
x="346.66074"
|
|
68
|
-
y="6118.9028"
|
|
69
|
-
width="155.85529"
|
|
70
|
-
height="47.414795"
|
|
71
|
-
id="rect16976" />
|
|
72
|
-
<rect
|
|
73
|
-
x="136.95308"
|
|
74
|
-
y="6126.4707"
|
|
75
|
-
width="185.11674"
|
|
76
|
-
height="46.357193"
|
|
77
|
-
id="rect16970" />
|
|
78
|
-
<rect
|
|
79
|
-
x="204.91888"
|
|
80
|
-
y="6213.6143"
|
|
81
|
-
width="174.12686"
|
|
82
|
-
height="54.614384"
|
|
83
|
-
id="rect16994-1" />
|
|
84
|
-
<rect
|
|
85
|
-
x="204.91888"
|
|
86
|
-
y="6213.6143"
|
|
87
|
-
width="174.12686"
|
|
88
|
-
height="54.614384"
|
|
89
|
-
id="rect16994-4" />
|
|
90
|
-
<rect
|
|
91
|
-
x="204.91888"
|
|
92
|
-
y="6213.6143"
|
|
93
|
-
width="174.12686"
|
|
94
|
-
height="54.614384"
|
|
95
|
-
id="rect16994-4-8" />
|
|
96
|
-
</defs>
|
|
97
|
-
<g
|
|
98
|
-
inkscape:label="Layer 1"
|
|
99
|
-
inkscape:groupmode="layer"
|
|
100
|
-
id="layer1"
|
|
101
|
-
transform="translate(-15.102489,-1609.5108)">
|
|
102
|
-
<rect
|
|
103
|
-
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583"
|
|
104
|
-
id="rect17480"
|
|
105
|
-
width="116.63458"
|
|
106
|
-
height="52.653023"
|
|
107
|
-
x="15.23478"
|
|
108
|
-
y="1609.6431" />
|
|
109
|
-
<rect
|
|
110
|
-
style="fill:#ffffff;stroke:#008033;stroke-width:0.264583"
|
|
111
|
-
id="rect17206"
|
|
112
|
-
width="44.061024"
|
|
113
|
-
height="13.112635"
|
|
114
|
-
x="42.173515"
|
|
115
|
-
y="1620.2798" />
|
|
116
|
-
<text
|
|
117
|
-
xml:space="preserve"
|
|
118
|
-
transform="matrix(0.26458333,0,0,0.26458333,-10.434316,-22.1739)"
|
|
119
|
-
id="text16992"
|
|
120
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16994)"><tspan
|
|
121
|
-
x="204.91797"
|
|
122
|
-
y="6226.5899"
|
|
123
|
-
id="tspan20785">.addPointA(x,y)
|
|
124
|
-
</tspan><tspan
|
|
125
|
-
x="204.91797"
|
|
126
|
-
y="6244.9234"
|
|
127
|
-
id="tspan20787">.addSegStrokeA(x,y)</tspan></text>
|
|
128
|
-
<rect
|
|
129
|
-
style="fill:#ffffff;stroke:#008033;stroke-width:0.264583"
|
|
130
|
-
id="rect17206-5"
|
|
131
|
-
width="44.061024"
|
|
132
|
-
height="13.112635"
|
|
133
|
-
x="86.234543"
|
|
134
|
-
y="1620.2798" />
|
|
135
|
-
<rect
|
|
136
|
-
style="fill:#ffffff;stroke:#008033;stroke-width:0.264583"
|
|
137
|
-
id="rect17206-0"
|
|
138
|
-
width="44.061024"
|
|
139
|
-
height="13.112635"
|
|
140
|
-
x="42.173519"
|
|
141
|
-
y="1633.3925" />
|
|
142
|
-
<rect
|
|
143
|
-
style="fill:#ffffff;stroke:#008033;stroke-width:0.264583"
|
|
144
|
-
id="rect17206-5-3"
|
|
145
|
-
width="44.061024"
|
|
146
|
-
height="13.112635"
|
|
147
|
-
x="86.234543"
|
|
148
|
-
y="1633.3925" />
|
|
149
|
-
<rect
|
|
150
|
-
style="fill:#f2f2f2;stroke:#008033;stroke-width:0.264583"
|
|
151
|
-
id="rect17206-6"
|
|
152
|
-
width="44.061024"
|
|
153
|
-
height="8.4737005"
|
|
154
|
-
x="42.173519"
|
|
155
|
-
y="1611.806" />
|
|
156
|
-
<rect
|
|
157
|
-
style="fill:#f2f2f2;stroke:#008033;stroke-width:0.264583"
|
|
158
|
-
id="rect17206-5-1"
|
|
159
|
-
width="44.061024"
|
|
160
|
-
height="8.4737005"
|
|
161
|
-
x="86.234543"
|
|
162
|
-
y="1611.806" />
|
|
163
|
-
<rect
|
|
164
|
-
style="fill:#f2f2f2;stroke:#008033;stroke-width:0.264583"
|
|
165
|
-
id="rect17206-5-0"
|
|
166
|
-
width="24.360565"
|
|
167
|
-
height="13.112635"
|
|
168
|
-
x="17.81295"
|
|
169
|
-
y="1620.2798" />
|
|
170
|
-
<rect
|
|
171
|
-
style="fill:#f2f2f2;stroke:#008033;stroke-width:0.264583"
|
|
172
|
-
id="rect17206-5-3-6"
|
|
173
|
-
width="24.360565"
|
|
174
|
-
height="13.112635"
|
|
175
|
-
x="17.81295"
|
|
176
|
-
y="1633.3925" />
|
|
177
|
-
<text
|
|
178
|
-
xml:space="preserve"
|
|
179
|
-
transform="matrix(0.26458333,0,0,0.26458333,-9.9386895,-8.8579055)"
|
|
180
|
-
id="text16992-9"
|
|
181
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16994-1);display:inline"><tspan
|
|
182
|
-
x="204.91797"
|
|
183
|
-
y="6226.5899"
|
|
184
|
-
id="tspan20789">.addPointR(x,y)
|
|
185
|
-
</tspan><tspan
|
|
186
|
-
x="204.91797"
|
|
187
|
-
y="6244.9234"
|
|
188
|
-
id="tspan20791">.addSegStrokeR(x,y)</tspan></text>
|
|
189
|
-
<text
|
|
190
|
-
xml:space="preserve"
|
|
191
|
-
transform="matrix(0.26458333,0,0,0.26458333,33.541576,-21.970577)"
|
|
192
|
-
id="text16992-7"
|
|
193
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16994-4);display:inline"><tspan
|
|
194
|
-
x="204.91797"
|
|
195
|
-
y="6226.5899"
|
|
196
|
-
id="tspan20793">.addPointAP(a,l)
|
|
197
|
-
</tspan><tspan
|
|
198
|
-
x="204.91797"
|
|
199
|
-
y="6244.9234"
|
|
200
|
-
id="tspan20795">.addSegStrokeAP(a,l)</tspan></text>
|
|
201
|
-
<text
|
|
202
|
-
xml:space="preserve"
|
|
203
|
-
transform="matrix(0.26458333,0,0,0.26458333,33.520732,-8.8579055)"
|
|
204
|
-
id="text16992-7-4"
|
|
205
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16994-4-8);display:inline"><tspan
|
|
206
|
-
x="204.91797"
|
|
207
|
-
y="6226.5899"
|
|
208
|
-
id="tspan20797">.addPointRP(a,l)
|
|
209
|
-
</tspan><tspan
|
|
210
|
-
x="204.91797"
|
|
211
|
-
y="6244.9234"
|
|
212
|
-
id="tspan20799">.addSegStrokeRP(a,l)</tspan></text>
|
|
213
|
-
<text
|
|
214
|
-
xml:space="preserve"
|
|
215
|
-
transform="matrix(0.26458333,0,0,0.26458333,11.54037,-4.9033745)"
|
|
216
|
-
id="text16974"
|
|
217
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16976)"><tspan
|
|
218
|
-
x="346.66016"
|
|
219
|
-
y="6131.8789"
|
|
220
|
-
id="tspan20801">Polar</tspan></text>
|
|
221
|
-
<text
|
|
222
|
-
xml:space="preserve"
|
|
223
|
-
transform="matrix(0.26458333,0,0,0.26458333,18.759755,-6.9058365)"
|
|
224
|
-
id="text16968"
|
|
225
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16970)"><tspan
|
|
226
|
-
x="136.95312"
|
|
227
|
-
y="6139.4473"
|
|
228
|
-
id="tspan20803">Cartesian</tspan></text>
|
|
229
|
-
<text
|
|
230
|
-
xml:space="preserve"
|
|
231
|
-
transform="matrix(0.26458333,0,0,0.26458333,0.19830585,-21.507964)"
|
|
232
|
-
id="text16980"
|
|
233
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16982)"><tspan
|
|
234
|
-
x="80.892578"
|
|
235
|
-
y="6235.4297"
|
|
236
|
-
id="tspan20805">Absolute</tspan></text>
|
|
237
|
-
<text
|
|
238
|
-
xml:space="preserve"
|
|
239
|
-
transform="matrix(0.26458333,0,0,0.26458333,1.5380186,-17.429367)"
|
|
240
|
-
id="text16986"
|
|
241
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect16988)"><tspan
|
|
242
|
-
x="77.644531"
|
|
243
|
-
y="6269.5742"
|
|
244
|
-
id="tspan20807">Relative</tspan></text>
|
|
245
|
-
<text
|
|
246
|
-
xml:space="preserve"
|
|
247
|
-
transform="matrix(0.26458333,0,0,0.26458333,10.986144,-0.28069327)"
|
|
248
|
-
id="text17422"
|
|
249
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect17424)"><tspan
|
|
250
|
-
x="109.69531"
|
|
251
|
-
y="6248.0254"
|
|
252
|
-
id="tspan20809">.addPointR(x,y).addSegStroke()
|
|
253
|
-
</tspan><tspan
|
|
254
|
-
x="109.69531"
|
|
255
|
-
y="6266.3589"
|
|
256
|
-
id="tspan20811">.addPointR(x,y).addSegArc(radius, large, ccw)</tspan></text>
|
|
257
|
-
</g>
|
|
258
|
-
</svg>
|