Property | Type | Description | |
---|---|---|---|
_lowerBound | float | ||
_upperBound | float |
Method | Description | |
---|---|---|
Clamp ( ) | ||
Clamp ( IModule source ) | ||
Clamp ( IModule source, float lower, float upper ) | ||
GetValue ( float x, float y, float z ) : float |
Generates an output value given the coordinates of the specified input value.
|
public Clamp ( IModule source, float lower, float upper ) | ||
source | IModule | |
lower | float | |
upper | float |
public GetValue ( float x, float y, float z ) : float | ||
x | float | The input coordinate on the x-axis. |
y | float | The input coordinate on the y-axis. |
z | float | The input coordinate on the z-axis. |
return | float |