Click or drag to resize
Accord.NET (logo)

PerlinNoiseInitAmplitude Property

Initial amplitude.

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

Property Value

Type: Double
Remarks

The property sets initial amplitude of the first octave. Amplitudes for next octaves are calculated using the next equation:
amplitudei = InitAmplitude * Persistencei, where i = [0, Octaves).

Default value is set to 1.

See Also