Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
LibNoise.Modifiers.ClampOutput Class Reference
Inheritance diagram for LibNoise.Modifiers.ClampOutput:
LibNoise.IModule

Public Member Functions

 ClampOutput (IModule sourceModule)
 
double GetValue (Vector3d coordinate)
 
double GetValue (Vector3 coordinate)
 
double GetValue (double x, double y, double z)
 
void SetBounds (double lowerBound, double upperBound)
 

Properties

double LowerBound [get, set]
 
IModule SourceModule [get, set]
 
double UpperBound [get, set]
 

Constructor & Destructor Documentation

LibNoise.Modifiers.ClampOutput.ClampOutput ( IModule  sourceModule)
inline

Member Function Documentation

double LibNoise.Modifiers.ClampOutput.GetValue ( Vector3d  coordinate)
inline

Implements LibNoise.IModule.

double LibNoise.Modifiers.ClampOutput.GetValue ( Vector3  coordinate)
inline

Implements LibNoise.IModule.

double LibNoise.Modifiers.ClampOutput.GetValue ( double  x,
double  y,
double  z 
)
inline

Implements LibNoise.IModule.

void LibNoise.Modifiers.ClampOutput.SetBounds ( double  lowerBound,
double  upperBound 
)
inline

Property Documentation

double LibNoise.Modifiers.ClampOutput.LowerBound
getset
IModule LibNoise.Modifiers.ClampOutput.SourceModule
getset
double LibNoise.Modifiers.ClampOutput.UpperBound
getset

The documentation for this class was generated from the following file: