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