PerlinNoiseInitFrequency Property |
Namespace: Accord.Math
The property sets initial frequency of the first octave. Frequencies for
next octaves are calculated using the next equation:
frequencyi = InitFrequency * 2i,
where i = [0, Octaves).
Default value is set to 1.