Property | Type | Description | |
---|---|---|---|
_frequency | float |
Method | Description | |
---|---|---|
Cylinders ( ) : System |
Create new Cylinders generator with default values
|
|
Cylinders ( float frequency ) : System |
Create a new Cylinders generator with given values
|
|
GetValue ( float x, float y, float z ) : float |
Generates an output value given the coordinates of the specified input value.
|
public Cylinders ( float frequency ) : System | ||
frequency | float | |
return | System |
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 |