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

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

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

Syntax

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

Parameters

x
Single

[Missing <param name="x"/> documentation for "M:fCraft.Noise.PerlinNoise(System.Single,System.Single,System.Int32,System.Int32,System.Single)"]

y
Single

[Missing <param name="y"/> documentation for "M:fCraft.Noise.PerlinNoise(System.Single,System.Single,System.Int32,System.Int32,System.Single)"]

startOctave
Int32

[Missing <param name="startOctave"/> documentation for "M:fCraft.Noise.PerlinNoise(System.Single,System.Single,System.Int32,System.Int32,System.Single)"]

endOctave
Int32

[Missing <param name="endOctave"/> documentation for "M:fCraft.Noise.PerlinNoise(System.Single,System.Single,System.Int32,System.Int32,System.Single)"]

decay
Single

[Missing <param name="decay"/> documentation for "M:fCraft.Noise.PerlinNoise(System.Single,System.Single,System.Int32,System.Int32,System.Single)"]

Return Value

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

See Also