public class VoronoiNoise extends Object
| Constructor and Description |
|---|
VoronoiNoise() |
| Modifier and Type | Method and Description |
|---|---|
protected net.royawesome.jlibnoise.module.source.Voronoi |
createModule() |
double |
getFrequency() |
protected V |
getModule() |
int |
getSeed() |
float |
noise(Vector position)
Get the noise value for the given position.
|
float |
noise(Vector2D position)
Get the noise value for the given position.
|
void |
setFrequency(double frequency) |
void |
setSeed(int seed) |
protected net.royawesome.jlibnoise.module.source.Voronoi createModule()
public double getFrequency()
public void setFrequency(double frequency)
public void setSeed(int seed)
public int getSeed()
protected V getModule()
public float noise(Vector2D position)
NoiseGeneratornoise in interface NoiseGeneratorposition - the positionpublic float noise(Vector position)
NoiseGeneratornoise in interface NoiseGeneratorposition - the positionCopyright © 2010-2014. All Rights Reserved.