public class SimplexNoiseGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static int[][] |
field_215468_a |
double |
xo |
double |
yo |
double |
zo |
Constructor and Description |
---|
SimplexNoiseGenerator(java.util.Random seed) |
Modifier and Type | Method and Description |
---|---|
protected static double |
func_215467_a(int[] p_215467_0_,
double p_215467_1_,
double p_215467_3_,
double p_215467_5_) |
double |
getValue(double x,
double y) |