public final class Noise
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
seed |
| Constructor and Description |
|---|
Noise() |
| Modifier and Type | Method and Description |
|---|---|
static float |
nnoise(int x,
int y,
float scale,
float mag) |
static float |
nnoise(int x,
int y,
float scale,
float mag,
float xp) |
static double |
noise(double x) |
static double |
noise(double x,
double y) |
static float |
normalNoise(int x,
int y,
float scale,
float mag) |
static double |
normalNoise(int x,
int y,
float scale,
float mag,
float exp) |
static float |
normalNoise(int x,
int y,
int z,
float scale,
float mag) |
public static double noise(double x)
public static double normalNoise(int x,
int y,
float scale,
float mag,
float exp)
public static float normalNoise(int x,
int y,
float scale,
float mag)
public static float nnoise(int x,
int y,
float scale,
float mag)
public static float nnoise(int x,
int y,
float scale,
float mag,
float xp)
public static float normalNoise(int x,
int y,
int z,
float scale,
float mag)
public static double noise(double x,
double y)