public class SimplexNoise
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
xOrigin |
double |
yOrigin |
double |
zOrigin |
| Constructor and Description |
|---|
SimplexNoise() |
SimplexNoise(java.util.Random random) |
| Modifier and Type | Method and Description |
|---|---|
void |
sample(double[] arr,
double x,
double y,
int sizeX,
int sizeY,
double scaleX,
double scaleY,
double amplitude) |
double |
sample(double x,
double y,
double scaleX,
double scaleY) |