Property | Type | Description | |
---|---|---|---|
width |
Method | Description | |
---|---|---|
GetNoiseValue ( Double x, Double y ) : 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 y ) : 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 y ) : Double | ||
x | Double | The X-coordinate in the noise field. |
y | Double | The Y-coordinate in the noise field. |
return | Double |
public abstract GetNoiseValue ( |
||
x | The X-coordinate in the noise field. | |
y | The Y-coordinate in the noise field. | |
return | Double |
public this ( Double x, Double y ) : Double | ||
x | Double | The X-coordinate in the noise field. |
y | Double | The Y-coordinate in the noise field. |
return | Double |
public this ( |
||
x | The X-coordinate in the noise field. | |
y | The Y-coordinate in the noise field. | |
return | Double |