[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.Noise.PerlinNoise(System.Single,System.Single,System.Single,System.Int32,System.Int32,System.Single)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public float PerlinNoise(
	float x,
	float y,
	float z,
	int startOctave,
	int endOctave,
	float decay
)

Parameters

x
Single
y
Single
z
Single
startOctave
Int32
endOctave
Int32
decay
Single

See Also