libtcod-net
GetBrownianMotion Method (f, octaves)
NamespaceslibtcodWrapperTCODNoiseGetBrownianMotion(array<Single>[]()[], Single)
Get Browian Motion
Declaration Syntax
C#
public float GetBrownianMotion(
	float[] f,
	float octaves
)
Parameters
f (array< Single >[]()[])
An array of coordinates
octaves (Single)
Number of iterations. (0-127)
Return Value
Browian motion for that point (-1.0 - 1.0)

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)