Method | Description | |
---|---|---|
Add ( float input ) : void |
Adds a control point to the curve.
|
|
Clear ( ) : void |
Clears the control points.
|
|
Generate ( int steps ) : void |
Auto-generates a terrace curve.
|
|
GetValue ( float x, float y, float z ) : float |
Returns the output value for the given input coordinates.
|
|
Terrace ( ) : System |
Initializes a new instance of Terrace.
|
|
Terrace ( bool inverted, ModuleBase input ) : System |
Initializes a new instance of Terrace.
|
public Add ( float input ) : void | ||
input | float | The curves input value. |
return | void |
public Generate ( int steps ) : void | ||
steps | int | The number of steps. |
return | void |
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 |
public Terrace ( bool inverted, ModuleBase input ) : System | ||
inverted | bool | Indicates whether the terrace curve is inverted. |
input | ModuleBase | The input module. |
return | System |