프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_constant | float |
메소드 | 설명 | |
---|---|---|
Constant ( ) |
Create a new noiws module with DEFAULT_VALUE
|
|
Constant ( float value ) |
Create a new noise module width given value
|
|
GetValue ( float x ) : float |
Generates an output value given the coordinates of the specified input value.
|
|
GetValue ( float x, float y ) : float |
Generates an output value given the coordinates of the specified input value.
|
|
GetValue ( float x, float y, float z ) : float |
Generates an output value given the coordinates of the specified input value.
|
|
GetValue ( float x, float y, float z, float t ) : float |
Generates an output value given the coordinates of the specified input value.
|
public GetValue ( float x ) : float | ||
x | float | The input coordinate on the x-axis. |
리턴 | float |
public GetValue ( float x, float y ) : float | ||
x | float | The input coordinate on the x-axis. |
y | float | The input coordinate on the y-axis. |
리턴 | 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. |
리턴 | float |
public GetValue ( float x, float y, float z, float t ) : 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. |
t | float | The input coordinate on the t-axis. |
리턴 | float |