-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathannotated.html
549 lines (546 loc) · 135 KB
/
annotated.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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="canonical" href="https://doc.cgal.org/latest/Kernel_23/annotated.html"/>
<link rel="icon" type="image/png" href="../Manual/g-196x196-doc.png">
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=11">
<meta name="generator" content="Doxygen 1.9.6">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CGAL 6.1 - 2D and 3D Linear Geometry Kernel: Class and Concept List</title>
<!-- <link href="../Manual/tabs.css" rel="stylesheet" type="text/css"/> -->
<script type="text/javascript" src="../Manual/jquery.js"></script>
<script type="text/javascript" src="../Manual/dynsections.js"></script>
<script src="../Manual/hacks.js" type="text/javascript"></script>
<!-- Manually include treeview and search to avoid bloat and to fix
paths to the directory Manual . -->
<!-- $.treeview -->
<!-- $.search -->
<link href="navtree.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../Manual/resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="../Manual/search/search.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../Manual/search/searchdata.js"></script>
<script type="text/javascript" src="../Manual/search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="../Manual/search/search.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../Manual/search/search.js"></script>
<!-- Manually done below. -->
<link href="../Manual/doxygen.css" rel="stylesheet" type="text/css">
<link href="../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
//<![CDATA[
MathJax.Hub.Config(
{
TeX: {
Macros: {
qprel: [ "{\\gtreqless}", 0],
qpx: [ "{\\mathbf{x}}", 0],
qpl: [ "{\\mathbf{l}}", 0],
qpu: [ "{\\mathbf{u}}", 0],
qpc: [ "{\\mathbf{c}}", 0],
qpb: [ "{\\mathbf{b}}", 0],
qpy: [ "{\\mathbf{y}}", 0],
qpw: [ "{\\mathbf{w}}", 0],
qplambda: [ "{\\mathbf{\\lambda}}", 0],
ssWpoint: [ "{\\bf #1}", 1],
ssWeight: [ "{w_{#1}}", 1],
dabs: [ "{\\parallel\\! #1 \\!\\parallel}", 1],
E: [ "{\\mathrm{E}}", 0],
A: [ "{\\mathrm{A}}", 0],
R: [ "{\\mathrm{R}}", 0],
N: [ "{\\mathrm{N}}", 0],
Q: [ "{\\mathrm{Q}}", 0],
Z: [ "{\\mathrm{Z}}", 0],
ccSum: [ "{\\sum_{#1}^{#2}{#3}}", 3],
ccProd: [ "{\\prod_{#1}^{#2}{#3}}", 3],
pyr: [ "{\\operatorname{Pyr}}", 0],
aff: [ "{\\operatorname{aff}}", 0],
Ac: [ "{\\cal A}", 0],
Sc: [ "{\\cal S}", 0],
},
equationNumbers: { autoNumber: "AMS" }
}
}
);
MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
var PARSE = MathJax.InputJax.TeX.Parse,
TEXT = PARSE.prototype.InternalText;
PARSE.Augment({
InternalText: function (text,def) {
text = text.replace(/\\/g,"");
return TEXT.call(this,text,def);
}
});
});
//]]>
</script>
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
<script src="modules.js" type="text/javascript"></script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="back-nav">
<ul>
<li><a href="https://www.cgal.org/">cgal.org</a></li>
<li><a href="../Manual/index.html">Top</a></li>
<li><a href="../Manual/general_intro.html">Getting Started</a></li>
<li><a href="../Manual/tutorials.html">Tutorials</a></li>
<li><a href="../Manual/packages.html">Package Overview</a></li>
<li><a href="../Manual/how_to_cite_cgal.html">Acknowledging CGAL</a></li>
</ul>
<!-- In a package SEARCHENGINE = false, so we cannot use
insertion. That's why we have to do it manually here. Notice
that we also take pngs from the Manual. -->
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()">
</span>
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)">
</span>
<span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../Manual/search/close.svg" alt=""></a>
</span>
</div>
</div>
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">CGAL 6.1 - 2D and 3D Linear Geometry Kernel
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Code below is usually inserted by doxygen when SEARCHENGINE =
true. Notice that the path to the search directory is adjusted to
the top-level.-->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../Manual/search/",'.html');
</script>
<!-- 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">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.6 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync" style="display: none"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function(){initNavTree('annotated.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle"><div class="title">Class and Concept List</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">►</span><span class="icona"><span class="icon-namespace">N</span></span><b>CGAL</b></td><td class="desc"></td></tr>
<tr id="row_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Aff__transformation__2.html" target="_self">Aff_transformation_2</a></td><td class="desc">The class <code><a class="el" href="classCGAL_1_1Aff__transformation__2.html" title="The class Aff_transformation_2 represents two-dimensional affine transformations.">Aff_transformation_2</a></code> represents two-dimensional affine transformations </td></tr>
<tr id="row_0_1_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Aff__transformation__3.html" target="_self">Aff_transformation_3</a></td><td class="desc">The class <code><a class="el" href="classCGAL_1_1Aff__transformation__3.html" title="The class Aff_transformation_3 represents three-dimensional affine transformations.">Aff_transformation_3</a></code> represents three-dimensional affine transformations </td></tr>
<tr id="row_0_2_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Ambient__dimension.html" target="_self">Ambient_dimension</a></td><td class="desc">The class <code><a class="el" href="structCGAL_1_1Ambient__dimension.html" title="The class Ambient_dimension allows to retrieve the dimension of the ambient space of a type T in a ke...">Ambient_dimension</a></code> allows to retrieve the dimension of the ambient space of a type <code>T</code> in a kernel <code>K</code> </td></tr>
<tr id="row_0_3_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Bbox__2.html" target="_self">Bbox_2</a></td><td class="desc">An object <code>b</code> of the class <code><a class="el" href="classCGAL_1_1Bbox__2.html" title="An object b of the class Bbox_2 is a bounding box in the two-dimensional Euclidean plane .">Bbox_2</a></code> is a bounding box in the two-dimensional Euclidean plane \( \E^2\) </td></tr>
<tr id="row_0_4_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Bbox__3.html" target="_self">Bbox_3</a></td><td class="desc">An object <code>b</code> of the class <code><a class="el" href="classCGAL_1_1Bbox__3.html" title="An object b of the class Bbox_3 is a bounding box in the three-dimensional Euclidean space .">Bbox_3</a></code> is a bounding box in the three-dimensional Euclidean space \( \E^3\) </td></tr>
<tr id="row_0_5_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Cartesian.html" target="_self">Cartesian</a></td><td class="desc">A model for <code><a class="el" href="classKernel.html" title="The concept of a kernel is defined by a set of requirements on the provision of certain types and acc...">Kernel</a></code> that uses Cartesian coordinates to represent the geometric objects </td></tr>
<tr id="row_0_6_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Cartesian__converter.html" target="_self">Cartesian_converter</a></td><td class="desc"><code><a class="el" href="classCGAL_1_1Cartesian__converter.html" title="Cartesian_converter converts objects from the kernel traits K1 to the kernel traits K2 using NTConver...">Cartesian_converter</a></code> converts objects from the kernel traits <code>K1</code> to the kernel traits <code>K2</code> using <code>NTConverter</code> to do the conversion </td></tr>
<tr id="row_0_7_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Circle__2.html" target="_self">Circle_2</a></td><td class="desc">An object <code>c</code> of type <code><a class="el" href="classCGAL_1_1Circle__2.html" title="An object c of type Circle_2 is a circle in the two-dimensional Euclidean plane .">Circle_2</a></code> is a circle in the two-dimensional Euclidean plane \( \E^2\) </td></tr>
<tr id="row_0_8_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Circle__3.html" target="_self">Circle_3</a></td><td class="desc">An object <code>c</code> of type <code><a class="el" href="classCGAL_1_1Circle__3.html" title="An object c of type Circle_3 is a circle in the three-dimensional Euclidean space .">Circle_3</a></code> is a circle in the three-dimensional Euclidean space \( \E^3\) </td></tr>
<tr id="row_0_9_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Dimension__tag.html" target="_self">Dimension_tag</a></td><td class="desc">An object of the class <code><a class="el" href="structCGAL_1_1Dimension__tag.html" title="An object of the class Dimension_tag is an empty object which can be used for dispatching functions b...">Dimension_tag</a></code> is an empty object which can be used for dispatching functions based on the dimension of an object, as provided by the <code>dim</code> parameter </td></tr>
<tr id="row_0_10_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Direction__2.html" target="_self">Direction_2</a></td><td class="desc">An object <code>d</code> of the class <code><a class="el" href="classCGAL_1_1Direction__2.html" title="An object d of the class Direction_2 is a vector in the two-dimensional vector space where we forget...">Direction_2</a></code> is a vector in the two-dimensional vector space \( \mathbb{R}^2\) where we forget about its length </td></tr>
<tr id="row_0_11_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Direction__3.html" target="_self">Direction_3</a></td><td class="desc">An object of the class <code><a class="el" href="classCGAL_1_1Direction__3.html" title="An object of the class Direction_3 is a vector in the three-dimensional vector space where we forget...">Direction_3</a></code> is a vector in the three-dimensional vector space \( \mathbb{R}^3\) where we forget about their length </td></tr>
<tr id="row_0_12_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Dynamic__dimension__tag.html" target="_self">Dynamic_dimension_tag</a></td><td class="desc">An object of the class <code><a class="el" href="structCGAL_1_1Dynamic__dimension__tag.html" title="An object of the class Dynamic_dimension_tag is an empty object which can be used for dispatching fun...">Dynamic_dimension_tag</a></code> is an empty object which can be used for dispatching functions based on the dimension of an object </td></tr>
<tr id="row_0_13_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Exact__predicates__exact__constructions__kernel.html" target="_self">Exact_predicates_exact_constructions_kernel</a></td><td class="desc">A typedef to a kernel which has the following properties: </td></tr>
<tr id="row_0_14_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Exact__predicates__exact__constructions__kernel__with__kth__root.html" target="_self">Exact_predicates_exact_constructions_kernel_with_kth_root</a></td><td class="desc">A typedef to a kernel which has the following properties: </td></tr>
<tr id="row_0_15_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Exact__predicates__exact__constructions__kernel__with__root__of.html" target="_self">Exact_predicates_exact_constructions_kernel_with_root_of</a></td><td class="desc">A typedef to a kernel which has the following properties: </td></tr>
<tr id="row_0_16_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Exact__predicates__exact__constructions__kernel__with__sqrt.html" target="_self">Exact_predicates_exact_constructions_kernel_with_sqrt</a></td><td class="desc">A typedef to a kernel which has the following properties: </td></tr>
<tr id="row_0_17_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Exact__predicates__inexact__constructions__kernel.html" target="_self">Exact_predicates_inexact_constructions_kernel</a></td><td class="desc">A typedef to a kernel that has the following properties: </td></tr>
<tr id="row_0_18_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Feature__dimension.html" target="_self">Feature_dimension</a></td><td class="desc">The class <code><a class="el" href="structCGAL_1_1Feature__dimension.html" title="The class Feature_dimension allows to retrieve the geometric dimension of a type T in a kernel K.">Feature_dimension</a></code> allows to retrieve the geometric dimension of a type <code>T</code> in a kernel <code>K</code> </td></tr>
<tr id="row_0_19_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Filtered__kernel.html" target="_self">Filtered_kernel</a></td><td class="desc"><code><a class="el" href="structCGAL_1_1Filtered__kernel.html" title="Filtered_kernel is a kernel that uses a filtering technique based on interval arithmetic form to achi...">Filtered_kernel</a></code> is a kernel that uses a filtering technique based on interval arithmetic form to achieve exact and efficient predicates </td></tr>
<tr id="row_0_20_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Filtered__kernel__adaptor.html" target="_self">Filtered_kernel_adaptor</a></td><td class="desc"><code><a class="el" href="structCGAL_1_1Filtered__kernel__adaptor.html" title="Filtered_kernel_adaptor is a kernel that uses a filtering technique to obtain a kernel with exact and...">Filtered_kernel_adaptor</a></code> is a kernel that uses a filtering technique to obtain a kernel with exact and efficient predicate functors </td></tr>
<tr id="row_0_21_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Filtered__predicate.html" target="_self">Filtered_predicate</a></td><td class="desc"><code><a class="el" href="classCGAL_1_1Filtered__predicate.html" title="Filtered_predicate is an adaptor for predicate function objects that allows one to produce efficient ...">Filtered_predicate</a></code> is an adaptor for predicate function objects that allows one to produce efficient and exact predicates </td></tr>
<tr id="row_0_22_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Homogeneous.html" target="_self">Homogeneous</a></td><td class="desc">A model for a <code><a class="el" href="classKernel.html" title="The concept of a kernel is defined by a set of requirements on the provision of certain types and acc...">Kernel</a></code> using homogeneous coordinates to represent the geometric objects </td></tr>
<tr id="row_0_23_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Homogeneous__converter.html" target="_self">Homogeneous_converter</a></td><td class="desc"><code><a class="el" href="classCGAL_1_1Homogeneous__converter.html" title="Homogeneous_converter converts objects from the kernel traits K1 to the kernel traits K2.">Homogeneous_converter</a></code> converts objects from the kernel traits <code>K1</code> to the kernel traits <code>K2</code> </td></tr>
<tr id="row_0_24_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Identity__transformation.html" target="_self">Identity_transformation</a></td><td class="desc">Tag class for affine transformations </td></tr>
<tr id="row_0_25_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Iso__cuboid__3.html" target="_self">Iso_cuboid_3</a></td><td class="desc">An object <code>c</code> of the data type <code><a class="el" href="classCGAL_1_1Iso__cuboid__3.html" title="An object c of the data type Iso_cuboid_3 is a cuboid in the Euclidean space with edges parallel to ...">Iso_cuboid_3</a></code> is a cuboid in the Euclidean space \( \E^3\) with edges parallel to the \( x\), \( y\) and \( z\) axis of the coordinate system </td></tr>
<tr id="row_0_26_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Iso__rectangle__2.html" target="_self">Iso_rectangle_2</a></td><td class="desc">An object <code>r</code> of the data type <code><a class="el" href="classCGAL_1_1Iso__rectangle__2.html" title="An object r of the data type Iso_rectangle_2 is a rectangle in the Euclidean plane with sides parall...">Iso_rectangle_2</a></code> is a rectangle in the Euclidean plane \( \E^2\) with sides parallel to the \( x\) and \( y\) axis of the coordinate system </td></tr>
<tr id="row_0_27_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Kernel__traits.html" target="_self">Kernel_traits</a></td><td class="desc">The class <code><a class="el" href="structCGAL_1_1Kernel__traits.html" title="The class Kernel_traits provides access to the kernel model to which the argument type T belongs.">Kernel_traits</a></code> provides access to the kernel model to which the argument type <code>T</code> belongs </td></tr>
<tr id="row_0_28_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Line__2.html" target="_self">Line_2</a></td><td class="desc">An object <code>l</code> of the data type <code><a class="el" href="classCGAL_1_1Line__2.html" title="An object l of the data type Line_2 is a directed straight line in the two-dimensional Euclidean plan...">Line_2</a></code> is a directed straight line in the two-dimensional Euclidean plane \( \E^2\) </td></tr>
<tr id="row_0_29_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Line__3.html" target="_self">Line_3</a></td><td class="desc">An object <code>l</code> of the data type <code><a class="el" href="classCGAL_1_1Line__3.html" title="An object l of the data type Line_3 is a directed straight line in the three-dimensional Euclidean sp...">Line_3</a></code> is a directed straight line in the three-dimensional Euclidean space \( \E^3\) </td></tr>
<tr id="row_0_30_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Null__vector.html" target="_self">Null_vector</a></td><td class="desc">CGAL defines a symbolic constant <code>NULL_VECTOR</code> to construct zero length vectors </td></tr>
<tr id="row_0_31_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Origin.html" target="_self">Origin</a></td><td class="desc">CGAL defines a symbolic constant <code>ORIGIN</code> which denotes the point at the origin </td></tr>
<tr id="row_0_32_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Plane__3.html" target="_self">Plane_3</a></td><td class="desc">An object <code>h</code> of the data type <code><a class="el" href="classCGAL_1_1Plane__3.html" title="An object h of the data type Plane_3 is an oriented plane in the three-dimensional Euclidean space .">Plane_3</a></code> is an oriented plane in the three-dimensional Euclidean space \( \E^3\) </td></tr>
<tr id="row_0_33_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Point__2.html" target="_self">Point_2</a></td><td class="desc">An object <code>p</code> of the class <code><a class="el" href="classCGAL_1_1Point__2.html" title="An object p of the class Point_2 is a point in the two-dimensional Euclidean plane .">Point_2</a></code> is a point in the two-dimensional Euclidean plane \( \E^2\) </td></tr>
<tr id="row_0_34_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Point__3.html" target="_self">Point_3</a></td><td class="desc">An object of the class <code><a class="el" href="classCGAL_1_1Point__3.html" title="An object of the class Point_3 is a point in the three-dimensional Euclidean space .">Point_3</a></code> is a point in the three-dimensional Euclidean space \( \E^3\) </td></tr>
<tr id="row_0_35_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Projection__traits__3.html" target="_self">Projection_traits_3</a></td><td class="desc">The class <code><a class="el" href="classCGAL_1_1Projection__traits__3.html" title="The class Projection_traits_3 works similarly to the Projection_traits_xy_3, Projection_traits_xz_3,...">Projection_traits_3</a></code> works similarly to the <code><a class="el" href="classCGAL_1_1Projection__traits__xy__3.html" title="The class Projection_traits_xy_3 is an adapter to apply 2D algorithms to the projections of 3D data o...">Projection_traits_xy_3</a></code>, <code><a class="el" href="classCGAL_1_1Projection__traits__xz__3.html" title="The class Projection_traits_xz_3 is an adapter to apply 2D algorithms to the projections of 3D data o...">Projection_traits_xz_3</a></code>, and <code><a class="el" href="classCGAL_1_1Projection__traits__yz__3.html" title="The class Projection_traits_yz_3 is an adapter to apply 2D algorithms to the projections of 3D data o...">Projection_traits_yz_3</a></code> traits classes, enabling the use of 2D algorithms on the projections of 3D data onto an arbitrary plane </td></tr>
<tr id="row_0_36_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Projection__traits__xy__3.html" target="_self">Projection_traits_xy_3</a></td><td class="desc">The class <code><a class="el" href="classCGAL_1_1Projection__traits__xy__3.html" title="The class Projection_traits_xy_3 is an adapter to apply 2D algorithms to the projections of 3D data o...">Projection_traits_xy_3</a></code> is an adapter to apply 2D algorithms to the projections of 3D data on the <code>xy</code>-plane </td></tr>
<tr id="row_0_37_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Projection__traits__xz__3.html" target="_self">Projection_traits_xz_3</a></td><td class="desc">The class <code><a class="el" href="classCGAL_1_1Projection__traits__xz__3.html" title="The class Projection_traits_xz_3 is an adapter to apply 2D algorithms to the projections of 3D data o...">Projection_traits_xz_3</a></code> is an adapter to apply 2D algorithms to the projections of 3D data on the <code>xz</code>-plane </td></tr>
<tr id="row_0_38_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Projection__traits__yz__3.html" target="_self">Projection_traits_yz_3</a></td><td class="desc">The class <code><a class="el" href="classCGAL_1_1Projection__traits__yz__3.html" title="The class Projection_traits_yz_3 is an adapter to apply 2D algorithms to the projections of 3D data o...">Projection_traits_yz_3</a></code> is an adapter to apply 2D algorithms to the projections of 3D data on the <code>yz</code>-plane </td></tr>
<tr id="row_0_39_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Ray__2.html" target="_self">Ray_2</a></td><td class="desc">An object <code>r</code> of the data type <code><a class="el" href="classCGAL_1_1Ray__2.html" title="An object r of the data type Ray_2 is a directed straight ray in the two-dimensional Euclidean plane ...">Ray_2</a></code> is a directed straight ray in the two-dimensional Euclidean plane \( \E^2\) </td></tr>
<tr id="row_0_40_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Ray__3.html" target="_self">Ray_3</a></td><td class="desc">An object <code>r</code> of the data type <code><a class="el" href="classCGAL_1_1Ray__3.html" title="An object r of the data type Ray_3 is a directed straight ray in the three-dimensional Euclidean spac...">Ray_3</a></code> is a directed straight ray in the three-dimensional Euclidean space \( \E^3\) </td></tr>
<tr id="row_0_41_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Reflection.html" target="_self">Reflection</a></td><td class="desc">Tag class for affine transformations </td></tr>
<tr id="row_0_42_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Rotation.html" target="_self">Rotation</a></td><td class="desc">Tag class for affine transformations </td></tr>
<tr id="row_0_43_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Scaling.html" target="_self">Scaling</a></td><td class="desc">Tag class for affine transformations </td></tr>
<tr id="row_0_44_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Segment__2.html" target="_self">Segment_2</a></td><td class="desc">An object <code>s</code> of the data type <code><a class="el" href="classCGAL_1_1Segment__2.html" title="An object s of the data type Segment_2 is a directed straight line segment in the two-dimensional Euc...">Segment_2</a></code> is a directed straight line segment in the two-dimensional Euclidean plane \( \E^2\), i.e. a straight line segment \( [p,q]\) connecting two points \( p,q \in \mathbb{R}^2\) </td></tr>
<tr id="row_0_45_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Segment__3.html" target="_self">Segment_3</a></td><td class="desc">An object <code>s</code> of the data type <code><a class="el" href="classCGAL_1_1Segment__3.html" title="An object s of the data type Segment_3 is a directed straight line segment in the three-dimensional E...">Segment_3</a></code> is a directed straight line segment in the three-dimensional Euclidean space \( \E^3\), that is a straight line segment \( [p,q]\) connecting two points \( p,q \in
\R^3\) </td></tr>
<tr id="row_0_46_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Simple__cartesian.html" target="_self">Simple_cartesian</a></td><td class="desc">A model for a <code><a class="el" href="classKernel.html" title="The concept of a kernel is defined by a set of requirements on the provision of certain types and acc...">Kernel</a></code> using Cartesian coordinates to represent the geometric objects </td></tr>
<tr id="row_0_47_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="structCGAL_1_1Simple__homogeneous.html" target="_self">Simple_homogeneous</a></td><td class="desc">A model for a <code><a class="el" href="classKernel.html" title="The concept of a kernel is defined by a set of requirements on the provision of certain types and acc...">Kernel</a></code> using homogeneous coordinates to represent the geometric objects </td></tr>
<tr id="row_0_48_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Sphere__3.html" target="_self">Sphere_3</a></td><td class="desc">An object of type <code><a class="el" href="classCGAL_1_1Sphere__3.html" title="An object of type Sphere_3 is a sphere in the three-dimensional Euclidean space .">Sphere_3</a></code> is a sphere in the three-dimensional Euclidean space \( \E^3\) </td></tr>
<tr id="row_0_49_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Tetrahedron__3.html" target="_self">Tetrahedron_3</a></td><td class="desc">An object <code>t</code> of the class <code><a class="el" href="classCGAL_1_1Tetrahedron__3.html" title="An object t of the class Tetrahedron_3 is an oriented tetrahedron in the three-dimensional Euclidean ...">Tetrahedron_3</a></code> is an oriented tetrahedron in the three-dimensional Euclidean space \( \E^3\) </td></tr>
<tr id="row_0_50_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Translation.html" target="_self">Translation</a></td><td class="desc">Tag class for affine transformations </td></tr>
<tr id="row_0_51_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Triangle__2.html" target="_self">Triangle_2</a></td><td class="desc">An object <code>t</code> of the class <code><a class="el" href="classCGAL_1_1Triangle__2.html" title="An object t of the class Triangle_2 is a triangle in the two-dimensional Euclidean plane .">Triangle_2</a></code> is a triangle in the two-dimensional Euclidean plane \( \E^2\) </td></tr>
<tr id="row_0_52_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Triangle__3.html" target="_self">Triangle_3</a></td><td class="desc">An object <code>t</code> of the class <code><a class="el" href="classCGAL_1_1Triangle__3.html" title="An object t of the class Triangle_3 is a triangle in the three-dimensional Euclidean space .">Triangle_3</a></code> is a triangle in the three-dimensional Euclidean space \( \E^3\) </td></tr>
<tr id="row_0_53_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Vector__2.html" target="_self">Vector_2</a></td><td class="desc">An object <code>v</code> of the class <code><a class="el" href="classCGAL_1_1Vector__2.html" title="An object v of the class Vector_2 is a vector in the two-dimensional vector space .">Vector_2</a></code> is a vector in the two-dimensional vector space \( \mathbb{R}^2\) </td></tr>
<tr id="row_0_54_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Vector__3.html" target="_self">Vector_3</a></td><td class="desc">An object of the class <code><a class="el" href="classCGAL_1_1Vector__3.html" title="An object of the class Vector_3 is a vector in the three-dimensional vector space .">Vector_3</a></code> is a vector in the three-dimensional vector space \( \mathbb{R}^3\) </td></tr>
<tr id="row_0_55_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Weighted__point__2.html" target="_self">Weighted_point_2</a></td><td class="desc">An object of the class <code><a class="el" href="classCGAL_1_1Weighted__point__2.html" title="An object of the class Weighted_point_2 is a tuple of a two-dimensional point and a scalar weight.">Weighted_point_2</a></code> is a tuple of a two-dimensional point and a scalar weight </td></tr>
<tr id="row_0_56_" class="odd" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-class">C</span></span><a class="el" href="classCGAL_1_1Weighted__point__3.html" target="_self">Weighted_point_3</a></td><td class="desc">An object of the class <code><a class="el" href="classCGAL_1_1Weighted__point__3.html" title="An object of the class Weighted_point_3 is a tuple of a three-dimensional point and a scalar weight.">Weighted_point_3</a></code> is a tuple of a three-dimensional point and a scalar weight </td></tr>
<tr id="row_1_" class="odd"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">►</span><span class="icona"><span class="icon-namespace">N</span></span><a class="el" href="namespaceKernel.html" target="_self">Kernel</a></td><td class="desc"></td></tr>
<tr id="row_1_0_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Angle__2.html" target="_self">Angle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_1_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Angle__3.html" target="_self">Angle_3</a></td><td class="desc"></td></tr>
<tr id="row_1_2_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1AreOrderedAlongLine__2.html" target="_self">AreOrderedAlongLine_2</a></td><td class="desc"></td></tr>
<tr id="row_1_3_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1AreOrderedAlongLine__3.html" target="_self">AreOrderedAlongLine_3</a></td><td class="desc"></td></tr>
<tr id="row_1_4_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1AreParallel__2.html" target="_self">AreParallel_2</a></td><td class="desc"></td></tr>
<tr id="row_1_5_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1AreParallel__3.html" target="_self">AreParallel_3</a></td><td class="desc"></td></tr>
<tr id="row_1_6_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1AreStrictlyOrderedAlongLine__2.html" target="_self">AreStrictlyOrderedAlongLine_2</a></td><td class="desc"></td></tr>
<tr id="row_1_7_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1AreStrictlyOrderedAlongLine__3.html" target="_self">AreStrictlyOrderedAlongLine_3</a></td><td class="desc"></td></tr>
<tr id="row_1_8_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Assign__2.html" target="_self">Assign_2</a></td><td class="desc"></td></tr>
<tr id="row_1_9_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Assign__3.html" target="_self">Assign_3</a></td><td class="desc"></td></tr>
<tr id="row_1_10_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1BoundedSide__2.html" target="_self">BoundedSide_2</a></td><td class="desc"></td></tr>
<tr id="row_1_11_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1BoundedSide__3.html" target="_self">BoundedSide_3</a></td><td class="desc"></td></tr>
<tr id="row_1_12_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CartesianConstIterator__2.html" target="_self">CartesianConstIterator_2</a></td><td class="desc">A type representing an iterator to the Cartesian coordinates of a point in two dimensions </td></tr>
<tr id="row_1_13_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CartesianConstIterator__3.html" target="_self">CartesianConstIterator_3</a></td><td class="desc">A type representing an iterator to the Cartesian coordinates of a point in three dimensions </td></tr>
<tr id="row_1_14_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Circle__2.html" target="_self">Circle_2</a></td><td class="desc">A type representing circles in two dimensions </td></tr>
<tr id="row_1_15_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Circle__3.html" target="_self">Circle_3</a></td><td class="desc">A type representing circles in three dimensions </td></tr>
<tr id="row_1_16_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Collinear__2.html" target="_self">Collinear_2</a></td><td class="desc"></td></tr>
<tr id="row_1_17_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Collinear__3.html" target="_self">Collinear_3</a></td><td class="desc"></td></tr>
<tr id="row_1_18_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CollinearAreOrderedAlongLine__2.html" target="_self">CollinearAreOrderedAlongLine_2</a></td><td class="desc"></td></tr>
<tr id="row_1_19_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CollinearAreOrderedAlongLine__3.html" target="_self">CollinearAreOrderedAlongLine_3</a></td><td class="desc"></td></tr>
<tr id="row_1_20_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CollinearAreStrictlyOrderedAlongLine__2.html" target="_self">CollinearAreStrictlyOrderedAlongLine_2</a></td><td class="desc"></td></tr>
<tr id="row_1_21_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CollinearAreStrictlyOrderedAlongLine__3.html" target="_self">CollinearAreStrictlyOrderedAlongLine_3</a></td><td class="desc"></td></tr>
<tr id="row_1_22_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CollinearHasOn__2.html" target="_self">CollinearHasOn_2</a></td><td class="desc"></td></tr>
<tr id="row_1_23_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareAngle__3.html" target="_self">CompareAngle_3</a></td><td class="desc"></td></tr>
<tr id="row_1_24_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareAngleWithXAxis__2.html" target="_self">CompareAngleWithXAxis_2</a></td><td class="desc"></td></tr>
<tr id="row_1_25_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareDihedralAngle__3.html" target="_self">CompareDihedralAngle_3</a></td><td class="desc"></td></tr>
<tr id="row_1_26_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareDistance__2.html" target="_self">CompareDistance_2</a></td><td class="desc"></td></tr>
<tr id="row_1_27_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareDistance__3.html" target="_self">CompareDistance_3</a></td><td class="desc"></td></tr>
<tr id="row_1_28_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComparePowerDistance__2.html" target="_self">ComparePowerDistance_2</a></td><td class="desc"></td></tr>
<tr id="row_1_29_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComparePowerDistance__3.html" target="_self">ComparePowerDistance_3</a></td><td class="desc"></td></tr>
<tr id="row_1_30_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareSignedDistanceToLine__2.html" target="_self">CompareSignedDistanceToLine_2</a></td><td class="desc"></td></tr>
<tr id="row_1_31_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareSlope__2.html" target="_self">CompareSlope_2</a></td><td class="desc"></td></tr>
<tr id="row_1_32_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareSlope__3.html" target="_self">CompareSlope_3</a></td><td class="desc"></td></tr>
<tr id="row_1_33_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareSquaredDistance__2.html" target="_self">CompareSquaredDistance_2</a></td><td class="desc"></td></tr>
<tr id="row_1_34_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareSquaredDistance__3.html" target="_self">CompareSquaredDistance_3</a></td><td class="desc"></td></tr>
<tr id="row_1_35_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareSquaredRadius__3.html" target="_self">CompareSquaredRadius_3</a></td><td class="desc"></td></tr>
<tr id="row_1_36_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareWeightedSquaredRadius__3.html" target="_self">CompareWeightedSquaredRadius_3</a></td><td class="desc"></td></tr>
<tr id="row_1_37_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareX__2.html" target="_self">CompareX_2</a></td><td class="desc"><a class="anchor" id="fig-compare12"></a></td></tr>
<tr id="row_1_38_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareX__3.html" target="_self">CompareX_3</a></td><td class="desc"></td></tr>
<tr id="row_1_39_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareXAtY__2.html" target="_self">CompareXAtY_2</a></td><td class="desc"><a class="anchor" id="fig-compare_x_at_y_2"></a></td></tr>
<tr id="row_1_40_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareXY__2.html" target="_self">CompareXY_2</a></td><td class="desc"></td></tr>
<tr id="row_1_41_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareXY__3.html" target="_self">CompareXY_3</a></td><td class="desc"></td></tr>
<tr id="row_1_42_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareXYZ__3.html" target="_self">CompareXYZ_3</a></td><td class="desc"></td></tr>
<tr id="row_1_43_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareY__2.html" target="_self">CompareY_2</a></td><td class="desc"><a class="anchor" id="fig-compare14"></a></td></tr>
<tr id="row_1_44_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareY__3.html" target="_self">CompareY_3</a></td><td class="desc"></td></tr>
<tr id="row_1_45_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareYAtX__2.html" target="_self">CompareYAtX_2</a></td><td class="desc"></td></tr>
<tr id="row_1_46_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareYX__2.html" target="_self">CompareYX_2</a></td><td class="desc"></td></tr>
<tr id="row_1_47_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CompareZ__3.html" target="_self">CompareZ_3</a></td><td class="desc"></td></tr>
<tr id="row_1_48_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeA__2.html" target="_self">ComputeA_2</a></td><td class="desc"></td></tr>
<tr id="row_1_49_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeA__3.html" target="_self">ComputeA_3</a></td><td class="desc"></td></tr>
<tr id="row_1_50_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeApproximateAngle__3.html" target="_self">ComputeApproximateAngle_3</a></td><td class="desc"></td></tr>
<tr id="row_1_51_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeApproximateArea__3.html" target="_self">ComputeApproximateArea_3</a></td><td class="desc"></td></tr>
<tr id="row_1_52_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeApproximateDihedralAngle__3.html" target="_self">ComputeApproximateDihedralAngle_3</a></td><td class="desc"></td></tr>
<tr id="row_1_53_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeApproximateSquaredLength__3.html" target="_self">ComputeApproximateSquaredLength_3</a></td><td class="desc"></td></tr>
<tr id="row_1_54_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeArea__2.html" target="_self">ComputeArea_2</a></td><td class="desc"></td></tr>
<tr id="row_1_55_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeArea__3.html" target="_self">ComputeArea_3</a></td><td class="desc"></td></tr>
<tr id="row_1_56_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeAreaDividedByPi__3.html" target="_self">ComputeAreaDividedByPi_3</a></td><td class="desc"></td></tr>
<tr id="row_1_57_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeB__2.html" target="_self">ComputeB_2</a></td><td class="desc"></td></tr>
<tr id="row_1_58_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeB__3.html" target="_self">ComputeB_3</a></td><td class="desc"></td></tr>
<tr id="row_1_59_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeC__2.html" target="_self">ComputeC_2</a></td><td class="desc"></td></tr>
<tr id="row_1_60_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeC__3.html" target="_self">ComputeC_3</a></td><td class="desc"></td></tr>
<tr id="row_1_61_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeD__3.html" target="_self">ComputeD_3</a></td><td class="desc"></td></tr>
<tr id="row_1_62_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeDeterminant__2.html" target="_self">ComputeDeterminant_2</a></td><td class="desc"></td></tr>
<tr id="row_1_63_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeDeterminant__3.html" target="_self">ComputeDeterminant_3</a></td><td class="desc"></td></tr>
<tr id="row_1_64_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeDx__2.html" target="_self">ComputeDx_2</a></td><td class="desc"></td></tr>
<tr id="row_1_65_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeDx__3.html" target="_self">ComputeDx_3</a></td><td class="desc"></td></tr>
<tr id="row_1_66_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeDy__2.html" target="_self">ComputeDy_2</a></td><td class="desc"></td></tr>
<tr id="row_1_67_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeDy__3.html" target="_self">ComputeDy_3</a></td><td class="desc"></td></tr>
<tr id="row_1_68_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeDz__3.html" target="_self">ComputeDz_3</a></td><td class="desc"></td></tr>
<tr id="row_1_69_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeHw__2.html" target="_self">ComputeHw_2</a></td><td class="desc"></td></tr>
<tr id="row_1_70_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeHw__3.html" target="_self">ComputeHw_3</a></td><td class="desc"></td></tr>
<tr id="row_1_71_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeHx__2.html" target="_self">ComputeHx_2</a></td><td class="desc"></td></tr>
<tr id="row_1_72_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeHx__3.html" target="_self">ComputeHx_3</a></td><td class="desc"></td></tr>
<tr id="row_1_73_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeHy__2.html" target="_self">ComputeHy_2</a></td><td class="desc"></td></tr>
<tr id="row_1_74_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeHy__3.html" target="_self">ComputeHy_3</a></td><td class="desc"></td></tr>
<tr id="row_1_75_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeHz__3.html" target="_self">ComputeHz_3</a></td><td class="desc"></td></tr>
<tr id="row_1_76_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeLInfinityDistance__2.html" target="_self">ComputeLInfinityDistance_2</a></td><td class="desc"></td></tr>
<tr id="row_1_77_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeLInfinityDistance__3.html" target="_self">ComputeLInfinityDistance_3</a></td><td class="desc"></td></tr>
<tr id="row_1_78_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputePowerDistanceToPowerSphere__3.html" target="_self">ComputePowerDistanceToPowerSphere_3</a></td><td class="desc"></td></tr>
<tr id="row_1_79_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputePowerProduct__2.html" target="_self">ComputePowerProduct_2</a></td><td class="desc"></td></tr>
<tr id="row_1_80_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputePowerProduct__3.html" target="_self">ComputePowerProduct_3</a></td><td class="desc"></td></tr>
<tr id="row_1_81_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeScalarProduct__2.html" target="_self">ComputeScalarProduct_2</a></td><td class="desc"></td></tr>
<tr id="row_1_82_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeScalarProduct__3.html" target="_self">ComputeScalarProduct_3</a></td><td class="desc"></td></tr>
<tr id="row_1_83_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeSquaredArea__3.html" target="_self">ComputeSquaredArea_3</a></td><td class="desc"></td></tr>
<tr id="row_1_84_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeSquaredDistance__2.html" target="_self">ComputeSquaredDistance_2</a></td><td class="desc"></td></tr>
<tr id="row_1_85_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeSquaredDistance__3.html" target="_self">ComputeSquaredDistance_3</a></td><td class="desc"></td></tr>
<tr id="row_1_86_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeSquaredLength__2.html" target="_self">ComputeSquaredLength_2</a></td><td class="desc"></td></tr>
<tr id="row_1_87_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeSquaredLength__3.html" target="_self">ComputeSquaredLength_3</a></td><td class="desc"></td></tr>
<tr id="row_1_88_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeSquaredLengthDividedByPiSquare__3.html" target="_self">ComputeSquaredLengthDividedByPiSquare_3</a></td><td class="desc"></td></tr>
<tr id="row_1_89_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeSquaredRadius__2.html" target="_self">ComputeSquaredRadius_2</a></td><td class="desc"></td></tr>
<tr id="row_1_90_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeSquaredRadius__3.html" target="_self">ComputeSquaredRadius_3</a></td><td class="desc"></td></tr>
<tr id="row_1_91_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeSquaredRadiusSmallestOrthogonalCircle__2.html" target="_self">ComputeSquaredRadiusSmallestOrthogonalCircle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_92_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeSquaredRadiusSmallestOrthogonalSphere__3.html" target="_self">ComputeSquaredRadiusSmallestOrthogonalSphere_3</a></td><td class="desc"></td></tr>
<tr id="row_1_93_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeVolume__3.html" target="_self">ComputeVolume_3</a></td><td class="desc"></td></tr>
<tr id="row_1_94_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeWeight__2.html" target="_self">ComputeWeight_2</a></td><td class="desc"></td></tr>
<tr id="row_1_95_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeWeight__3.html" target="_self">ComputeWeight_3</a></td><td class="desc"></td></tr>
<tr id="row_1_96_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeX__2.html" target="_self">ComputeX_2</a></td><td class="desc"></td></tr>
<tr id="row_1_97_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeX__3.html" target="_self">ComputeX_3</a></td><td class="desc"></td></tr>
<tr id="row_1_98_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeXmax__2.html" target="_self">ComputeXmax_2</a></td><td class="desc"></td></tr>
<tr id="row_1_99_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeXmax__3.html" target="_self">ComputeXmax_3</a></td><td class="desc"></td></tr>
<tr id="row_1_100_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeXmin__2.html" target="_self">ComputeXmin_2</a></td><td class="desc"></td></tr>
<tr id="row_1_101_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeXmin__3.html" target="_self">ComputeXmin_3</a></td><td class="desc"></td></tr>
<tr id="row_1_102_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeY__2.html" target="_self">ComputeY_2</a></td><td class="desc"></td></tr>
<tr id="row_1_103_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeY__3.html" target="_self">ComputeY_3</a></td><td class="desc"></td></tr>
<tr id="row_1_104_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeYAtX__2.html" target="_self">ComputeYAtX_2</a></td><td class="desc"></td></tr>
<tr id="row_1_105_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeYmax__2.html" target="_self">ComputeYmax_2</a></td><td class="desc"></td></tr>
<tr id="row_1_106_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeYmax__3.html" target="_self">ComputeYmax_3</a></td><td class="desc"></td></tr>
<tr id="row_1_107_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeYmin__2.html" target="_self">ComputeYmin_2</a></td><td class="desc"></td></tr>
<tr id="row_1_108_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeYmin__3.html" target="_self">ComputeYmin_3</a></td><td class="desc"></td></tr>
<tr id="row_1_109_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeZ__3.html" target="_self">ComputeZ_3</a></td><td class="desc"></td></tr>
<tr id="row_1_110_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeZmax__3.html" target="_self">ComputeZmax_3</a></td><td class="desc"></td></tr>
<tr id="row_1_111_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ComputeZmin__3.html" target="_self">ComputeZmin_3</a></td><td class="desc"></td></tr>
<tr id="row_1_112_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructBarycenter__2.html" target="_self">ConstructBarycenter_2</a></td><td class="desc"></td></tr>
<tr id="row_1_113_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructBarycenter__3.html" target="_self">ConstructBarycenter_3</a></td><td class="desc"></td></tr>
<tr id="row_1_114_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructBaseVector__3.html" target="_self">ConstructBaseVector_3</a></td><td class="desc"></td></tr>
<tr id="row_1_115_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructBbox__2.html" target="_self">ConstructBbox_2</a></td><td class="desc"></td></tr>
<tr id="row_1_116_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructBbox__3.html" target="_self">ConstructBbox_3</a></td><td class="desc"></td></tr>
<tr id="row_1_117_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructBisector__2.html" target="_self">ConstructBisector_2</a></td><td class="desc"></td></tr>
<tr id="row_1_118_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructBisector__3.html" target="_self">ConstructBisector_3</a></td><td class="desc"></td></tr>
<tr id="row_1_119_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCartesianConstIterator__2.html" target="_self">ConstructCartesianConstIterator_2</a></td><td class="desc"></td></tr>
<tr id="row_1_120_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCartesianConstIterator__3.html" target="_self">ConstructCartesianConstIterator_3</a></td><td class="desc"></td></tr>
<tr id="row_1_121_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCenter__2.html" target="_self">ConstructCenter_2</a></td><td class="desc"></td></tr>
<tr id="row_1_122_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCenter__3.html" target="_self">ConstructCenter_3</a></td><td class="desc"></td></tr>
<tr id="row_1_123_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCentroid__2.html" target="_self">ConstructCentroid_2</a></td><td class="desc"></td></tr>
<tr id="row_1_124_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCentroid__3.html" target="_self">ConstructCentroid_3</a></td><td class="desc"></td></tr>
<tr id="row_1_125_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCircle__2.html" target="_self">ConstructCircle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_126_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCircle__3.html" target="_self">ConstructCircle_3</a></td><td class="desc"></td></tr>
<tr id="row_1_127_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCircumcenter__2.html" target="_self">ConstructCircumcenter_2</a></td><td class="desc"></td></tr>
<tr id="row_1_128_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCircumcenter__3.html" target="_self">ConstructCircumcenter_3</a></td><td class="desc"></td></tr>
<tr id="row_1_129_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructCrossProductVector__3.html" target="_self">ConstructCrossProductVector_3</a></td><td class="desc"></td></tr>
<tr id="row_1_130_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructDifferenceOfVectors__2.html" target="_self">ConstructDifferenceOfVectors_2</a></td><td class="desc"></td></tr>
<tr id="row_1_131_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructDifferenceOfVectors__3.html" target="_self">ConstructDifferenceOfVectors_3</a></td><td class="desc"></td></tr>
<tr id="row_1_132_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructDirection__2.html" target="_self">ConstructDirection_2</a></td><td class="desc"></td></tr>
<tr id="row_1_133_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructDirection__3.html" target="_self">ConstructDirection_3</a></td><td class="desc"></td></tr>
<tr id="row_1_134_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructDividedVector__2.html" target="_self">ConstructDividedVector_2</a></td><td class="desc"></td></tr>
<tr id="row_1_135_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructDividedVector__3.html" target="_self">ConstructDividedVector_3</a></td><td class="desc"></td></tr>
<tr id="row_1_136_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructEquidistantLine__3.html" target="_self">ConstructEquidistantLine_3</a></td><td class="desc"></td></tr>
<tr id="row_1_137_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructIsoCuboid__3.html" target="_self">ConstructIsoCuboid_3</a></td><td class="desc"></td></tr>
<tr id="row_1_138_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructIsoRectangle__2.html" target="_self">ConstructIsoRectangle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_139_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructLiftedPoint__3.html" target="_self">ConstructLiftedPoint_3</a></td><td class="desc"></td></tr>
<tr id="row_1_140_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructLine__2.html" target="_self">ConstructLine_2</a></td><td class="desc"></td></tr>
<tr id="row_1_141_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructLine__3.html" target="_self">ConstructLine_3</a></td><td class="desc"></td></tr>
<tr id="row_1_142_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructMaxVertex__2.html" target="_self">ConstructMaxVertex_2</a></td><td class="desc"></td></tr>
<tr id="row_1_143_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructMaxVertex__3.html" target="_self">ConstructMaxVertex_3</a></td><td class="desc"></td></tr>
<tr id="row_1_144_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructMidpoint__2.html" target="_self">ConstructMidpoint_2</a></td><td class="desc"></td></tr>
<tr id="row_1_145_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructMidpoint__3.html" target="_self">ConstructMidpoint_3</a></td><td class="desc"></td></tr>
<tr id="row_1_146_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructMinVertex__2.html" target="_self">ConstructMinVertex_2</a></td><td class="desc"></td></tr>
<tr id="row_1_147_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructMinVertex__3.html" target="_self">ConstructMinVertex_3</a></td><td class="desc"></td></tr>
<tr id="row_1_148_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructNormal__3.html" target="_self">ConstructNormal_3</a></td><td class="desc"></td></tr>
<tr id="row_1_149_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructObject__2.html" target="_self">ConstructObject_2</a></td><td class="desc"></td></tr>
<tr id="row_1_150_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructObject__3.html" target="_self">ConstructObject_3</a></td><td class="desc"></td></tr>
<tr id="row_1_151_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeCircle__2.html" target="_self">ConstructOppositeCircle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_152_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeDirection__2.html" target="_self">ConstructOppositeDirection_2</a></td><td class="desc"></td></tr>
<tr id="row_1_153_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeDirection__3.html" target="_self">ConstructOppositeDirection_3</a></td><td class="desc"></td></tr>
<tr id="row_1_154_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeLine__2.html" target="_self">ConstructOppositeLine_2</a></td><td class="desc"></td></tr>
<tr id="row_1_155_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeLine__3.html" target="_self">ConstructOppositeLine_3</a></td><td class="desc"></td></tr>
<tr id="row_1_156_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositePlane__3.html" target="_self">ConstructOppositePlane_3</a></td><td class="desc"></td></tr>
<tr id="row_1_157_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeRay__2.html" target="_self">ConstructOppositeRay_2</a></td><td class="desc"></td></tr>
<tr id="row_1_158_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeRay__3.html" target="_self">ConstructOppositeRay_3</a></td><td class="desc"></td></tr>
<tr id="row_1_159_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeSegment__2.html" target="_self">ConstructOppositeSegment_2</a></td><td class="desc"></td></tr>
<tr id="row_1_160_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeSegment__3.html" target="_self">ConstructOppositeSegment_3</a></td><td class="desc"></td></tr>
<tr id="row_1_161_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeSphere__3.html" target="_self">ConstructOppositeSphere_3</a></td><td class="desc"></td></tr>
<tr id="row_1_162_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeTriangle__2.html" target="_self">ConstructOppositeTriangle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_163_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeVector__2.html" target="_self">ConstructOppositeVector_2</a></td><td class="desc"></td></tr>
<tr id="row_1_164_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOppositeVector__3.html" target="_self">ConstructOppositeVector_3</a></td><td class="desc"></td></tr>
<tr id="row_1_165_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructOrthogonalVector__3.html" target="_self">ConstructOrthogonalVector_3</a></td><td class="desc"></td></tr>
<tr id="row_1_166_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructPerpendicularDirection__2.html" target="_self">ConstructPerpendicularDirection_2</a></td><td class="desc"></td></tr>
<tr id="row_1_167_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructPerpendicularLine__2.html" target="_self">ConstructPerpendicularLine_2</a></td><td class="desc"></td></tr>
<tr id="row_1_168_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructPerpendicularLine__3.html" target="_self">ConstructPerpendicularLine_3</a></td><td class="desc"></td></tr>
<tr id="row_1_169_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructPerpendicularPlane__3.html" target="_self">ConstructPerpendicularPlane_3</a></td><td class="desc"></td></tr>
<tr id="row_1_170_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructPerpendicularVector__2.html" target="_self">ConstructPerpendicularVector_2</a></td><td class="desc"></td></tr>
<tr id="row_1_171_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructPlane__3.html" target="_self">ConstructPlane_3</a></td><td class="desc"></td></tr>
<tr id="row_1_172_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructPoint__2.html" target="_self">ConstructPoint_2</a></td><td class="desc"></td></tr>
<tr id="row_1_173_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructPoint__3.html" target="_self">ConstructPoint_3</a></td><td class="desc"></td></tr>
<tr id="row_1_174_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructPointOn__2.html" target="_self">ConstructPointOn_2</a></td><td class="desc"></td></tr>
<tr id="row_1_175_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructPointOn__3.html" target="_self">ConstructPointOn_3</a></td><td class="desc"></td></tr>
<tr id="row_1_176_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructProjectedPoint__2.html" target="_self">ConstructProjectedPoint_2</a></td><td class="desc"></td></tr>
<tr id="row_1_177_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructProjectedPoint__3.html" target="_self">ConstructProjectedPoint_3</a></td><td class="desc"></td></tr>
<tr id="row_1_178_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructProjectedXYPoint__2.html" target="_self">ConstructProjectedXYPoint_2</a></td><td class="desc"></td></tr>
<tr id="row_1_179_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructRadicalAxis__2.html" target="_self">ConstructRadicalAxis_2</a></td><td class="desc"></td></tr>
<tr id="row_1_180_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructRadicalLine__2.html" target="_self">ConstructRadicalLine_2</a></td><td class="desc"></td></tr>
<tr id="row_1_181_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructRadicalPlane__3.html" target="_self">ConstructRadicalPlane_3</a></td><td class="desc"></td></tr>
<tr id="row_1_182_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructRay__2.html" target="_self">ConstructRay_2</a></td><td class="desc"></td></tr>
<tr id="row_1_183_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructRay__3.html" target="_self">ConstructRay_3</a></td><td class="desc"></td></tr>
<tr id="row_1_184_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructScaledVector__2.html" target="_self">ConstructScaledVector_2</a></td><td class="desc"></td></tr>
<tr id="row_1_185_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructScaledVector__3.html" target="_self">ConstructScaledVector_3</a></td><td class="desc"></td></tr>
<tr id="row_1_186_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructSecondPoint__2.html" target="_self">ConstructSecondPoint_2</a></td><td class="desc"></td></tr>
<tr id="row_1_187_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructSecondPoint__3.html" target="_self">ConstructSecondPoint_3</a></td><td class="desc"></td></tr>
<tr id="row_1_188_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructSegment__2.html" target="_self">ConstructSegment_2</a></td><td class="desc"></td></tr>
<tr id="row_1_189_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructSegment__3.html" target="_self">ConstructSegment_3</a></td><td class="desc"></td></tr>
<tr id="row_1_190_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructSource__2.html" target="_self">ConstructSource_2</a></td><td class="desc"></td></tr>
<tr id="row_1_191_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructSource__3.html" target="_self">ConstructSource_3</a></td><td class="desc"></td></tr>
<tr id="row_1_192_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructSphere__3.html" target="_self">ConstructSphere_3</a></td><td class="desc"></td></tr>
<tr id="row_1_193_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructSumOfVectors__2.html" target="_self">ConstructSumOfVectors_2</a></td><td class="desc"></td></tr>
<tr id="row_1_194_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructSumOfVectors__3.html" target="_self">ConstructSumOfVectors_3</a></td><td class="desc"></td></tr>
<tr id="row_1_195_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructSupportingPlane__3.html" target="_self">ConstructSupportingPlane_3</a></td><td class="desc"></td></tr>
<tr id="row_1_196_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructTarget__2.html" target="_self">ConstructTarget_2</a></td><td class="desc"></td></tr>
<tr id="row_1_197_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructTarget__3.html" target="_self">ConstructTarget_3</a></td><td class="desc"></td></tr>
<tr id="row_1_198_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructTetrahedron__3.html" target="_self">ConstructTetrahedron_3</a></td><td class="desc"></td></tr>
<tr id="row_1_199_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructTranslatedPoint__2.html" target="_self">ConstructTranslatedPoint_2</a></td><td class="desc"></td></tr>
<tr id="row_1_200_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructTranslatedPoint__3.html" target="_self">ConstructTranslatedPoint_3</a></td><td class="desc"></td></tr>
<tr id="row_1_201_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructTriangle__2.html" target="_self">ConstructTriangle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_202_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructTriangle__3.html" target="_self">ConstructTriangle_3</a></td><td class="desc"></td></tr>
<tr id="row_1_203_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructUnitNormal__3.html" target="_self">ConstructUnitNormal_3</a></td><td class="desc"></td></tr>
<tr id="row_1_204_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructVector__2.html" target="_self">ConstructVector_2</a></td><td class="desc"></td></tr>
<tr id="row_1_205_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructVector__3.html" target="_self">ConstructVector_3</a></td><td class="desc"></td></tr>
<tr id="row_1_206_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructVertex__2.html" target="_self">ConstructVertex_2</a></td><td class="desc"></td></tr>
<tr id="row_1_207_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructVertex__3.html" target="_self">ConstructVertex_3</a></td><td class="desc"></td></tr>
<tr id="row_1_208_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructWeightedCircumcenter__2.html" target="_self">ConstructWeightedCircumcenter_2</a></td><td class="desc"></td></tr>
<tr id="row_1_209_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructWeightedCircumcenter__3.html" target="_self">ConstructWeightedCircumcenter_3</a></td><td class="desc"></td></tr>
<tr id="row_1_210_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructWeightedPoint__2.html" target="_self">ConstructWeightedPoint_2</a></td><td class="desc"></td></tr>
<tr id="row_1_211_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1ConstructWeightedPoint__3.html" target="_self">ConstructWeightedPoint_3</a></td><td class="desc"></td></tr>
<tr id="row_1_212_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Coplanar__3.html" target="_self">Coplanar_3</a></td><td class="desc"></td></tr>
<tr id="row_1_213_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CoplanarOrientation__3.html" target="_self">CoplanarOrientation_3</a></td><td class="desc"></td></tr>
<tr id="row_1_214_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CoplanarSideOfBoundedCircle__3.html" target="_self">CoplanarSideOfBoundedCircle_3</a></td><td class="desc"></td></tr>
<tr id="row_1_215_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1CounterclockwiseInBetween__2.html" target="_self">CounterclockwiseInBetween_2</a></td><td class="desc"></td></tr>
<tr id="row_1_216_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Direction__2.html" target="_self">Direction_2</a></td><td class="desc">A type representing directions in two dimensions </td></tr>
<tr id="row_1_217_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Direction__3.html" target="_self">Direction_3</a></td><td class="desc">A type representing directions in three dimensions </td></tr>
<tr id="row_1_218_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1DoIntersect__2.html" target="_self">DoIntersect_2</a></td><td class="desc"></td></tr>
<tr id="row_1_219_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1DoIntersect__3.html" target="_self">DoIntersect_3</a></td><td class="desc"></td></tr>
<tr id="row_1_220_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Equal__2.html" target="_self">Equal_2</a></td><td class="desc"></td></tr>
<tr id="row_1_221_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Equal__3.html" target="_self">Equal_3</a></td><td class="desc"></td></tr>
<tr id="row_1_222_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1EqualX__2.html" target="_self">EqualX_2</a></td><td class="desc"></td></tr>
<tr id="row_1_223_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1EqualX__3.html" target="_self">EqualX_3</a></td><td class="desc"></td></tr>
<tr id="row_1_224_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1EqualXY__3.html" target="_self">EqualXY_3</a></td><td class="desc"></td></tr>
<tr id="row_1_225_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1EqualY__2.html" target="_self">EqualY_2</a></td><td class="desc"></td></tr>
<tr id="row_1_226_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1EqualY__3.html" target="_self">EqualY_3</a></td><td class="desc"></td></tr>
<tr id="row_1_227_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1EqualZ__3.html" target="_self">EqualZ_3</a></td><td class="desc"></td></tr>
<tr id="row_1_228_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOn__2.html" target="_self">HasOn_2</a></td><td class="desc"></td></tr>
<tr id="row_1_229_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOn__3.html" target="_self">HasOn_3</a></td><td class="desc"></td></tr>
<tr id="row_1_230_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOnBoundary__2.html" target="_self">HasOnBoundary_2</a></td><td class="desc"></td></tr>
<tr id="row_1_231_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOnBoundary__3.html" target="_self">HasOnBoundary_3</a></td><td class="desc"></td></tr>
<tr id="row_1_232_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOnBoundedSide__2.html" target="_self">HasOnBoundedSide_2</a></td><td class="desc"></td></tr>
<tr id="row_1_233_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOnBoundedSide__3.html" target="_self">HasOnBoundedSide_3</a></td><td class="desc"></td></tr>
<tr id="row_1_234_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOnNegativeSide__2.html" target="_self">HasOnNegativeSide_2</a></td><td class="desc"></td></tr>
<tr id="row_1_235_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOnNegativeSide__3.html" target="_self">HasOnNegativeSide_3</a></td><td class="desc"></td></tr>
<tr id="row_1_236_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOnPositiveSide__2.html" target="_self">HasOnPositiveSide_2</a></td><td class="desc"></td></tr>
<tr id="row_1_237_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOnPositiveSide__3.html" target="_self">HasOnPositiveSide_3</a></td><td class="desc"></td></tr>
<tr id="row_1_238_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOnUnboundedSide__2.html" target="_self">HasOnUnboundedSide_2</a></td><td class="desc"></td></tr>
<tr id="row_1_239_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1HasOnUnboundedSide__3.html" target="_self">HasOnUnboundedSide_3</a></td><td class="desc"></td></tr>
<tr id="row_1_240_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Intersect__2.html" target="_self">Intersect_2</a></td><td class="desc"></td></tr>
<tr id="row_1_241_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Intersect__3.html" target="_self">Intersect_3</a></td><td class="desc"></td></tr>
<tr id="row_1_242_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1IsDegenerate__2.html" target="_self">IsDegenerate_2</a></td><td class="desc"></td></tr>
<tr id="row_1_243_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1IsDegenerate__3.html" target="_self">IsDegenerate_3</a></td><td class="desc"></td></tr>
<tr id="row_1_244_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1IsHorizontal__2.html" target="_self">IsHorizontal_2</a></td><td class="desc"></td></tr>
<tr id="row_1_245_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1IsoCuboid__3.html" target="_self">IsoCuboid_3</a></td><td class="desc">A type representing isocuboids in three dimensions </td></tr>
<tr id="row_1_246_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1IsoRectangle__2.html" target="_self">IsoRectangle_2</a></td><td class="desc">A type representing iso-rectangles in two dimensions </td></tr>
<tr id="row_1_247_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1IsVertical__2.html" target="_self">IsVertical_2</a></td><td class="desc"></td></tr>
<tr id="row_1_248_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LeftTurn__2.html" target="_self">LeftTurn_2</a></td><td class="desc"></td></tr>
<tr id="row_1_249_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessDistanceToPoint__2.html" target="_self">LessDistanceToPoint_2</a></td><td class="desc"></td></tr>
<tr id="row_1_250_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessDistanceToPoint__3.html" target="_self">LessDistanceToPoint_3</a></td><td class="desc"></td></tr>
<tr id="row_1_251_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessRotateCCW__2.html" target="_self">LessRotateCCW_2</a></td><td class="desc"></td></tr>
<tr id="row_1_252_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessSignedDistanceToLine__2.html" target="_self">LessSignedDistanceToLine_2</a></td><td class="desc"></td></tr>
<tr id="row_1_253_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessSignedDistanceToPlane__3.html" target="_self">LessSignedDistanceToPlane_3</a></td><td class="desc"></td></tr>
<tr id="row_1_254_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessX__2.html" target="_self">LessX_2</a></td><td class="desc"></td></tr>
<tr id="row_1_255_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessX__3.html" target="_self">LessX_3</a></td><td class="desc"></td></tr>
<tr id="row_1_256_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessXY__2.html" target="_self">LessXY_2</a></td><td class="desc"></td></tr>
<tr id="row_1_257_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessXY__3.html" target="_self">LessXY_3</a></td><td class="desc"></td></tr>
<tr id="row_1_258_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessXYZ__3.html" target="_self">LessXYZ_3</a></td><td class="desc"></td></tr>
<tr id="row_1_259_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessY__2.html" target="_self">LessY_2</a></td><td class="desc"></td></tr>
<tr id="row_1_260_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessY__3.html" target="_self">LessY_3</a></td><td class="desc"></td></tr>
<tr id="row_1_261_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessYX__2.html" target="_self">LessYX_2</a></td><td class="desc"></td></tr>
<tr id="row_1_262_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1LessZ__3.html" target="_self">LessZ_3</a></td><td class="desc"></td></tr>
<tr id="row_1_263_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Line__2.html" target="_self">Line_2</a></td><td class="desc">A type representing straight lines (and halfspaces) in two dimensions </td></tr>
<tr id="row_1_264_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Line__3.html" target="_self">Line_3</a></td><td class="desc">A type representing straight lines in three dimensions </td></tr>
<tr id="row_1_265_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1NonZeroCoordinateIndex__3.html" target="_self">NonZeroCoordinateIndex_3</a></td><td class="desc"></td></tr>
<tr id="row_1_266_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Object__2.html" target="_self">Object_2</a></td><td class="desc">A type representing different types of objects in two dimensions </td></tr>
<tr id="row_1_267_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Object__3.html" target="_self">Object_3</a></td><td class="desc">A type representing different types of objects in three dimensions </td></tr>
<tr id="row_1_268_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Orientation__2.html" target="_self">Orientation_2</a></td><td class="desc"></td></tr>
<tr id="row_1_269_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Orientation__3.html" target="_self">Orientation_3</a></td><td class="desc"></td></tr>
<tr id="row_1_270_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1OrientedSide__2.html" target="_self">OrientedSide_2</a></td><td class="desc"></td></tr>
<tr id="row_1_271_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1OrientedSide__3.html" target="_self">OrientedSide_3</a></td><td class="desc"></td></tr>
<tr id="row_1_272_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Plane__3.html" target="_self">Plane_3</a></td><td class="desc">A type representing planes (and half-spaces) in three dimensions </td></tr>
<tr id="row_1_273_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Point__2.html" target="_self">Point_2</a></td><td class="desc">A type representing points in two dimensions </td></tr>
<tr id="row_1_274_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Point__3.html" target="_self">Point_3</a></td><td class="desc">A type representing points in three dimensions </td></tr>
<tr id="row_1_275_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1PowerSideOfBoundedPowerCircle__2.html" target="_self">PowerSideOfBoundedPowerCircle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_276_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1PowerSideOfBoundedPowerSphere__3.html" target="_self">PowerSideOfBoundedPowerSphere_3</a></td><td class="desc"></td></tr>
<tr id="row_1_277_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1PowerSideOfOrientedPowerCircle__2.html" target="_self">PowerSideOfOrientedPowerCircle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_278_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1PowerSideOfOrientedPowerSphere__3.html" target="_self">PowerSideOfOrientedPowerSphere_3</a></td><td class="desc"></td></tr>
<tr id="row_1_279_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Ray__2.html" target="_self">Ray_2</a></td><td class="desc">A type representing rays in two dimensions </td></tr>
<tr id="row_1_280_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Ray__3.html" target="_self">Ray_3</a></td><td class="desc">A type representing rays in three dimensions </td></tr>
<tr id="row_1_281_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Segment__2.html" target="_self">Segment_2</a></td><td class="desc">A type representing segments in two dimensions </td></tr>
<tr id="row_1_282_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Segment__3.html" target="_self">Segment_3</a></td><td class="desc">A type representing segments in three dimensions </td></tr>
<tr id="row_1_283_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1SideOfBoundedCircle__2.html" target="_self">SideOfBoundedCircle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_284_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1SideOfBoundedSphere__3.html" target="_self">SideOfBoundedSphere_3</a></td><td class="desc"></td></tr>
<tr id="row_1_285_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1SideOfOrientedCircle__2.html" target="_self">SideOfOrientedCircle_2</a></td><td class="desc"></td></tr>
<tr id="row_1_286_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1SideOfOrientedSphere__3.html" target="_self">SideOfOrientedSphere_3</a></td><td class="desc"></td></tr>
<tr id="row_1_287_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Sphere__3.html" target="_self">Sphere_3</a></td><td class="desc">A type representing spheres in three dimensions </td></tr>
<tr id="row_1_288_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Tetrahedron__3.html" target="_self">Tetrahedron_3</a></td><td class="desc">A type representing tetrahedra in three dimensions </td></tr>
<tr id="row_1_289_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Triangle__2.html" target="_self">Triangle_2</a></td><td class="desc">A type representing triangles in two dimensions </td></tr>
<tr id="row_1_290_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Triangle__3.html" target="_self">Triangle_3</a></td><td class="desc">A type representing triangles in three dimensions </td></tr>
<tr id="row_1_291_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Vector__2.html" target="_self">Vector_2</a></td><td class="desc">A type representing vectors in two dimensions </td></tr>
<tr id="row_1_292_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1Vector__3.html" target="_self">Vector_3</a></td><td class="desc">A type representing vectors in three dimensions </td></tr>
<tr id="row_1_293_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1WeightedPoint__2.html" target="_self">WeightedPoint_2</a></td><td class="desc">A type representing weighted points in two dimensions </td></tr>
<tr id="row_1_294_" class="even" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel_1_1WeightedPoint__3.html" target="_self">WeightedPoint_3</a></td><td class="desc">A type representing weighted points in three dimensions </td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon-concept">C</span></span><a class="el" href="classKernel.html" target="_self">Kernel</a></td><td class="desc">The concept of a <em>kernel</em> is defined by a set of requirements on the provision of certain types and access member functions to create objects of these types. The types are function object classes to be used within the algorithms and data structures of CGAL. This allows you to use any model of a kernel as a traits class in the CGAL algorithms and data structures, unless they require types beyond those provided by a kernel </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.9.6-->
<!-- start footer part -->
<!-- The footer div is not part of the default but we require it to
move the footer to the bottom of the page. -->
<div id="footer">
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"></a> 1.9.6 </li>
</ul>
</div>
</div>
</body>
</html>