Constructor.
Returns the bias to apply to the scaled output value from the source module.
Returns the scaling factor to apply to the output value from the source module.
Sets the bias to apply to the scaled output value from the source module.
Sets the scaling factor to apply to the output value from the source module.
Bias to apply to the scaled output value from the source module.
Scaling factor to apply to the output value from the source module.
Destructor.
Returns a reference to a source module connected to this noise module.
Returns the number of source modules required by this noise module.
Generates an output value given the coordinates of the specified input value.
Connects a source module to this noise module.
An array containing the pointers to each source module required by this noise module.
Noise module that applies a scaling factor and a bias to the output value from a source module.
@image html modulescalebias.png
The GetValue() method retrieves the output value from the source module, multiplies it with a scaling factor, adds a bias to it, then outputs the value.
This noise module requires one source module.