Click or drag to resize
Accord.NET (logo)

PerlinNoise Constructor (Int32, 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
)
Request Example View Source

Parameters

octaves
Type: SystemInt32
Number of octaves (see Octaves property).
persistence
Type: SystemDouble
Persistence value (see Persistence property).
See Also