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() | 
| NoiseGeneratorSimplex(java.util.Random p_i45471_1_) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(double[] p_151606_1_,
   double p_151606_2_,
   double p_151606_4_,
   int p_151606_6_,
   int p_151606_7_,
   double p_151606_8_,
   double p_151606_10_,
   double p_151606_12_) | 
| double | getValue(double p_151605_1_,
        double p_151605_3_) |