public class SimplexNoiseGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static int[][] |
GRADS |
double |
xo |
double |
yo |
double |
zo |
Constructor and Description |
---|
SimplexNoiseGenerator(java.util.Random seed) |
Modifier and Type | Method and Description |
---|---|
double |
func_227464_a_(double p_227464_1_,
double p_227464_3_,
double p_227464_5_) |
double |
getValue(double x,
double y) |
protected static double |
processGrad(int[] gradElement,
double xFactor,
double yFactor,
double zFactor) |