public class PerlinNoiseGenerator
extends java.lang.Object
| Constructor and Description |
|---|
PerlinNoiseGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static double |
noise(double x,
double y,
double z)
Returns noise for the specified coordinates.
|