-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclass_t_c_o_d_noise.html
544 lines (527 loc) · 37.5 KB
/
class_t_c_o_d_noise.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
<!-- HTML header for doxygen 1.9.5-->
<!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>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-772NXFFJ4E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-772NXFFJ4E');
</script>
<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.5" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>libtcod: TCODNoise 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="doxygen-awesome-darkmode-toggle.js"></script>
<script type="text/javascript" src="doxygen-awesome-fragment-copy-button.js"></script>
<script type="text/javascript" src="doxygen-awesome-paragraph-link.js"></script>
<script type="text/javascript" src="doxygen-awesome-interactive-toc.js"></script>
<script type="text/javascript">
DoxygenAwesomeDarkModeToggle.init()
DoxygenAwesomeFragmentCopyButton.init()
DoxygenAwesomeParagraphLink.init()
DoxygenAwesomeInteractiveToc.init()
</script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only-darkmode-toggle.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">libtcod
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</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"></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('class_t_c_o_d_noise.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- 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 class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pro-attribs">Protected Attributes</a> |
<a href="#friends">Friends</a> |
<a href="class_t_c_o_d_noise-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">TCODNoise Class Reference</div></div>
</div><!--header-->
<div class="contents">
<p>Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or clouds 3D fbm : animated smoke If you don't know what is Perlin noise and derived functions, or what is the influence of the different fractal parameters, check the Perlin noise sample included with the library.
<a href="class_t_c_o_d_noise.html#details">More...</a></p>
<p><code>#include <<a class="el" href="noise_8hpp_source.html">noise.hpp</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a2ff2b68a1543de90f775afc76bed8135"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_c_o_d_noise.html#a2ff2b68a1543de90f775afc76bed8135">TCODNoise</a> (int dimensions, TCOD_noise_type_t type=TCOD_NOISE_DEFAULT)</td></tr>
<tr class="separator:a2ff2b68a1543de90f775afc76bed8135"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9844da20bc72d29b1018f002841b72a6"><td class="memItemLeft" align="right" valign="top"><a id="a9844da20bc72d29b1018f002841b72a6" name="a9844da20bc72d29b1018f002841b72a6"></a>
 </td><td class="memItemRight" valign="bottom"><b>TCODNoise</b> (int dimensions, <a class="el" href="class_t_c_o_d_random.html">TCODRandom</a> *random, TCOD_noise_type_t type=TCOD_NOISE_DEFAULT)</td></tr>
<tr class="separator:a9844da20bc72d29b1018f002841b72a6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a38bfd2bfb3526f2f1bcb96c3ad5ab6e1"><td class="memItemLeft" align="right" valign="top"><a id="a38bfd2bfb3526f2f1bcb96c3ad5ab6e1" name="a38bfd2bfb3526f2f1bcb96c3ad5ab6e1"></a>
 </td><td class="memItemRight" valign="bottom"><b>TCODNoise</b> (int dimensions, float hurst, float lacunarity, TCOD_noise_type_t type=TCOD_NOISE_DEFAULT)</td></tr>
<tr class="separator:a38bfd2bfb3526f2f1bcb96c3ad5ab6e1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adbf277369ad0624d33d1268953bb02ed"><td class="memItemLeft" align="right" valign="top"><a id="adbf277369ad0624d33d1268953bb02ed" name="adbf277369ad0624d33d1268953bb02ed"></a>
 </td><td class="memItemRight" valign="bottom"><b>TCODNoise</b> (int dimensions, float hurst, float lacunarity, <a class="el" href="class_t_c_o_d_random.html">TCODRandom</a> *random, TCOD_noise_type_t type=TCOD_NOISE_DEFAULT)</td></tr>
<tr class="separator:adbf277369ad0624d33d1268953bb02ed"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3590a1c0e898182a13cd09b02e2c2fa9"><td class="memItemLeft" align="right" valign="top"><a id="a3590a1c0e898182a13cd09b02e2c2fa9" name="a3590a1c0e898182a13cd09b02e2c2fa9"></a>
 </td><td class="memItemRight" valign="bottom"><b>TCODNoise</b> (const <a class="el" href="class_t_c_o_d_noise.html">TCODNoise</a> &)=delete</td></tr>
