Click or drag to resize
Accord.NET (logo)

PerlinNoise Constructor (Int32, Double, Double, Double)

Initializes a new instance of the PerlinNoise class.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public PerlinNoise(
	int octaves,
	double persistence,
	double initFrequency,
	double initAmplitude
)
Request Example View Source

Parameters

octaves
Type: SystemInt32
Number of octaves (see Octaves property).
persistence
Type: SystemDouble
Persistence value (see Persistence property).
initFrequency
Type: SystemDouble
Initial frequency (see InitFrequency property).
initAmplitude
Type: SystemDouble
Initial amplitude (see InitAmplitude property).
See Also