Click or drag to resize
Accord.NET (logo)

PerlinNoiseInitFrequency Property

Initial frequency.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double InitFrequency { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks

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.

See Also