Kerbal Space Program
1.12.4
|
Module that biases the output of a source module by adding a given value to the output. More...
Public Member Functions | |
BiasOutput (IModule sourceModule, double bias) | |
Initialises a new instance of the BiasOutput class. More... | |
double | GetValue (Vector3d coordinate) |
double | GetValue (Vector3 coordinate) |
double | GetValue (double x, double y, double z) |
Returns the biased output of the source module. More... | |
Properties | |
double | Bias [get, set] |
The value to add to the output. More... | |
IModule | SourceModule [get, set] |
The module from which to retrieve noise. More... | |
Module that biases the output of a source module by adding a given value to the output.
|
inline |
Initialises a new instance of the BiasOutput class.
sourceModule | The module from which to retrieve noise. |
bias | The value to add to the output. |
|
inline |
Implements LibNoise.IModule.
|
inline |
Implements LibNoise.IModule.
|
inline |
Returns the biased output of the source module.
x | |
y | |
z |
Implements LibNoise.IModule.
|
getset |
The value to add to the output.
|
getset |
The module from which to retrieve noise.