We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446db2d commit aab9e56Copy full SHA for aab9e56
src/noise_fns/transformers/turbulence.rs
@@ -3,7 +3,7 @@ use crate::noise_fns::{Fbm, MultiFractal, NoiseFn, Seedable};
3
/// Noise function that randomly displaces the input value before returning the
4
/// output value from the source function.
5
///
6
-/// _ is the pseudo-random displacement of the input value. The
+/// _Turbulence_ is the pseudo-random displacement of the input value. The
7
/// get() method randomly displaces the coordinates of the input value before
8
/// retrieving the output value from the source function. To control the
9
/// turbulence, an application can modify its frequency, its power, and its
0 commit comments