Kerbal Space Program
1.12.4
|
Module that returns the output of two source modules added together. More...
Public Member Functions | |
Add (IModule sourceModule1, IModule sourceModule2) | |
Initialises a new instance of the Add class. More... | |
double | GetValue (Vector3d coordinate) |
double | GetValue (Vector3 coordinate) |
double | GetValue (double x, double y, double z) |
Returns the output of the two source modules added together. More... | |
Properties | |
IModule | SourceModule1 [get, set] |
The first module from which to retrieve noise. More... | |
IModule | SourceModule2 [get, set] |
The second module from which to retrieve noise. More... | |
Module that returns the output of two source modules added together.
Initialises a new instance of the Add class.
sourceModule1 | The first module from which to retrieve noise. |
sourceModule2 | The second module from which to retrieve noise. |
|
inline |
Implements LibNoise.IModule.
|
inline |
Implements LibNoise.IModule.
|
inline |
Returns the output of the two source modules added together.
Implements LibNoise.IModule.
|
getset |
The first module from which to retrieve noise.
|
getset |
The second module from which to retrieve noise.