terrain-generator-d v1.0.0 (2018-06-11T18:58:00Z)
Dub
Repo
Noise
tgd
Noise
Undocumented in source.
class
Noise {
protected
int
m_width
;
protected
int
m_height
;
protected
SNoiseGenerator
m_simplexNoise
;
this
(int width, int height);
double
[][]
generate
();
double
noise
(double x, double y);
}
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
Source
See Implementation
tgd
Noise
classes
Noise