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,244 +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="262.01425"
|
|
6
|
-
height="195.65192"
|
|
7
|
-
viewBox="0 0 69.324604 51.766236"
|
|
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
|
-
<marker
|
|
15
|
-
style="overflow:visible"
|
|
16
|
-
id="Arrow1L-4-3-3-67"
|
|
17
|
-
refX="0"
|
|
18
|
-
refY="0"
|
|
19
|
-
orient="auto-start-reverse"
|
|
20
|
-
markerWidth="8.75"
|
|
21
|
-
markerHeight="5"
|
|
22
|
-
viewBox="0 0 8.75 5"
|
|
23
|
-
preserveAspectRatio="xMidYMid">
|
|
24
|
-
<path
|
|
25
|
-
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
|
26
|
-
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
|
27
|
-
id="arrow1L-9-6-6-5"
|
|
28
|
-
transform="scale(-0.5)" />
|
|
29
|
-
</marker>
|
|
30
|
-
<marker
|
|
31
|
-
style="overflow:visible"
|
|
32
|
-
id="Arrow1L-3-5-7-7-3"
|
|
33
|
-
refX="0"
|
|
34
|
-
refY="0"
|
|
35
|
-
orient="auto-start-reverse"
|
|
36
|
-
markerWidth="8.75"
|
|
37
|
-
markerHeight="5"
|
|
38
|
-
viewBox="0 0 8.75 5"
|
|
39
|
-
preserveAspectRatio="xMidYMid">
|
|
40
|
-
<path
|
|
41
|
-
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
|
42
|
-
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
|
43
|
-
id="arrow1L-6-0-5-5-5"
|
|
44
|
-
transform="scale(-0.5)" />
|
|
45
|
-
</marker>
|
|
46
|
-
<rect
|
|
47
|
-
x="254.32079"
|
|
48
|
-
y="237.99036"
|
|
49
|
-
width="38.556549"
|
|
50
|
-
height="34.914055"
|
|
51
|
-
id="rect1269-4-3-3-62" />
|
|
52
|
-
<rect
|
|
53
|
-
x="130.98518"
|
|
54
|
-
y="140.53645"
|
|
55
|
-
width="42.711418"
|
|
56
|
-
height="43.171246"
|
|
57
|
-
id="rect1287-8-5-5-9" />
|
|
58
|
-
<rect
|
|
59
|
-
x="232.47569"
|
|
60
|
-
y="161.36501"
|
|
61
|
-
width="28.095083"
|
|
62
|
-
height="22.501993"
|
|
63
|
-
id="rect1388-7-62-6-1" />
|
|
64
|
-
<rect
|
|
65
|
-
x="200.71475"
|
|
66
|
-
y="288.1904"
|
|
67
|
-
width="52.316872"
|
|
68
|
-
height="19.744669"
|
|
69
|
-
id="rect1406-17-9-2-2" />
|
|
70
|
-
<rect
|
|
71
|
-
x="200.71475"
|
|
72
|
-
y="288.1904"
|
|
73
|
-
width="52.316872"
|
|
74
|
-
height="19.744669"
|
|
75
|
-
id="rect1406-3-2-1-9-7" />
|
|
76
|
-
<rect
|
|
77
|
-
x="63.429256"
|
|
78
|
-
y="333.06458"
|
|
79
|
-
width="235.87511"
|
|
80
|
-
height="41.166237"
|
|
81
|
-
id="rect3974-2-2-1-09" />
|
|
82
|
-
<rect
|
|
83
|
-
x="309.29074"
|
|
84
|
-
y="1871.7849"
|
|
85
|
-
width="43.699223"
|
|
86
|
-
height="17.924244"
|
|
87
|
-
id="rect1180-2-3" />
|
|
88
|
-
<rect
|
|
89
|
-
x="323.20462"
|
|
90
|
-
y="1880.8066"
|
|
91
|
-
width="59.831783"
|
|
92
|
-
height="18.927654"
|
|
93
|
-
id="rect1213-5-0-6" />
|
|
94
|
-
<rect
|
|
95
|
-
x="346.23788"
|
|
96
|
-
y="1883.6813"
|
|
97
|
-
width="29.293484"
|
|
98
|
-
height="24.055553"
|
|
99
|
-
id="rect1290-9-0" />
|
|
100
|
-
</defs>
|
|
101
|
-
<g
|
|
102
|
-
id="layer1"
|
|
103
|
-
transform="translate(-38.993267,-688.78455)">
|
|
104
|
-
<rect
|
|
105
|
-
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
|
|
106
|
-
id="rect3918-61-0-6-2"
|
|
107
|
-
width="69.06002"
|
|
108
|
-
height="51.501595"
|
|
109
|
-
x="39.125557"
|
|
110
|
-
y="688.91687" />
|
|
111
|
-
<path
|
|
112
|
-
style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
113
|
-
d="M 73.435596,710.61048 48.459205,730.78994"
|
|
114
|
-
id="path1069-4-2-0-1" />
|
|
115
|
-
<path
|
|
116
|
-
style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
117
|
-
d="m 73.433097,710.60765 h 6.68089"
|
|
118
|
-
id="path1174-2-9" />
|
|
119
|
-
<path
|
|
120
|
-
style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-4-3-3-67)"
|
|
121
|
-
d="M 63.915587,733.46083 V 693.24451"
|
|
122
|
-
id="path196-0-6-6-7" />
|
|
123
|
-
<path
|
|
124
|
-
style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-3-5-7-7-3)"
|
|
125
|
-
d="M 41.547784,727.54992 H 100.33005"
|
|
126
|
-
id="path196-7-61-2-1-3" />
|
|
127
|
-
<text
|
|
128
|
-
xml:space="preserve"
|
|
129
|
-
transform="matrix(0.26458333,0,0,0.26458333,33.458366,664.33385)"
|
|
130
|
-
id="text1267-5-6-8-61"
|
|
131
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1269-4-3-3-62);display:inline"><tspan
|
|
132
|
-
x="254.32031"
|
|
133
|
-
y="250.96683"
|
|
134
|
-
id="tspan1885">x</tspan></text>
|
|
135
|
-
<text
|
|
136
|
-
xml:space="preserve"
|
|
137
|
-
transform="matrix(0.26458333,0,0,0.26458333,26.589754,653.01893)"
|
|
138
|
-
id="text1285-9-1-7-2"
|
|
139
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1287-8-5-5-9);display:inline"><tspan
|
|
140
|
-
x="130.98438"
|
|
141
|
-
y="153.5137"
|
|
142
|
-
id="tspan1887">y</tspan></text>
|
|
143
|
-
<path
|
|
144
|
-
style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
|
|
145
|
-
d="m 73.433097,727.5499 v -16.94225 h -9.51751"
|
|
146
|
-
id="path1384-4-8-9-9" />
|
|
147
|
-
<text
|
|
148
|
-
xml:space="preserve"
|
|
149
|
-
transform="matrix(0.26458333,0,0,0.26458333,9.2815699,662.27374)"
|
|
150
|
-
id="text1386-1-7-2-3"
|
|
151
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1388-7-62-6-1);display:inline"><tspan
|
|
152
|
-
x="232.47656"
|
|
153
|
-
y="174.34183"
|
|
154
|
-
id="tspan1889">p1</tspan></text>
|
|
155
|
-
<text
|
|
156
|
-
xml:space="preserve"
|
|
157
|
-
transform="matrix(0.26458333,0,0,0.26458333,17.845389,652.26108)"
|
|
158
|
-
id="text1404-7-9-0-19"
|
|
159
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1406-17-9-2-2);display:inline"><tspan
|
|
160
|
-
x="200.71484"
|
|
161
|
-
y="295.26758"
|
|
162
|
-
id="tspan1891">p1.cx</tspan></text>
|
|
163
|
-
<text
|
|
164
|
-
xml:space="preserve"
|
|
165
|
-
transform="matrix(0.26458333,0,0,0.26458333,3.5125768,633.33608)"
|
|
166
|
-
id="text1404-5-71-2-2-4"
|
|
167
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1406-3-2-1-9-7);display:inline"><tspan
|
|
168
|
-
x="200.71484"
|
|
169
|
-
y="295.26758"
|
|
170
|
-
id="tspan1893">p1.cy</tspan></text>
|
|
171
|
-
<path
|
|
172
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
173
|
-
d="m 63.156927,710.60765 h 1.51731"
|
|
174
|
-
id="path1476-1-0-3-7" />
|
|
175
|
-
<path
|
|
176
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
177
|
-
d="m 73.433097,728.47451 v -1.8492"
|
|
178
|
-
id="path1478-5-2-7-8" />
|
|
179
|
-
<text
|
|
180
|
-
xml:space="preserve"
|
|
181
|
-
transform="matrix(0.26458333,0,0,0.26458333,24.083594,647.12521)"
|
|
182
|
-
id="text3972-73-3-5-4"
|
|
183
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3974-2-2-1-09);display:inline"><tspan
|
|
184
|
-
x="63.429688"
|
|
185
|
-
y="346.04105"
|
|
186
|
-
id="tspan1895">line_getAxisXIntersection 2</tspan></text>
|
|
187
|
-
<path
|
|
188
|
-
style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
189
|
-
d="M 93.054866,694.59395 73.516212,710.37244"
|
|
190
|
-
id="path1069-4-2-0" />
|
|
191
|
-
<path
|
|
192
|
-
style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
193
|
-
d="m 76.241527,710.68185 c 0,0 0.03638,-0.80344 -0.132129,-1.15088 -0.141096,-0.29091 -0.688247,-0.68347 -0.688247,-0.68347"
|
|
194
|
-
id="path1176-89-3" />
|
|
195
|
-
<text
|
|
196
|
-
xml:space="preserve"
|
|
197
|
-
transform="matrix(0.26458333,0,0,0.26458333,-4.6558307,212.84415)"
|
|
198
|
-
id="text1178-7-6"
|
|
199
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1180-2-3);display:inline;fill:#0000ff"><tspan
|
|
200
|
-
x="309.29102"
|
|
201
|
-
y="1878.8633"
|
|
202
|
-
id="tspan1897">ca</tspan></text>
|
|
203
|
-
<path
|
|
204
|
-
style="fill:#800080;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
205
|
-
d="m 73.433097,710.60765 -9.35514,16.84729"
|
|
206
|
-
id="path1217-6-1" />
|
|
207
|
-
<path
|
|
208
|
-
style="fill:none;stroke:#800080;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
209
|
-
d="m 65.718927,724.53968 c 0,0 1.04247,0.55173 1.28073,1.15356 0.21063,0.53204 -0.017,1.79697 -0.017,1.79697"
|
|
210
|
-
id="path1176-8-4-1-0" />
|
|
211
|
-
<path
|
|
212
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
213
|
-
d="m 72.845187,711.35258 1.17582,-1.48983"
|
|
214
|
-
id="path1355-9-3-2-6" />
|
|
215
|
-
<path
|
|
216
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
217
|
-
d="m 72.688177,710.01974 1.48983,1.17583"
|
|
218
|
-
id="path1355-5-09-61-9-3" />
|
|
219
|
-
<text
|
|
220
|
-
xml:space="preserve"
|
|
221
|
-
transform="matrix(0.26458333,0,0,0.26458333,-17.978172,227.34584)"
|
|
222
|
-
id="text1211-0-3-2"
|
|
223
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1213-5-0-6);display:inline;fill:#800080"><tspan
|
|
224
|
-
x="323.20508"
|
|
225
|
-
y="1887.8848"
|
|
226
|
-
id="tspan1899">a1</tspan></text>
|
|
227
|
-
<text
|
|
228
|
-
xml:space="preserve"
|
|
229
|
-
transform="matrix(0.26458333,0,0,0.26458333,-21.805485,218.6822)"
|
|
230
|
-
id="text1288-1-0"
|
|
231
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1290-9-0);display:inline;fill:#800080"><tspan
|
|
232
|
-
x="346.23828"
|
|
233
|
-
y="1890.7598"
|
|
234
|
-
id="tspan1901">L1</tspan></text>
|
|
235
|
-
<path
|
|
236
|
-
style="fill:none;stroke:#ff6600;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
237
|
-
d="m 52.780375,727.40861 11.133804,0.009"
|
|
238
|
-
id="path1370-6" />
|
|
239
|
-
<path
|
|
240
|
-
style="fill:none;stroke:#ff6600;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
241
|
-
d="m 70.905476,712.6372 c 0,0 -0.106944,0.43326 0.267761,0.75284 0.294879,0.25159 0.759283,0.0456 0.759283,0.0456"
|
|
242
|
-
id="path1468-1" />
|
|
243
|
-
</g>
|
|
244
|
-
</svg>
|
|
@@ -1,304 +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="262.01425"
|
|
6
|
-
height="195.65192"
|
|
7
|
-
viewBox="0 0 69.324604 51.766236"
|
|
8
|
-
version="1.1"
|
|
9
|
-
id="svg5"
|
|
10
|
-
inkscape:version="1.2.2 (732a01da63, 2022-12-09, custom)"
|
|
11
|
-
sodipodi:docname="geom.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="2.3786088"
|
|
28
|
-
inkscape:cx="256.87284"
|
|
29
|
-
inkscape:cy="2439.4512"
|
|
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
|
-
showguides="false" />
|
|
37
|
-
<defs
|
|
38
|
-
id="defs2">
|
|
39
|
-
<rect
|
|
40
|
-
x="309.29074"
|
|
41
|
-
y="1871.7849"
|
|
42
|
-
width="43.699223"
|
|
43
|
-
height="17.924244"
|
|
44
|
-
id="rect1180-2-9-0" />
|
|
45
|
-
<marker
|
|
46
|
-
style="overflow:visible"
|
|
47
|
-
id="Arrow1L-4-3-3-6"
|
|
48
|
-
refX="0"
|
|
49
|
-
refY="0"
|
|
50
|
-
orient="auto-start-reverse"
|
|
51
|
-
inkscape:stockid="Arrow1L"
|
|
52
|
-
markerWidth="8.75"
|
|
53
|
-
markerHeight="5"
|
|
54
|
-
viewBox="0 0 8.75 5"
|
|
55
|
-
inkscape:isstock="true"
|
|
56
|
-
inkscape:collect="always"
|
|
57
|
-
preserveAspectRatio="xMidYMid">
|
|
58
|
-
<path
|
|
59
|
-
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
|
60
|
-
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
|
61
|
-
id="arrow1L-9-6-6-8"
|
|
62
|
-
transform="scale(-0.5)" />
|
|
63
|
-
</marker>
|
|
64
|
-
<marker
|
|
65
|
-
style="overflow:visible"
|
|
66
|
-
id="Arrow1L-3-5-7-7-9"
|
|
67
|
-
refX="0"
|
|
68
|
-
refY="0"
|
|
69
|
-
orient="auto-start-reverse"
|
|
70
|
-
inkscape:stockid="Arrow1L"
|
|
71
|
-
markerWidth="8.75"
|
|
72
|
-
markerHeight="5"
|
|
73
|
-
viewBox="0 0 8.75 5"
|
|
74
|
-
inkscape:isstock="true"
|
|
75
|
-
inkscape:collect="always"
|
|
76
|
-
preserveAspectRatio="xMidYMid">
|
|
77
|
-
<path
|
|
78
|
-
style="fill:context-stroke;fill-rule:evenodd;stroke:none"
|
|
79
|
-
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
|
80
|
-
id="arrow1L-6-0-5-5-2"
|
|
81
|
-
transform="scale(-0.5)" />
|
|
82
|
-
</marker>
|
|
83
|
-
<rect
|
|
84
|
-
x="254.32079"
|
|
85
|
-
y="237.99036"
|
|
86
|
-
width="38.556549"
|
|
87
|
-
height="34.914055"
|
|
88
|
-
id="rect1269-4-3-3-6" />
|
|
89
|
-
<rect
|
|
90
|
-
x="130.98518"
|
|
91
|
-
y="140.53645"
|
|
92
|
-
width="42.711418"
|
|
93
|
-
height="43.171246"
|
|
94
|
-
id="rect1287-8-5-5-6" />
|
|
95
|
-
<rect
|
|
96
|
-
x="232.47569"
|
|
97
|
-
y="161.36501"
|
|
98
|
-
width="28.095083"
|
|
99
|
-
height="22.501993"
|
|
100
|
-
id="rect1388-7-62-6-4" />
|
|
101
|
-
<rect
|
|
102
|
-
x="200.71475"
|
|
103
|
-
y="288.1904"
|
|
104
|
-
width="52.316872"
|
|
105
|
-
height="19.744669"
|
|
106
|
-
id="rect1406-17-9-2-9" />
|
|
107
|
-
<rect
|
|
108
|
-
x="200.71475"
|
|
109
|
-
y="288.1904"
|
|
110
|
-
width="52.316872"
|
|
111
|
-
height="19.744669"
|
|
112
|
-
id="rect1406-3-2-1-9-5" />
|
|
113
|
-
<rect
|
|
114
|
-
x="63.429256"
|
|
115
|
-
y="333.06458"
|
|
116
|
-
width="193.58083"
|
|
117
|
-
height="36.285496"
|
|
118
|
-
id="rect3974-2-2-1-0" />
|
|
119
|
-
<rect
|
|
120
|
-
x="309.29074"
|
|
121
|
-
y="1871.7849"
|
|
122
|
-
width="43.699223"
|
|
123
|
-
height="17.924244"
|
|
124
|
-
id="rect1180-2-4" />
|
|
125
|
-
<rect
|
|
126
|
-
x="323.20462"
|
|
127
|
-
y="1880.8066"
|
|
128
|
-
width="59.831783"
|
|
129
|
-
height="18.927654"
|
|
130
|
-
id="rect1213-5-0-8" />
|
|
131
|
-
<rect
|
|
132
|
-
x="346.23788"
|
|
133
|
-
y="1883.6813"
|
|
134
|
-
width="29.293484"
|
|
135
|
-
height="24.055553"
|
|
136
|
-
id="rect1290-9-7" />
|
|
137
|
-
</defs>
|
|
138
|
-
<g
|
|
139
|
-
inkscape:label="Layer 1"
|
|
140
|
-
inkscape:groupmode="layer"
|
|
141
|
-
id="layer1"
|
|
142
|
-
transform="translate(-41.038513,-612.70057)">
|
|
143
|
-
<rect
|
|
144
|
-
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.264583;stroke-dasharray:none;stroke-dashoffset:0"
|
|
145
|
-
id="rect3918-61-0-6-1"
|
|
146
|
-
width="69.06002"
|
|
147
|
-
height="51.501595"
|
|
148
|
-
x="41.170803"
|
|
149
|
-
y="612.83289"
|
|
150
|
-
inkscape:export-filename="line_getAxisYIntersection.svg"
|
|
151
|
-
inkscape:export-xdpi="96"
|
|
152
|
-
inkscape:export-ydpi="96" />
|
|
153
|
-
<text
|
|
154
|
-
xml:space="preserve"
|
|
155
|
-
transform="matrix(0.26458333,0,0,0.26458333,-5.4256797,153.53155)"
|
|
156
|
-
id="text1178-7-2-7"
|
|
157
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1180-2-9-0);display:inline;fill:#0000ff"><tspan
|
|
158
|
-
x="309.29102"
|
|
159
|
-
y="1878.8633"
|
|
160
|
-
id="tspan2800">aB=Pi-ca</tspan></text>
|
|
161
|
-
<path
|
|
162
|
-
style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
163
|
-
d="m 87.539581,649.1507 c 0,0 -1.022826,0.41418 -1.256604,0.86598 -0.206659,0.39938 0.01672,1.34895 0.01672,1.34895"
|
|
164
|
-
id="path1176-89-4-2"
|
|
165
|
-
sodipodi:nodetypes="cac" />
|
|
166
|
-
<path
|
|
167
|
-
style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
168
|
-
d="m 74.514076,634.44469 h 6.680895"
|
|
169
|
-
id="path1174-2-7" />
|
|
170
|
-
<path
|
|
171
|
-
style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-4-3-3-6)"
|
|
172
|
-
d="M 64.996568,657.29787 V 617.08155"
|
|
173
|
-
id="path196-0-6-6-2" />
|
|
174
|
-
<path
|
|
175
|
-
style="fill:none;stroke:#999999;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#Arrow1L-3-5-7-7-9)"
|
|
176
|
-
d="M 43.664751,651.38695 H 101.47944"
|
|
177
|
-
id="path196-7-61-2-1-2" />
|
|
178
|
-
<text
|
|
179
|
-
xml:space="preserve"
|
|
180
|
-
transform="matrix(0.26458333,0,0,0.26458333,34.539349,588.17089)"
|
|
181
|
-
id="text1267-5-6-8-6"
|
|
182
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1269-4-3-3-6);display:inline"><tspan
|
|
183
|
-
x="254.32031"
|
|
184
|
-
y="250.96683"
|
|
185
|
-
id="tspan2802">x</tspan></text>
|
|
186
|
-
<text
|
|
187
|
-
xml:space="preserve"
|
|
188
|
-
transform="matrix(0.26458333,0,0,0.26458333,27.670737,576.85597)"
|
|
189
|
-
id="text1285-9-1-7-1"
|
|
190
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1287-8-5-5-6);display:inline"><tspan
|
|
191
|
-
x="130.98438"
|
|
192
|
-
y="153.5137"
|
|
193
|
-
id="tspan2804">y</tspan></text>
|
|
194
|
-
<path
|
|
195
|
-
style="fill:none;stroke:#cccccc;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
|
|
196
|
-
d="M 74.514077,651.38694 V 634.44469 H 64.996569"
|
|
197
|
-
id="path1384-4-8-9-0" />
|
|
198
|
-
<text
|
|
199
|
-
xml:space="preserve"
|
|
200
|
-
transform="matrix(0.26458333,0,0,0.26458333,12.021008,584.60467)"
|
|
201
|
-
id="text1386-1-7-2-6"
|
|
202
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1388-7-62-6-4);display:inline"><tspan
|
|
203
|
-
x="232.47656"
|
|
204
|
-
y="174.34183"
|
|
205
|
-
id="tspan2806">p1</tspan></text>
|
|
206
|
-
<text
|
|
207
|
-
xml:space="preserve"
|
|
208
|
-
transform="matrix(0.26458333,0,0,0.26458333,18.926372,576.09813)"
|
|
209
|
-
id="text1404-7-9-0-1"
|
|
210
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1406-17-9-2-9);display:inline"><tspan
|
|
211
|
-
x="200.71484"
|
|
212
|
-
y="295.26758"
|
|
213
|
-
id="tspan2808">p1.cx</tspan></text>
|
|
214
|
-
<text
|
|
215
|
-
xml:space="preserve"
|
|
216
|
-
transform="matrix(0.26458333,0,0,0.26458333,4.5935607,557.17312)"
|
|
217
|
-
id="text1404-5-71-2-2-5"
|
|
218
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1406-3-2-1-9-5);display:inline"><tspan
|
|
219
|
-
x="200.71484"
|
|
220
|
-
y="295.26758"
|
|
221
|
-
id="tspan2810">p1.cy</tspan></text>
|
|
222
|
-
<path
|
|
223
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
224
|
-
d="m 64.237913,634.44469 h 1.517311"
|
|
225
|
-
id="path1476-1-0-3-9" />
|
|
226
|
-
<path
|
|
227
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
228
|
-
d="m 74.514077,652.31155 v -1.8492"
|
|
229
|
-
id="path1478-5-2-7-4" />
|
|
230
|
-
<text
|
|
231
|
-
xml:space="preserve"
|
|
232
|
-
transform="matrix(0.26458333,0,0,0.26458333,25.164577,570.96225)"
|
|
233
|
-
id="text3972-73-3-5-9"
|
|
234
|
-
style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect3974-2-2-1-0);display:inline"><tspan
|
|
235
|
-
x="63.429688"
|
|
236
|
-
y="346.04105"
|
|
237
|
-
id="tspan2812">line_getAxisYIntersection</tspan></text>
|
|
238
|
-
<path
|
|
239
|
-
style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
240
|
-
d="m 74.514079,634.44469 20.459602,22.85318"
|
|
241
|
-
id="path1069-9-0"
|
|
242
|
-
sodipodi:nodetypes="cc" />
|
|
243
|
-
<path
|
|
244
|
-
style="fill:none;stroke:#008000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
245
|
-
d="M 57.764573,615.73177 74.514077,634.4447"
|
|
246
|
-
id="path1069-4-2-9"
|
|
247
|
-
sodipodi:nodetypes="cc" />
|
|
248
|
-
<path
|
|
249
|
-
style="fill:none;stroke:#0000ff;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
250
|
-
d="m 75.776173,634.45427 c 0,0 0.162954,-1.19435 -0.237994,-1.50743 -0.547323,-0.42737 -2.07512,0.18373 -2.07512,0.18373"
|
|
251
|
-
id="path1176-89-1"
|
|
252
|
-
sodipodi:nodetypes="cac" />
|
|
253
|
-
<text
|
|
254
|
-
xml:space="preserve"
|
|
255
|
-
transform="matrix(0.26458333,0,0,0.26458333,-5.6160578,136.54116)"
|
|
256
|
-
id="text1178-7-7"
|
|
257
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1180-2-4);display:inline;fill:#0000ff"><tspan
|
|
258
|
-
x="309.29102"
|
|
259
|
-
y="1878.8633"
|
|
260
|
-
id="tspan2814">ca</tspan></text>
|
|
261
|
-
<path
|
|
262
|
-
style="fill:#800080;stroke:#800080;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
263
|
-
d="m 74.514079,634.44469 -9.35514,16.84729"
|
|
264
|
-
id="path1217-6-7" />
|
|
265
|
-
<path
|
|
266
|
-
style="fill:none;stroke:#800080;stroke-width:0.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
267
|
-
d="m 66.799909,648.37672 c 0,0 1.042468,0.55173 1.280735,1.15356 0.210628,0.53204 -0.01704,1.79697 -0.01704,1.79697"
|
|
268
|
-
id="path1176-8-4-1-1"
|
|
269
|
-
sodipodi:nodetypes="cac" />
|
|
270
|
-
<path
|
|
271
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
272
|
-
d="m 73.926165,635.18962 1.175826,-1.48983"
|
|
273
|
-
id="path1355-9-3-2-1" />
|
|
274
|
-
<path
|
|
275
|
-
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
276
|
-
d="m 73.769163,633.85678 1.489829,1.17583"
|
|
277
|
-
id="path1355-5-09-61-9-5" />
|
|
278
|
-
<text
|
|
279
|
-
xml:space="preserve"
|
|
280
|
-
transform="matrix(0.26458333,0,0,0.26458333,-16.897189,151.18289)"
|
|
281
|
-
id="text1211-0-3-9"
|
|
282
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1213-5-0-8);display:inline;fill:#800080"><tspan
|
|
283
|
-
x="323.20508"
|
|
284
|
-
y="1887.8848"
|
|
285
|
-
id="tspan2816">a1</tspan></text>
|
|
286
|
-
<text
|
|
287
|
-
xml:space="preserve"
|
|
288
|
-
transform="matrix(0.26458333,0,0,0.26458333,-22.737586,139.41684)"
|
|
289
|
-
id="text1288-1-7"
|
|
290
|
-
style="font-size:8px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#rect1290-9-7);display:inline;fill:#800080"><tspan
|
|
291
|
-
x="346.23828"
|
|
292
|
-
y="1890.7598"
|
|
293
|
-
id="tspan2818">L1</tspan></text>
|
|
294
|
-
<path
|
|
295
|
-
style="fill:none;stroke:#ff6600;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
296
|
-
d="m 64.99657,624.02237 0.04671,27.33404"
|
|
297
|
-
id="path2722" />
|
|
298
|
-
<path
|
|
299
|
-
style="fill:none;stroke:#ff6600;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
300
|
-
d="m 72.515327,632.08108 c 0,0 -0.530283,1.14111 -0.582896,1.75541 -0.04578,0.53451 0.02354,1.10056 0.240067,1.59139 0.215414,0.48831 1.00828,1.24378 1.00828,1.24378"
|
|
301
|
-
id="path2724"
|
|
302
|
-
sodipodi:nodetypes="caac" />
|
|
303
|
-
</g>
|
|
304
|
-
</svg>
|