Initializes a new instance of the PerlinNoise class.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public PerlinNoise(
	int octaves,
	double persistence,
	double initFrequency,
	double initAmplitude
)

Parameters

octaves
Type: System..::.Int32
Number of octaves (see Octaves property).
persistence
Type: System..::.Double
Persistence value (see Persistence property).
initFrequency
Type: System..::.Double
Initial frequency (see InitFrequency property).
initAmplitude
Type: System..::.Double
Initial amplitude (see InitAmplitude property).

See Also