<tr class="separator:a3590a1c0e898182a13cd09b02e2c2fa9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afef9a9d2a658756950597f04d360f554"><td class="memItemLeft" align="right" valign="top"><a id="afef9a9d2a658756950597f04d360f554" name="afef9a9d2a658756950597f04d360f554"></a>
<a class="el" href="class_t_c_o_d_noise.html">TCODNoise</a> & </td><td class="memItemRight" valign="bottom"><b>operator=</b> (const <a class="el" href="class_t_c_o_d_noise.html">TCODNoise</a> &)=delete</td></tr>
<tr class="separator:afef9a9d2a658756950597f04d360f554"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a104a77f078b6414f354049e939b40a18"><td class="memItemLeft" align="right" valign="top"><a id="a104a77f078b6414f354049e939b40a18" name="a104a77f078b6414f354049e939b40a18"></a>
 </td><td class="memItemRight" valign="bottom"><b>TCODNoise</b> (<a class="el" href="class_t_c_o_d_noise.html">TCODNoise</a> &&rhs) noexcept</td></tr>
<tr class="separator:a104a77f078b6414f354049e939b40a18"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a22fa64ac929e1d1ab9264d9ea83cfec1"><td class="memItemLeft" align="right" valign="top"><a id="a22fa64ac929e1d1ab9264d9ea83cfec1" name="a22fa64ac929e1d1ab9264d9ea83cfec1"></a>
<a class="el" href="class_t_c_o_d_noise.html">TCODNoise</a> & </td><td class="memItemRight" valign="bottom"><b>operator=</b> (<a class="el" href="class_t_c_o_d_noise.html">TCODNoise</a> &&rhs) noexcept</td></tr>
<tr class="separator:a22fa64ac929e1d1ab9264d9ea83cfec1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a668c4ac4f344976c370eb647345596d1"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_c_o_d_noise.html#a668c4ac4f344976c370eb647345596d1">~TCODNoise</a> ()</td></tr>
<tr class="separator:a668c4ac4f344976c370eb647345596d1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8b7deee0abb4760066a81165614acccd"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_c_o_d_noise.html#a8b7deee0abb4760066a81165614acccd">setType</a> (TCOD_noise_type_t type)</td></tr>
<tr class="memdesc:a8b7deee0abb4760066a81165614acccd"><td class="mdescLeft"> </td><td class="mdescRight">Use this function to define the default algorithm used by the noise functions. <a href="class_t_c_o_d_noise.html#a8b7deee0abb4760066a81165614acccd">More...</a><br /></td></tr>
<tr class="separator:a8b7deee0abb4760066a81165614acccd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2f7661c2aeeb1f59a42590d8c79d299a"><td class="memItemLeft" align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_c_o_d_noise.html#a2f7661c2aeeb1f59a42590d8c79d299a">get</a> (float *f, TCOD_noise_type_t type=TCOD_NOISE_DEFAULT)</td></tr>
<tr class="separator:a2f7661c2aeeb1f59a42590d8c79d299a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae9b5af1ce3c6eb65d1ffe28f20947233"><td class="memItemLeft" align="right" valign="top"><a id="ae9b5af1ce3c6eb65d1ffe28f20947233" name="ae9b5af1ce3c6eb65d1ffe28f20947233"></a>
float </td><td class="memItemRight" valign="bottom"><b>get</b> (const float *f, TCOD_noise_type_t type=TCOD_NOISE_DEFAULT)</td></tr>
<tr class="separator:ae9b5af1ce3c6eb65d1ffe28f20947233"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5fce4fcb5e2617833a30791467e6be3f"><td class="memItemLeft" align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_c_o_d_noise.html#a5fce4fcb5e2617833a30791467e6be3f">getFbm</a> (float *f, float octaves, TCOD_noise_type_t type=TCOD_NOISE_DEFAULT)</td></tr>
<tr class="separator:a5fce4fcb5e2617833a30791467e6be3f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a98096908de27b5b35bef562a3615b70d"><td class="memItemLeft" align="right" valign="top"><a id="a98096908de27b5b35bef562a3615b70d" name="a98096908de27b5b35bef562a3615b70d"></a>
float </td><td class="memItemRight" valign="bottom"><b>getFbm</b> (const float *f, float octaves, TCOD_noise_type_t type=TCOD_NOISE_DEFAULT)</td></tr>
<tr class="separator:a98096908de27b5b35bef562a3615b70d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4b182c9707ef44cdc5d43ff878b922b7"><td class="memItemLeft" align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="class_t_c_o_d_noise.html#a4b182c9707ef44cdc5d43ff878b922b7">getTurbulence</a> (float *f, float octaves, TCOD_noise_type_t type=TCOD_NOISE_DEFAULT)</td></tr>
<tr class="separator:a4b182c9707ef44cdc5d43ff878b922b7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7ad0281e331568c8f32a2a50c3c49283"><td class="memItemLeft" align="right" valign="top"><a id="a7ad0281e331568c8f32a2a50c3c49283" name="a7ad0281e331568c8f32a2a50c3c49283"></a>
float </td><td class="memItemRight" valign="bottom"><b>getTurbulence</b> (const float *f, float octaves, TCOD_noise_type_t type=TCOD_NOISE_DEFAULT)</td></tr>
<tr class="separator:a7ad0281e331568c8f32a2a50c3c49283"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pro-attribs" name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr class="memitem:a8e7abc14d06a3baa3a77f9198b5025be"><td class="memItemLeft" align="right" valign="top"><a id="a8e7abc14d06a3baa3a77f9198b5025be" name="a8e7abc14d06a3baa3a77f9198b5025be"></a>
<a class="el" href="struct_t_c_o_d___noise.html">TCOD_noise_t</a> </td><td class="memItemRight" valign="bottom"><b>data</b></td></tr>
<tr class="separator:a8e7abc14d06a3baa3a77f9198b5025be"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="friends" name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:ab082365c1ed4bfc0c4cf5358d7f05079"><td class="memItemLeft" align="right" valign="top"><a id="ab082365c1ed4bfc0c4cf5358d7f05079" name="ab082365c1ed4bfc0c4cf5358d7f05079"></a>
class </td><td class="memItemRight" valign="bottom"><b>TCODHeightMap</b></td></tr>
<tr class="separator:ab082365c1ed4bfc0c4cf5358d7f05079"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p >Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or clouds 3D fbm : animated smoke If you don't know what is Perlin noise and derived functions, or what is the influence of the different fractal parameters, check the Perlin noise sample included with the library. </p>
<p >This toolkit provides several functions to generate Perlin noise and other derived noises. It can handle noise functions from 1 to 4 dimensions. </p><table width="800px" class="none">
<tr>
<td align="center">Simplex noise, fbm, turbulence </td><td align="center"><img src="simplex.png" alt="" border="1" class="inline"/> </td><td align="center"><img src="fbm_simplex.png" alt="" border="1" class="inline"/> </td><td align="center"><img src="turbulence_simplex.png" alt="" border="1" class="inline"/> </td></tr>
<tr>
<td align="center">Perlin noise, fbm, turbulence </td><td align="center"><img src="perlin.png" alt="" border="1" class="inline"/> </td><td align="center"><img src="fbm_perlin.png" alt="" border="1" class="inline"/> </td><td align="center"><img src="turbulence_perlin.png" alt="" border="1" class="inline"/> </td></tr>
<tr>
<td align="center">Wavelet noise, fbm, turbulence </td><td align="center"><img src="wavelet.png" alt="" border="1" class="inline"/> </td><td align="center"><img src="fbm_wavelet.png" alt="" border="1" class="inline"/> </td><td align="center"><img src="turbulence_wavelet.png" alt="" border="1" class="inline"/> </td></tr>
</table>
<h6>Noise functions relative times</h6>
<p >For example, in 4D, Perlin noise is 17 times slower than simplex noise. </p><table border="1">
<tr>
<td></td><td>1D</td><td>2D</td><td>3D</td><td>4D </td></tr>
<tr>
<td>simplex</td><td>1</td><td>1</td><td>1</td><td>1 </td></tr>
<tr>
<td>Perlin</td><td>1.3</td><td>4</td><td>5</td><td>17 </td></tr>
<tr>
<td>wavelet</td><td>53</td><td>32</td><td>14</td><td>X </td></tr>
</table>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a id="a2ff2b68a1543de90f775afc76bed8135" name="a2ff2b68a1543de90f775afc76bed8135"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2ff2b68a1543de90f775afc76bed8135">◆ </a></span>TCODNoise()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">TCODNoise::TCODNoise </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>dimensions</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">TCOD_noise_type_t </td>
<td class="paramname"><em>type</em> = <code>TCOD_NOISE_DEFAULT</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<pre class="fragment">@noop noise_init
@noop noise
@noop Creating a noise generator
@brief Those functions initialize a noise generator from a number of dimensions (from 1 to 4), some fractal parameters and a random number generator.
The C++ version provides several constructors. When the hurst and lacunarity parameters are omitted, default values (TCOD_NOISE_DEFAULT_HURST = 0.5f and TCOD_NOISE_DEFAULT_LACUNARITY = 2.0f) are used.
@noop
TCODNoise::TCODNoise(int dimensions, TCOD_noise_type_t type = TCOD_NOISE_DEFAULT)
TCODNoise::TCODNoise(int dimensions, TCODRandom *random, TCOD_noise_type_t type = TCOD_NOISE_DEFAULT)
TCODNoise::TCODNoise(int dimensions, float hurst, float lacunarity, TCOD_noise_type_t type = TCOD_NOISE_DEFAULT)
TCODNoise::TCODNoise(int dimensions, float hurst, float lacunarity, TCODRandom *random, TCOD_noise_type_t type = TCOD_NOISE_DEFAULT)
@noop TCOD_noise_t TCOD_noise_new(int dimensions, float hurst, float lacunarity, TCOD_random_t random)
@noop noise_new(dimensions, hurst=TCOD_NOISE_DEFAULT_HURST, lacunarity=TCOD_NOISE_DEFAULT_LACUNARITY, random=0)
@noop#
TCODNoise::TCODNoise(int dimensions)
TCODNoise::TCODNoise(int dimensions, TCODRandom random)
TCODNoise::TCODNoise(int dimensions, float hurst, float lacunarity)
TCODNoise::TCODNoise(int dimensions, float hurst, float lacunarity, TCODRandom random)
@param dimensions From 1 to 4.
@param hurst For fractional brownian motion and turbulence, the fractal Hurst exponent. You can use the default value TCOD_NOISE_DEFAULT_HURST = 0.5f.
@param lacunarity For fractional brownian motion and turbulence, the fractal lacunarity. You can use the default value TCOD_NOISE_DEFAULT_LACUNARITY = 2.0f.
@param random A random number generator obtained with the Mersenne twister toolkit or NULL to use the default random number generator.
@noop
</pre><p> 1 dimension generator <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> * noise1d = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise(1)</a>; 2D noise with a predefined random number generator <a class="el" href="class_t_c_o_d_random.html">TCODRandom</a> *myRandom = new <a class="el" href="class_t_c_o_d_random.html">TCODRandom()</a>; <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> *noise2d = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise(2,myRandom)</a>; a 3D noise generator with a specific fractal parameters <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> *noise3d = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a>(3,0.7f,1.4f);</p>
<p >1 dimension generator TCOD_noise_t noise1d = TCOD_noise_new(1,TCOD_NOISE_DEFAULT_HURST, TCOD_NOISE_DEFAULT_LACUNARITY,NULL); 2D noise with a predefined random number generator TCOD_random_t my_random = TCOD_random_new(); TCOD_noise_t noise2d = TCOD_noise_new(2,TCOD_NOISE_DEFAULT_HURST, TCOD_NOISE_DEFAULT_LACUNARITY,my_random); a 3D noise generator with a specific fractal parameters TCOD_noise_t noise3d = TCOD_noise_new(3,0.7f, 1.4f,NULL);</p>
<h1><a class="anchor" id="autotoc_md21"></a>
1 dimension generator</h1>
<p >noise1d = libtcod.noise_new(1) </p>
<h1><a class="anchor" id="autotoc_md22"></a>
2D noise with a predefined random number generator</h1>
<p >my_random = libtcod.random_new(); noise2d = libtcod.noise_new(2,libtcod.NOISE_DEFAULT_HURST, libtcod.NOISE_DEFAULT_LACUNARITY,my_random) </p>
<h1><a class="anchor" id="autotoc_md23"></a>
a 3D noise generator with a specific fractal parameters</h1>
<p >noise3d = libtcod.noise_new(3, 0.7, 1.4) </p>
</div>
</div>
<a id="a668c4ac4f344976c370eb647345596d1" name="a668c4ac4f344976c370eb647345596d1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a668c4ac4f344976c370eb647345596d1">◆ </a></span>~TCODNoise()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual TCODNoise::~TCODNoise </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<pre class="fragment">@noop noise_init
@brief To release resources used by a generator, use those functions :
@noop TCODNoise::~TCODNoise()
@noop void TCOD_noise_delete(TCOD_noise_t noise)
@noop noise_delete(noise)
@noop# void TCODNoise::Dispose()
@param noise In the C and Python versions, the generator handler, returned by the initialization function.
@noop
</pre><p> create a generator <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> *noise = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise(2)</a>; use it ... destroy it delete noise;</p>
<p >create a generator TCOD_noise_t noise = TCOD_noise_new(2,TCOD_NOISE_DEFAULT_HURST, TCOD_NOISE_DEFAULT_LACUNARITY, NULL); use it ... destroy it TCOD_noise_delete(noise);</p>
<h1><a class="anchor" id="autotoc_md24"></a>
create a generator</h1>
<p >noise = libtcod.noise_new(2,libtcod.NOISE_DEFAULT_HURST, libtcod.NOISE_DEFAULT_LACUNARITY, 0) </p>
<h1><a class="anchor" id="autotoc_md25"></a>
use it</h1>
<p >... </p>
<h1><a class="anchor" id="autotoc_md26"></a>
destroy it</h1>
<p >libtcod.noise_delete(noise) </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a2f7661c2aeeb1f59a42590d8c79d299a" name="a2f7661c2aeeb1f59a42590d8c79d299a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2f7661c2aeeb1f59a42590d8c79d299a">◆ </a></span>get()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float TCODNoise::get </td>
<td>(</td>
<td class="paramtype">float * </td>
<td class="paramname"><em>f</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">TCOD_noise_type_t </td>
<td class="paramname"><em>type</em> = <code>TCOD_NOISE_DEFAULT</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<pre class="fragment"> @noop noise_get
@noop noise
@noop Getting flat noise
@brief This function returns the noise function value between -1.0 and 1.0 at given coordinates.
@noop float TCODNoise::get(float *f, TCOD_noise_type_t type = TCOD_NOISE_DEFAULT)
@noop float TCOD_noise_get(TCOD_noise_t noise, float *f)
</pre><p> float TCOD_noise_get_ex(TCOD_noise_t noise, float *f, TCOD_noise_type_t type)</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">noise</td><td>In the C version, the generator handler, returned by the initialization function. </td></tr>
<tr><td class="paramname">f</td><td>An array of coordinates, depending on the generator dimensions (between 1 and 4). The same array of coordinates will always return the same value. </td></tr>
<tr><td class="paramname">type</td><td>The algorithm to use. If not defined, use the default one (set with setType or simplex if not set)</td></tr>
</table>
</dd>
</dl>
<p>1d noise <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> * noise1d = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise(1)</a>; float p=0.5f; get a 1d simplex value float value = noise1d->get(&p); 2d noise <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> * noise2d = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise(2)</a>; float p[2]={0.5f,0.7f}; get a 2D Perlin value float value = noise2d->get(p, TCOD_NOISE_PERLIN);</p>
<p >1d noise TCOD_noise_t noise1d = TCOD_noise_new(1,TCOD_NOISE_DEFAULT_HURST, TCOD_NOISE_DEFAULT_LACUNARITY,NULL); float p=0.5f; get a 1d simplex value float value = TCOD_noise_get(noise1d,&p); 2d noise TCOD_noise_t noise2d = TCOD_noise_new(2,TCOD_NOISE_DEFAULT_HURST, TCOD_NOISE_DEFAULT_LACUNARITY,NULL); float p[2]={0.5f,0.7f}; get a 2d perlin value float value = TCOD_noise_get_ex(noise2d,p,TCOD_NOISE_PERLIN);</p>
<h1><a class="anchor" id="autotoc_md27"></a>
1d noise</h1>
<p >noise1d = libtcod.noise_new(1) </p>
<h1><a class="anchor" id="autotoc_md28"></a>
get a 1d simplex value</h1>
<p >value = libtcod.noise_get(noise1d,[0.5]) </p>
<h1><a class="anchor" id="autotoc_md29"></a>
2d noise</h1>
<p >noise2d = libtcod.noise_new(2) </p>
<h1><a class="anchor" id="autotoc_md30"></a>
get a 2d perlin value</h1>
<p >value = libtcod.noise_get(noise2d,[0.5,0.7], libtcod.NOISE_PERLIN) </p>
</div>
</div>
<a id="a5fce4fcb5e2617833a30791467e6be3f" name="a5fce4fcb5e2617833a30791467e6be3f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5fce4fcb5e2617833a30791467e6be3f">◆ </a></span>getFbm()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float TCODNoise::getFbm </td>
<td>(</td>
<td class="paramtype">float * </td>
<td class="paramname"><em>f</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">float </td>
<td class="paramname"><em>octaves</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">TCOD_noise_type_t </td>
<td class="paramname"><em>type</em> = <code>TCOD_NOISE_DEFAULT</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<pre class="fragment">@noop noise_get_fbm
@noop noise
@noop Getting fbm noise
@brief This function returns the fbm function value between -1.0 and 1.0 at given coordinates, using fractal hurst and lacunarity defined when the generator has been created.
@noop float TCODNoise::getFbm(float *f, float octaves, TCOD_noise_type_t type = TCOD_NOISE_DEFAULT)
@noop float TCOD_noise_get_fbm(TCOD_noise_t noise, float *f, float octaves)
</pre><p> float TCOD_noise_get_fbm(TCOD_noise_t noise, float *f, float octaves, TCOD_noise_type_t type)</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">noise</td><td>In the C version, the generator handler, returned by the initialization function. </td></tr>
<tr><td class="paramname">f</td><td>An array of coordinates, depending on the generator dimensions (between 1 and 4). The same array of coordinates will always return the same value. </td></tr>
<tr><td class="paramname">octaves</td><td>Number of iterations. Must be < TCOD_NOISE_MAX_OCTAVES = 128 </td></tr>
<tr><td class="paramname">type</td><td>The algorithm to use. If not defined, use the default one (set with setType or simplex if not set)</td></tr>
</table>
</dd>
</dl>
<p>1d fbm <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> * noise1d = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise(1)</a>; float p=0.5f; get a 1d simplex fbm float value = noise1d->getFbm(&p,32.0f); 2d fbm <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> * noise2d = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise(2)</a>; float p[2]={0.5f,0.7f}; get a 2d perlin fbm float value = noise2d->getFbm(p,32.0f, TCOD_NOISE_PERLIN);</p>
<p >1d fbm TCOD_noise_t noise1d = TCOD_noise_new(1,TCOD_NOISE_DEFAULT_HURST, TCOD_NOISE_DEFAULT_LACUNARITY,NULL); float p=0.5f; get a 1d simplex fbm float value = TCOD_noise_get_fbm(noise1d,&p,32.0f); 2d fbm TCOD_noise_t noise2d = TCOD_noise_new(2,TCOD_NOISE_DEFAULT_HURST, TCOD_NOISE_DEFAULT_LACUNARITY,NULL); float p[2]={0.5f,0.7f}; get a 2d perlin fbm float value = TCOD_noise_get_fbm_ex(noise2d,p,32.0f,TCOD_NOISE_PERLIN);</p>
<h1><a class="anchor" id="autotoc_md31"></a>
1d noise</h1>
<p >noise1d = libtcod.noise_new(1) </p>
<h1><a class="anchor" id="autotoc_md32"></a>
1d simplex fbm</h1>
<p >value = libtcod.noise_get_fbm(noise1d,[0.5],32.0) </p>
<h1><a class="anchor" id="autotoc_md33"></a>
2d noise</h1>
<p >noise2d = libtcod.noise_new(2) </p>
<h1><a class="anchor" id="autotoc_md34"></a>
2d perlin fbm</h1>
<p >value = libtcod.noise_get_fbm(noise2d,[0.5,0.7],32.0, libtcod.NOISE_PERLIN) </p>
</div>
</div>
<a id="a4b182c9707ef44cdc5d43ff878b922b7" name="a4b182c9707ef44cdc5d43ff878b922b7"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4b182c9707ef44cdc5d43ff878b922b7">◆ </a></span>getTurbulence()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">float TCODNoise::getTurbulence </td>
<td>(</td>
<td class="paramtype">float * </td>
<td class="paramname"><em>f</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">float </td>
<td class="paramname"><em>octaves</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">TCOD_noise_type_t </td>
<td class="paramname"><em>type</em> = <code>TCOD_NOISE_DEFAULT</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<pre class="fragment">@noop noise_get_turbulence
@noop noise
@noop Getting turbulence
@brief This function returns the turbulence function value between -1.0 and 1.0 at given coordinates, using fractal hurst and lacunarity defined when the generator has been created.
@noop float TCODNoise::getTurbulence(float *f, float octaves, TCOD_noise_type_t type = TCOD_NOISE_DEFAULT)
@noop float TCOD_noise_get_turbulence(TCOD_noise_t noise, float *f, float octaves)
</pre><p> float TCOD_noise_get_turbulence_ex(TCOD_noise_t noise, float *f, float octaves, TCOD_noise_type_t)</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">noise</td><td>In the C version, the generator handler, returned by the initialization function. </td></tr>
<tr><td class="paramname">f</td><td>An array of coordinates, depending on the generator dimensions (between 1 and 4). The same array of coordinates will always return the same value. </td></tr>
<tr><td class="paramname">octaves</td><td>Number of iterations. Must be < TCOD_NOISE_MAX_OCTAVES = 128</td></tr>
</table>
</dd>
</dl>
<p>1d fbm <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> * noise1d = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise(1)</a>; float p=0.5f; a 1d simplex turbulence float value = noise1d->getTurbulence(&p,32.0f); 2d fbm <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> * noise2d = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise(2)</a>; float p[2]={0.5f,0.7f}; a 2d perlin turbulence float value = noise2d->getTurbulence(p,32.0f, TCOD_NOISE_PERLIN);</p>
<p >1d fbm TCOD_noise_t noise1d = TCOD_noise_new(1,TCOD_NOISE_DEFAULT_HURST, TCOD_NOISE_DEFAULT_LACUNARITY,NULL); float p=0.5f; a 1d simplex turbulence float value = TCOD_noise_get_turbulence(noise1d,&p,32.0f); 2d fbm TCOD_noise_t noise2d = TCOD_noise_new(2,TCOD_NOISE_DEFAULT_HURST, TCOD_NOISE_DEFAULT_LACUNARITY,NULL); float p[2]={0.5f,0.7f}; a 2d perlin turbulence float value = TCOD_noise_get_turbulence_ex(noise2d,p,32.0f, TCOD_NOISE_PERLIN);</p>
<h1><a class="anchor" id="autotoc_md35"></a>
1d noise</h1>
<p >noise1d = libtcod.noise_new(1) </p>
<h1><a class="anchor" id="autotoc_md36"></a>
1d simplex turbulence</h1>
<p >value = libtcod.noise_get_turbulence(noise1d,[0.5],32.0) </p>
<h1><a class="anchor" id="autotoc_md37"></a>
2d noise</h1>
<p >noise2d = libtcod.noise_new(2) </p>
<h1><a class="anchor" id="autotoc_md38"></a>
2d perlin turbulence</h1>
<p >value = libtcod.noise_get_turbulence(noise2d,[0.5,0.7],32.0,libtcod.NOISE_PERLIN) </p>
</div>
</div>
<a id="a8b7deee0abb4760066a81165614acccd" name="a8b7deee0abb4760066a81165614acccd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8b7deee0abb4760066a81165614acccd">◆ </a></span>setType()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void TCODNoise::setType </td>
<td>(</td>
<td class="paramtype">TCOD_noise_type_t </td>
<td class="paramname"><em>type</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Use this function to define the default algorithm used by the noise functions. </p>
<p >The default algorithm is simplex. It's much faster than Perlin, especially in 4 dimensions. It has a better contrast too.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">noise</td><td>In the C version, the generator handler, returned by the initialization function. </td></tr>
<tr><td class="paramname">type</td><td>The algorithm to use, either TCOD_NOISE_SIMPLEX, TCOD_NOISE_PERLIN or TCOD_NOISE_WAVELET.</td></tr>
</table>
</dd>
</dl>
<p><a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise</a> * noise1d = new <a class="el" href="class_t_c_o_d_noise.html" title="Usage example: 1D noise : the variation of a torch intensity 2D fbm : heightfield generation or cloud...">TCODNoise(1)</a>; noise1d->setType(TCOD_NOISE_PERLIN);</p>
<p >TCOD_noise_t noise1d = TCOD_noise_new(1,TCOD_NOISE_DEFAULT_HURST, TCOD_NOISE_DEFAULT_LACUNARITY,NULL); TCOD_noise_set_type(noise1d,TCOD_NOISE_PERLIN);</p>
<p >noise1d = libtcod.noise_new(1) libtcod.noise_set_type(noise1d,libtcod.NOISE_PERLIN) </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>C:/Users/4b796/Projects/libtcod/src/libtcod/<a class="el" href="noise_8hpp_source.html">noise.hpp</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="class_t_c_o_d_noise.html">TCODNoise</a></li>
<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.5 </li>
</ul>
</div>
</body>
</html>