NoiseProcess

Single process for manipulating noise inputs and outputs.

Constructor

new NoiseProcess(func, data)

Create a new noise process.
Parameters:
NameTypeDescription
funcfunctionFunction to manipulate data with
data

Methods

do(x, y, val)

Execute the noise process on data.
Parameters:
NameTypeDescription
xnumberValue of x position (input)
ynumberValue of y position (input)
valnumberHeight value (output)
Returns: