public interface INoiseGen
| Modifier and Type | Method and Description |
|---|---|
double |
make2dNoise(double xin,
double yin) |
double |
make3dNoise(double xin,
double yin,
double zin) |
double |
make4dNoise(double x,
double y,
double z,
double w) |