프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_sourceModule | IModule | ||
_xTranslate | float | ||
_yTranslate | float | ||
_zTranslate | float |
메소드 | 설명 | |
---|---|---|
GetValue ( float x, float y, float z ) : float |
Generates an output value given the coordinates of the specified input value.
|
|
TranslatePoint ( ) |
Create a new noise module with default values
|
|
TranslatePoint ( IModule source ) |
Create a new noise module with given values
|
|
TranslatePoint ( IModule source, float x, float y, float z ) |
Create a new noise module with given values
|
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 TranslatePoint ( IModule source, float x, float y, float z ) | ||
source | IModule | the source module |
x | float | the translation amount to apply to the x coordinate |
y | float | the translation amount to apply to the y coordinate |
z | float | the translation amount to apply to the z coordinate |