|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttoxi.math.noise.SimplexNoise
public class SimplexNoise

Simplex Noise in 2D, 3D and 4D. Based on the example code of this paper: http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
| Constructor Summary | |
|---|---|
SimplexNoise()
|
|
| Method Summary | |
|---|---|
static double |
noise(double x,
double y)
Computes 2D Simplex Noise. |
static double |
noise(double x,
double y,
double z)
Computes 3D Simplex Noise. |
static double |
noise(double x,
double y,
double z,
double w)
Computes 4D Simplex Noise. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimplexNoise()
| Method Detail |
|---|
public static double noise(double x,
double y)
x - coordinatey - coordinate
public static double noise(double x,
double y,
double z)
x - coordinatey - coordinatez - coordinate
public static double noise(double x,
double y,
double z,
double w)
x - coordinatey - coordinatez - coordinatew - coordinate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||