Skip to content

Commit

Permalink
Fix removed Turbulence label
Browse files Browse the repository at this point in the history
Closes #346
  • Loading branch information
Razaekel committed May 19, 2024
1 parent 446db2d commit aab9e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/noise_fns/transformers/turbulence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::noise_fns::{Fbm, MultiFractal, NoiseFn, Seedable};
/// Noise function that randomly displaces the input value before returning the
/// output value from the source function.
///
/// _ is the pseudo-random displacement of the input value. The
/// _Turbulence_ is the pseudo-random displacement of the input value. The
/// get() method randomly displaces the coordinates of the input value before
/// retrieving the output value from the source function. To control the
/// turbulence, an application can modify its frequency, its power, and its
Expand Down

0 comments on commit aab9e56

Please sign in to comment.