public class PerlinNoise extends Object
Modifier and Type | Method and Description |
---|---|
static double |
noise(double xin,
double yin)
2D simplex noise.
|
static double |
noise(double xin,
double yin,
double zin)
3D simplex noise.
|
static double |
noise(double x,
double y,
double z,
double w)
4D simplex noise.
|
public static double noise(double xin, double yin)
xin
- x inputyin
- y inputpublic static double noise(double xin, double yin, double zin)
xin
- X inputyin
- Y inputzin
- Z inputpublic static double noise(double x, double y, double z, double w)
x
- X positiony
- Y positionz
- Z positionw
- Fourth-dimensional position. It is I, the Fourth-Dimensional Ziltoid the Omniscient!Copyright © 2012–2016. All rights reserved.