Property | Type | Description | |
---|---|---|---|
interpolationMethod | InterpolationMethod | ||
length | |||
maxClamp | Double | ||
minClamp | Double |
Method | Description | |
---|---|---|
Generate ( ) : void |
Generate the noise field for this object. Necessary before values may be looked up with this object's indexers.
|
|
GetNoiseValue ( Double x ) : Double |
Accessor. Look up a non-integral position in the noise field and, if InterpolationMethod is set to anything other than InterpolationMethod.None, return the interpolated value (else return the nearest neighbor).
|
|
GetNoiseValue ( |
Accessor. Look up an integral position in the noise field.
|
|
this ( Double x ) : Double |
Accessor. Look up a non-integral position in the noise field and, if InterpolationMethod is set to anything other than InterpolationMethod.None, return the interpolated value (else return the nearest neighbor).
|
|
this ( |
Accessor. Look up an integral position in the noise field.
|
public abstract GetNoiseValue ( Double x ) : Double | ||
x | Double | The X-coordinate in the noise field. |
return | Double |
public abstract GetNoiseValue ( |
||
x | The X-coordinate in the noise field. | |
return | Double |
public this ( Double x ) : Double | ||
x | Double | The X-coordinate in the noise field. |
return | Double |
public this ( |
||
x | The X-coordinate in the noise field. | |
return | Double |
protected InterpolationMethod interpolationMethod | ||
return | InterpolationMethod |