-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassintersection2d.html
374 lines (355 loc) · 24.7 KB
/
classintersection2d.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>AngelCAD: intersection2d Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="angel_48x48.bmp"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AngelCAD
 <span id="projectnumber">1.5-00</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classintersection2d-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">intersection2d Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>2d intersection boolean operation
<a href="classintersection2d.html#details">More...</a></p>
<p><code>#include <<a class="el" href="angelcad_8h_source.html">angelcad.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for intersection2d:</div>
<div class="dyncontent">
<div class="center">
<img src="classintersection2d.png" usemap="#intersection2d_map" alt=""/>
<map id="intersection2d_map" name="intersection2d_map">
<area href="classshape2d.html" title="Abstract base for 2d primitives and booleans. " alt="shape2d" shape="rect" coords="0,56,91,80"/>
<area href="classshape.html" title="Abstract base for all primitives and booleans. " alt="shape" shape="rect" coords="0,0,91,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a5cc52c356ea48a495f00a7c42a2cd78c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classintersection2d.html#a5cc52c356ea48a495f00a7c42a2cd78c">intersection2d</a> (const <a class="el" href="classshape2d.html">shape2d</a>@ s1, const <a class="el" href="classshape2d.html">shape2d</a>@ s2)</td></tr>
<tr class="memdesc:a5cc52c356ea48a495f00a7c42a2cd78c"><td class="mdescLeft"> </td><td class="mdescRight">Compute boolean intersection between 2 objects. <a href="#a5cc52c356ea48a495f00a7c42a2cd78c">More...</a><br /></td></tr>
<tr class="separator:a5cc52c356ea48a495f00a7c42a2cd78c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afcccc4156f89880fdb9e39075300204d"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classintersection2d.html#afcccc4156f89880fdb9e39075300204d">intersection2d</a> (const <a class="el" href="classshape2d.html">shape2d</a>@ s1, const <a class="el" href="classshape2d.html">shape2d</a>@ s2, const <a class="el" href="classshape2d.html">shape2d</a>@ s3)</td></tr>
<tr class="memdesc:afcccc4156f89880fdb9e39075300204d"><td class="mdescLeft"> </td><td class="mdescRight">Compute boolean intersection between 3 objects. <a href="#afcccc4156f89880fdb9e39075300204d">More...</a><br /></td></tr>
<tr class="separator:afcccc4156f89880fdb9e39075300204d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae473175d770bccd884d4c871a2af8ad1"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classintersection2d.html#ae473175d770bccd884d4c871a2af8ad1">intersection2d</a> (const <a class="el" href="classshape2d.html">shape2d</a>@ s1, const <a class="el" href="classshape2d.html">shape2d</a>@ s2, const <a class="el" href="classshape2d.html">shape2d</a>@ s3, const <a class="el" href="classshape2d.html">shape2d</a>@ s4)</td></tr>
<tr class="memdesc:ae473175d770bccd884d4c871a2af8ad1"><td class="mdescLeft"> </td><td class="mdescRight">Compute boolean intersection between 4 objects. <a href="#ae473175d770bccd884d4c871a2af8ad1">More...</a><br /></td></tr>
<tr class="separator:ae473175d770bccd884d4c871a2af8ad1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a556eb8903191776a4b98424afcaa801a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classintersection2d.html#a556eb8903191776a4b98424afcaa801a">intersection2d</a> (const <a class="el" href="classshape2d.html">shape2d</a>@ s1, const <a class="el" href="classshape2d.html">shape2d</a>@ s2, const <a class="el" href="classshape2d.html">shape2d</a>@ s3, const <a class="el" href="classshape2d.html">shape2d</a>@ s4, const <a class="el" href="classshape2d.html">shape2d</a>@ s5)</td></tr>
<tr class="memdesc:a556eb8903191776a4b98424afcaa801a"><td class="mdescLeft"> </td><td class="mdescRight">Compute boolean intersection between 4 objects. <a href="#a556eb8903191776a4b98424afcaa801a">More...</a><br /></td></tr>
<tr class="separator:a556eb8903191776a4b98424afcaa801a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afcb25950bba5f9c9b182708d17fad930"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classintersection2d.html#afcb25950bba5f9c9b182708d17fad930">intersection2d</a> (<a class="el" href="classarray.html">array</a>< <a class="el" href="classshape2d.html">shape2d</a>@>@ arr)</td></tr>
<tr class="memdesc:afcb25950bba5f9c9b182708d17fad930"><td class="mdescLeft"> </td><td class="mdescRight">Compute boolean intersection between all objects in the array. <a href="#afcb25950bba5f9c9b182708d17fad930">More...</a><br /></td></tr>
<tr class="separator:afcb25950bba5f9c9b182708d17fad930"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classshape2d"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classshape2d')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classshape2d.html">shape2d</a></td></tr>
<tr class="memitem:a73361e276de7516b4fae68b5cb491e48 inherit pub_methods_classshape2d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classshape2d.html">shape2d</a>@ </td><td class="memItemRight" valign="bottom"><a class="el" href="classshape2d.html#a73361e276de7516b4fae68b5cb491e48">opAdd</a> (<a class="el" href="classshape2d.html">shape2d</a>@ b)</td></tr>
<tr class="memdesc:a73361e276de7516b4fae68b5cb491e48 inherit pub_methods_classshape2d"><td class="mdescLeft"> </td><td class="mdescRight">Boolean union operator+ overload. <a href="classshape2d.html#a73361e276de7516b4fae68b5cb491e48">More...</a><br /></td></tr>
<tr class="separator:a73361e276de7516b4fae68b5cb491e48 inherit pub_methods_classshape2d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1be2acebbc83abc9aa4af0d2c1296179 inherit pub_methods_classshape2d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classshape2d.html">shape2d</a>@ </td><td class="memItemRight" valign="bottom"><a class="el" href="classshape2d.html#a1be2acebbc83abc9aa4af0d2c1296179">opAnd</a> (<a class="el" href="classshape2d.html">shape2d</a>@ b)</td></tr>
<tr class="memdesc:a1be2acebbc83abc9aa4af0d2c1296179 inherit pub_methods_classshape2d"><td class="mdescLeft"> </td><td class="mdescRight">Boolean intersection operator& overload. <a href="classshape2d.html#a1be2acebbc83abc9aa4af0d2c1296179">More...</a><br /></td></tr>
<tr class="separator:a1be2acebbc83abc9aa4af0d2c1296179 inherit pub_methods_classshape2d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adf273d8fdee196b2871b21687a01e678 inherit pub_methods_classshape2d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classshape2d.html">shape2d</a>@ </td><td class="memItemRight" valign="bottom"><a class="el" href="classshape2d.html#adf273d8fdee196b2871b21687a01e678">opMul</a> (<a class="el" href="classtmatrix.html">tmatrix</a>@ matrix)</td></tr>
<tr class="memdesc:adf273d8fdee196b2871b21687a01e678 inherit pub_methods_classshape2d"><td class="mdescLeft"> </td><td class="mdescRight">Transform object by matrix multiplication: <a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ o2 = T * o1. <a href="classshape2d.html#adf273d8fdee196b2871b21687a01e678">More...</a><br /></td></tr>
<tr class="separator:adf273d8fdee196b2871b21687a01e678 inherit pub_methods_classshape2d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3d5d2f8e179bda1bd04440cde53a5bfe inherit pub_methods_classshape2d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classshape2d.html">shape2d</a>@ </td><td class="memItemRight" valign="bottom"><a class="el" href="classshape2d.html#a3d5d2f8e179bda1bd04440cde53a5bfe">opSub</a> (<a class="el" href="classshape2d.html">shape2d</a>@ b)</td></tr>
<tr class="memdesc:a3d5d2f8e179bda1bd04440cde53a5bfe inherit pub_methods_classshape2d"><td class="mdescLeft"> </td><td class="mdescRight">Boolean difference operator- overload. <a href="classshape2d.html#a3d5d2f8e179bda1bd04440cde53a5bfe">More...</a><br /></td></tr>
<tr class="separator:a3d5d2f8e179bda1bd04440cde53a5bfe inherit pub_methods_classshape2d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classshape"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classshape')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classshape.html">shape</a></td></tr>
<tr class="memitem:a9511e310496d8d70c26cf0c4b59b0200 inherit pub_methods_classshape"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classboundingbox.html">boundingbox</a>@ </td><td class="memItemRight" valign="bottom"><a class="el" href="classshape.html#a9511e310496d8d70c26cf0c4b59b0200">box</a> () const</td></tr>
<tr class="memdesc:a9511e310496d8d70c26cf0c4b59b0200 inherit pub_methods_classshape"><td class="mdescLeft"> </td><td class="mdescRight">Return bounding box of object. <a href="classshape.html#a9511e310496d8d70c26cf0c4b59b0200">More...</a><br /></td></tr>
<tr class="separator:a9511e310496d8d70c26cf0c4b59b0200 inherit pub_methods_classshape"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac03192d7f3b961b3ae84cb5821daf508 inherit pub_methods_classshape"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classtmatrix.html">tmatrix</a>@ </td><td class="memItemRight" valign="bottom"><a class="el" href="classshape.html#ac03192d7f3b961b3ae84cb5821daf508">transform</a> () const</td></tr>
<tr class="memdesc:ac03192d7f3b961b3ae84cb5821daf508 inherit pub_methods_classshape"><td class="mdescLeft"> </td><td class="mdescRight">Return transformation matrix of object. <a href="classshape.html#ac03192d7f3b961b3ae84cb5821daf508">More...</a><br /></td></tr>
<tr class="separator:ac03192d7f3b961b3ae84cb5821daf508 inherit pub_methods_classshape"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a68ad904d40735fce93feda3786512be6 inherit pub_methods_classshape"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classshape.html#a68ad904d40735fce93feda3786512be6">write_csg</a> (<a class="el" href="classstring.html">string</a> path)</td></tr>
<tr class="memdesc:a68ad904d40735fce93feda3786512be6 inherit pub_methods_classshape"><td class="mdescLeft"> </td><td class="mdescRight">Write object to OpenSCAD .csg file. <a href="classshape.html#a68ad904d40735fce93feda3786512be6">More...</a><br /></td></tr>
<tr class="separator:a68ad904d40735fce93feda3786512be6 inherit pub_methods_classshape"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a360c3c312d757f8385fc36cb7ec940e0 inherit pub_methods_classshape"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classshape.html#a360c3c312d757f8385fc36cb7ec940e0">write_xcsg</a> (<a class="el" href="classstring.html">string</a> path, double secant_tolerance=- 1.0)</td></tr>
<tr class="memdesc:a360c3c312d757f8385fc36cb7ec940e0 inherit pub_methods_classshape"><td class="mdescLeft"> </td><td class="mdescRight">Write object to .xcsg file for processing by xcsg program. <a href="classshape.html#a360c3c312d757f8385fc36cb7ec940e0">More...</a><br /></td></tr>
<tr class="separator:a360c3c312d757f8385fc36cb7ec940e0 inherit pub_methods_classshape"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>2d intersection boolean operation </p>
<p><a class="el" href="classintersection2d.html" title="2d intersection boolean operation ">intersection2d</a> is a 2-dimensional boolean operation. It can be invoked either <br />
explicitly or using & operator: <br />
explicit: <a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ object = <a class="el" href="classintersection2d.html" title="2d intersection boolean operation ">intersection2d</a>(<a class="el" href="classcircle.html" title="circle, centered at origin ">circle(100)</a>,<a class="el" href="classtranslate.html" title="Translation in x, y and z. ">translate(75,0,0)</a>*circle(50)); <br />
using & operator: <a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ object = <a class="el" href="classcircle.html" title="circle, centered at origin ">circle(100)</a> & <a class="el" href="classtranslate.html" title="Translation in x, y and z. ">translate(75,0,0)</a>*circle(50); </p>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a id="a5cc52c356ea48a495f00a7c42a2cd78c"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5cc52c356ea48a495f00a7c42a2cd78c">◆ </a></span>intersection2d() <span class="overload">[1/5]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">intersection2d::intersection2d </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s1</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s2</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Compute boolean intersection between 2 objects. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">s1</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ <br />
</td></tr>
<tr><td class="paramname">s2</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="afcccc4156f89880fdb9e39075300204d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afcccc4156f89880fdb9e39075300204d">◆ </a></span>intersection2d() <span class="overload">[2/5]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">intersection2d::intersection2d </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s1</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s2</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s3</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Compute boolean intersection between 3 objects. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">s1</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ <br />
</td></tr>
<tr><td class="paramname">s2</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ <br />
</td></tr>
<tr><td class="paramname">s3</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="ae473175d770bccd884d4c871a2af8ad1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae473175d770bccd884d4c871a2af8ad1">◆ </a></span>intersection2d() <span class="overload">[3/5]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">intersection2d::intersection2d </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s1</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s2</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s3</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s4</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Compute boolean intersection between 4 objects. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">s1</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ <br />
</td></tr>
<tr><td class="paramname">s2</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ <br />
</td></tr>
<tr><td class="paramname">s3</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ <br />
</td></tr>
<tr><td class="paramname">s4</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="a556eb8903191776a4b98424afcaa801a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a556eb8903191776a4b98424afcaa801a">◆ </a></span>intersection2d() <span class="overload">[4/5]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">intersection2d::intersection2d </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s1</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s2</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s3</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s4</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classshape2d.html">shape2d</a>@ </td>
<td class="paramname"><em>s5</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Compute boolean intersection between 4 objects. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">s1</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ <br />
</td></tr>
<tr><td class="paramname">s2</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ <br />
</td></tr>
<tr><td class="paramname">s3</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ <br />
</td></tr>
<tr><td class="paramname">s4</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ <br />
</td></tr>
<tr><td class="paramname">s5</td><td><a class="el" href="classshape2d.html" title="Abstract base for 2d primitives and booleans. ">shape2d</a>@ </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="afcb25950bba5f9c9b182708d17fad930"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afcb25950bba5f9c9b182708d17fad930">◆ </a></span>intersection2d() <span class="overload">[5/5]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">intersection2d::intersection2d </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classarray.html">array</a>< <a class="el" href="classshape2d.html">shape2d</a>@>@ </td>
<td class="paramname"><em>arr</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Compute boolean intersection between all objects in the array. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">arr</td><td>array@ </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="angelcad_8h_source.html">angelcad.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Nov 15 2020 14:41:20 for AngelCAD by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>