Méthode | Description | |
---|---|---|
GetValue ( double x, double y, double z ) : double |
Returns the output value for the given input coordinates.
|
|
Select ( ) : System |
Initializes a new instance of Select.
|
|
Select ( ModuleBase inputA, ModuleBase inputB, ModuleBase controller ) : System |
Initializes a new instance of Select.
|
|
Select ( double min, double max, double fallOff, ModuleBase inputA, ModuleBase inputB ) : System |
Initializes a new instance of Select.
|
|
SetBounds ( double min, double max ) : void |
Sets the bounds.
|
public GetValue ( double x, double y, double z ) : double | ||
x | double | The input coordinate on the x-axis. |
y | double | The input coordinate on the y-axis. |
z | double | The input coordinate on the z-axis. |
Résultat | double |
public Select ( ModuleBase inputA, ModuleBase inputB, ModuleBase controller ) : System | ||
inputA | ModuleBase | The first input module. |
inputB | ModuleBase | The second input module. |
controller | ModuleBase | |
Résultat | System |
public Select ( double min, double max, double fallOff, ModuleBase inputA, ModuleBase inputB ) : System | ||
min | double | The minimum value. |
max | double | The maximum value. |
fallOff | double | The falloff value at the edge transition. |
inputA | ModuleBase | The first input module. |
inputB | ModuleBase | The second input module. |
Résultat | System |
public SetBounds ( double min, double max ) : void | ||
min | double | The minimum value. |
max | double | The maximum value. |
Résultat | void |