Noise

Undocumented in source.

Constructors

this
this(int width, int height)
Undocumented in source.

Members

Functions

generate
double[][] generate()
Undocumented in source. Be warned that the author may not have intended to support it.
noise
double noise(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_height
int m_height;
Undocumented in source.
m_simplexNoise
SNoiseGenerator m_simplexNoise;
Undocumented in source.
m_width
int m_width;
Undocumented in source.

Meta