Метод | Описание | |
---|---|---|
GetValue ( float x, float y, float z ) : float |
Returns the output value for the given input coordinates.
|
|
Rotate ( ) : System |
Initializes a new instance of Rotate.
|
|
Rotate ( float x, float y, float z, ModuleBase input ) : System |
Initializes a new instance of Rotate.
|
Метод | Описание | |
---|---|---|
SetAngles ( float x, float y, float z ) : void |
Sets the rotation angles.
|
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. |
Результат | float |
public Rotate ( float x, float y, float z, ModuleBase input ) : System | ||
x | float | The rotation around the x-axis. |
y | float | The rotation around the y-axis. |
z | float | The rotation around the z-axis. |
input | ModuleBase | The input module. |
Результат | System |