-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclass_mola_1_1_mesh_analysis.html
386 lines (363 loc) · 23.3 KB
/
class_mola_1_1_mesh_analysis.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
<!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" lang="en-US">
<head>
<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.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>HD Mola: MeshAnalysis Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() { init_search(); });
/* @license-end */
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">HD Mola
</div>
</td>
<td> <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="search/close.svg" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</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>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_mola.html">Mola</a></li><li class="navelem"><a class="el" href="class_mola_1_1_mesh_analysis.html">MeshAnalysis</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="class_mola_1_1_mesh_analysis-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">MeshAnalysis Class Reference</div></div>
</div><!--header-->
<div class="contents">
<p>A collection of methods to analyze MolaMesh Face.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-static-methods" name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a34e500c6531728acca9228f6d74945e5" id="r_a34e500c6531728acca9228f6d74945e5"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="class_mola_1_1_mola_grid.html">float</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="#a34e500c6531728acca9228f6d74945e5">FaceArea</a> (<a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a> <a class="el" href="class_mola_1_1_mola_grid.html">molaMesh</a>)</td></tr>
<tr class="memdesc:a34e500c6531728acca9228f6d74945e5"><td class="mdescLeft"> </td><td class="mdescRight">Get the area value of each face of a MolaMesh. <br /></td></tr>
<tr class="separator:a34e500c6531728acca9228f6d74945e5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2332c45900196fe0b129603f73b211f2" id="r_a2332c45900196fe0b129603f73b211f2"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="class_mola_1_1_mola_grid.html">float</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="#a2332c45900196fe0b129603f73b211f2">FaceCompactness</a> (<a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a> <a class="el" href="class_mola_1_1_mola_grid.html">molaMesh</a>)</td></tr>
<tr class="memdesc:a2332c45900196fe0b129603f73b211f2"><td class="mdescLeft"> </td><td class="mdescRight">Get the compactness value of each face of a MolaMesh. <br /></td></tr>
<tr class="separator:a2332c45900196fe0b129603f73b211f2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a485a05ad36a3aecfe8dd4a85743c9194" id="r_a485a05ad36a3aecfe8dd4a85743c9194"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="class_mola_1_1_mola_grid.html">int</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="#a485a05ad36a3aecfe8dd4a85743c9194">FaceIndex</a> (<a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a> <a class="el" href="class_mola_1_1_mola_grid.html">molaMesh</a>)</td></tr>
<tr class="memdesc:a485a05ad36a3aecfe8dd4a85743c9194"><td class="mdescLeft"> </td><td class="mdescRight">Get the index of each face of a MolaMesh. <br /></td></tr>
<tr class="separator:a485a05ad36a3aecfe8dd4a85743c9194"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2d2e8a9d2ed3d9a6d6f744ade3373b05" id="r_a2d2e8a9d2ed3d9a6d6f744ade3373b05"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="struct_mola_1_1_vec3.html">Vec3</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="#a2d2e8a9d2ed3d9a6d6f744ade3373b05">FaceLocation</a> (<a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a> <a class="el" href="class_mola_1_1_mola_grid.html">molaMesh</a>)</td></tr>
<tr class="memdesc:a2d2e8a9d2ed3d9a6d6f744ade3373b05"><td class="mdescLeft"> </td><td class="mdescRight">Get the center position of each face of a MolaMesh. <br /></td></tr>
<tr class="separator:a2d2e8a9d2ed3d9a6d6f744ade3373b05"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9dcb36527a1f2857191ee6540a65e3cb" id="r_a9dcb36527a1f2857191ee6540a65e3cb"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="class_mola_1_1_mola_grid.html">bool</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="#a9dcb36527a1f2857191ee6540a65e3cb">FaceModulo</a> (<a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a> <a class="el" href="class_mola_1_1_mola_grid.html">molaMesh</a>, <a class="el" href="class_mola_1_1_mola_grid.html">int</a> <a class="el" href="class_mola_1_1_mola_grid.html">modulo</a>=5, <a class="el" href="class_mola_1_1_mola_grid.html">int</a> <a class="el" href="class_mola_1_1_mola_grid.html">n</a>=4)</td></tr>
<tr class="memdesc:a9dcb36527a1f2857191ee6540a65e3cb"><td class="mdescLeft"> </td><td class="mdescRight">Get a boolean value for each face according to modulo. <br /></td></tr>
<tr class="separator:a9dcb36527a1f2857191ee6540a65e3cb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0f012894bdadee7b4039e491ae046a31" id="r_a0f012894bdadee7b4039e491ae046a31"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="struct_mola_1_1_vec3.html">Vec3</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="#a0f012894bdadee7b4039e491ae046a31">FaceNormal</a> (<a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a> <a class="el" href="class_mola_1_1_mola_grid.html">molaMesh</a>)</td></tr>
<tr class="memdesc:a0f012894bdadee7b4039e491ae046a31"><td class="mdescLeft"> </td><td class="mdescRight">Get the normal vector of each face of a MolaMesh. <br /></td></tr>
<tr class="separator:a0f012894bdadee7b4039e491ae046a31"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9eb85f0a189bbab5783a9338a6654897" id="r_a9eb85f0a189bbab5783a9338a6654897"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="class_mola_1_1_mola_grid.html">float</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="#a9eb85f0a189bbab5783a9338a6654897">FacePerimeter</a> (<a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a> <a class="el" href="class_mola_1_1_mola_grid.html">molaMesh</a>)</td></tr>
<tr class="memdesc:a9eb85f0a189bbab5783a9338a6654897"><td class="mdescLeft"> </td><td class="mdescRight">Get the perimeter value of each face of a MolaMesh. <br /></td></tr>
<tr class="separator:a9eb85f0a189bbab5783a9338a6654897"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A collection of methods to analyze MolaMesh Face. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a id="a34e500c6531728acca9228f6d74945e5" name="a34e500c6531728acca9228f6d74945e5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a34e500c6531728acca9228f6d74945e5">◆ </a></span>FaceArea()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="class_mola_1_1_mola_grid.html">float</a> > FaceArea </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a></td> <td class="paramname"><span class="paramname"><em>molaMesh</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the area value of each face of a MolaMesh. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">molaMesh</td><td>A MolaMesh to be analyzed</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A list of float values</dd></dl>
</div>
</div>
<a id="a2332c45900196fe0b129603f73b211f2" name="a2332c45900196fe0b129603f73b211f2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2332c45900196fe0b129603f73b211f2">◆ </a></span>FaceCompactness()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="class_mola_1_1_mola_grid.html">float</a> > FaceCompactness </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a></td> <td class="paramname"><span class="paramname"><em>molaMesh</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the compactness value of each face of a MolaMesh. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">molaMesh</td><td>A MolaMesh to be analyzed</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A list of float values</dd></dl>
</div>
</div>
<a id="a485a05ad36a3aecfe8dd4a85743c9194" name="a485a05ad36a3aecfe8dd4a85743c9194"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a485a05ad36a3aecfe8dd4a85743c9194">◆ </a></span>FaceIndex()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="class_mola_1_1_mola_grid.html">int</a> > FaceIndex </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a></td> <td class="paramname"><span class="paramname"><em>molaMesh</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the index of each face of a MolaMesh. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">molaMesh</td><td>A MolaMesh to be analyzed</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A list of int values</dd></dl>
</div>
</div>
<a id="a2d2e8a9d2ed3d9a6d6f744ade3373b05" name="a2d2e8a9d2ed3d9a6d6f744ade3373b05"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2d2e8a9d2ed3d9a6d6f744ade3373b05">◆ </a></span>FaceLocation()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="struct_mola_1_1_vec3.html">Vec3</a> > FaceLocation </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a></td> <td class="paramname"><span class="paramname"><em>molaMesh</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the center position of each face of a MolaMesh. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">molaMesh</td><td>A MolaMesh to be analyzed</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A list of <a class="el" href="namespace_mola.html">Mola</a> Vec3</dd></dl>
</div>
</div>
<a id="a9dcb36527a1f2857191ee6540a65e3cb" name="a9dcb36527a1f2857191ee6540a65e3cb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9dcb36527a1f2857191ee6540a65e3cb">◆ </a></span>FaceModulo()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="class_mola_1_1_mola_grid.html">bool</a> > FaceModulo </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a></td> <td class="paramname"><span class="paramname"><em>molaMesh</em>, </span></td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="class_mola_1_1_mola_grid.html">int</a></td> <td class="paramname"><span class="paramname"><em>modulo</em><span class="paramdefsep"> = </span><span class="paramdefval">5</span>, </span></td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="class_mola_1_1_mola_grid.html">int</a></td> <td class="paramname"><span class="paramname"><em>n</em><span class="paramdefsep"> = </span><span class="paramdefval">4</span></span> )</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get a boolean value for each face according to modulo. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">molaMesh</td><td>A MolaMesh to be analyzed</td></tr>
<tr><td class="paramname">modulo</td><td>The modulo int number</td></tr>
<tr><td class="paramname">n</td><td>the desired index number within the modulo</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A list of boolean values</dd></dl>
<h3><a class="anchor" id="autotoc_md1"></a>
Example</h3>
<div class="fragment"><div class="line"><a class="code hl_class" href="class_mola_1_1_mola_mesh.html">MolaMesh</a> <a class="code hl_class" href="class_mola_1_1_mola_grid.html">mesh</a> = <a class="code hl_class" href="class_mola_1_1_mesh_factory.html">MeshFactory</a>.<a class="code hl_function" href="class_mola_1_1_mesh_factory.html#a6f93b64b743a93bb3704f13c8302623a">CreateBox</a>();</div>
<div class="line"><a class="code hl_class" href="class_mola_1_1_mola_grid.html">List<bool></a> values = <a class="code hl_class" href="class_mola_1_1_mesh_analysis.html">MeshAnalysis</a>.<a class="code hl_function" href="#a9dcb36527a1f2857191ee6540a65e3cb">FaceModulo</a>(<a class="code hl_class" href="class_mola_1_1_mola_grid.html">mesh</a>, 6, 0);</div>
<div class="ttc" id="aclass_mola_1_1_mesh_analysis_html"><div class="ttname"><a href="class_mola_1_1_mesh_analysis.html">Mola.MeshAnalysis</a></div><div class="ttdoc">A collection of methods to analyze MolaMesh Face.</div><div class="ttdef"><b>Definition</b> MeshAnalysis.cs:12</div></div>
<div class="ttc" id="aclass_mola_1_1_mesh_analysis_html_a9dcb36527a1f2857191ee6540a65e3cb"><div class="ttname"><a href="#a9dcb36527a1f2857191ee6540a65e3cb">Mola.MeshAnalysis.FaceModulo</a></div><div class="ttdeci">static List< bool > FaceModulo(MolaMesh molaMesh, int modulo=5, int n=4)</div><div class="ttdoc">Get a boolean value for each face according to modulo.</div><div class="ttdef"><b>Definition</b> MeshAnalysis.cs:79</div></div>
<div class="ttc" id="aclass_mola_1_1_mesh_factory_html"><div class="ttname"><a href="class_mola_1_1_mesh_factory.html">Mola.MeshFactory</a></div><div class="ttdoc">A collection of methods to create MolaMEsh Premitives.</div><div class="ttdef"><b>Definition</b> MeshFactory.cs:11</div></div>
<div class="ttc" id="aclass_mola_1_1_mesh_factory_html_a6f93b64b743a93bb3704f13c8302623a"><div class="ttname"><a href="class_mola_1_1_mesh_factory.html#a6f93b64b743a93bb3704f13c8302623a">Mola.MeshFactory.CreateBox</a></div><div class="ttdeci">static MolaMesh CreateBox(float x1=0, float y1=0, float z1=0, float x2=1, float y2=1, float z2=1, Color? color=null)</div><div class="ttdoc">Creates and returns a mesh box with six quad faces.</div><div class="ttdef"><b>Definition</b> MeshFactory.cs:509</div></div>
<div class="ttc" id="aclass_mola_1_1_mola_grid_html"><div class="ttname"><a href="class_mola_1_1_mola_grid.html">Mola.MolaGrid</a></div><div class="ttdoc">A MolaGrid is taking care of getting and setting values and retrieving neighbors in an orthogonal gri...</div><div class="ttdef"><b>Definition</b> MolaGrid.cs:12</div></div>
<div class="ttc" id="aclass_mola_1_1_mola_mesh_html"><div class="ttname"><a href="class_mola_1_1_mola_mesh.html">Mola.MolaMesh</a></div><div class="ttdoc">A mesh describes a 3D surface made of Vertices connected by Faces.</div><div class="ttdef"><b>Definition</b> MolaMesh.cs:12</div></div>
</div><!-- fragment -->
</div>
</div>
<a id="a0f012894bdadee7b4039e491ae046a31" name="a0f012894bdadee7b4039e491ae046a31"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0f012894bdadee7b4039e491ae046a31">◆ </a></span>FaceNormal()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="struct_mola_1_1_vec3.html">Vec3</a> > FaceNormal </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a></td> <td class="paramname"><span class="paramname"><em>molaMesh</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the normal vector of each face of a MolaMesh. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">molaMesh</td><td>A MolaMesh to be analyzed</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A list of <a class="el" href="namespace_mola.html">Mola</a> Vec3</dd></dl>
</div>
</div>
<a id="a9eb85f0a189bbab5783a9338a6654897" name="a9eb85f0a189bbab5783a9338a6654897"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9eb85f0a189bbab5783a9338a6654897">◆ </a></span>FacePerimeter()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="class_mola_1_1_mola_grid.html">List</a>< <a class="el" href="class_mola_1_1_mola_grid.html">float</a> > FacePerimeter </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_mola_1_1_mola_mesh.html">MolaMesh</a></td> <td class="paramname"><span class="paramname"><em>molaMesh</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the perimeter value of each face of a MolaMesh. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">molaMesh</td><td>A MolaMesh to be analyzed</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A list of float values</dd></dl>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0
</small></address>
</body>
</html>