public class NoiseGeneratorSimplex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
SQRT_3 |
double |
xo |
double |
yo |
double |
zo |
Constructor and Description |
---|
NoiseGeneratorSimplex(java.util.Random seed) |
Modifier and Type | Method and Description |
---|---|
void |
add(double[] targetArray,
double p_151606_2_,
double p_151606_4_,
int p_151606_6_,
int xSize,
double ySize,
double p_151606_10_,
double p_151606_12_) |
double |
getValue(double x,
double y) |