|
| PerlinNoise (double _persistence, double _frequency, double _amplitude, int _octaves, int _randomseed) |
|
double | GetHeight (double x, double y) const |
|
double | Persistence () const |
|
double | Frequency () const |
|
double | Amplitude () const |
|
int | Octaves () const |
|
int | RandomSeed () const |
|
void | Set (double _persistence, double _frequency, double _amplitude, int _octaves, int _randomseed) |
|
void | SetPersistence (double _persistence) |
|
void | SetFrequency (double _frequency) |
|
void | SetAmplitude (double _amplitude) |
|
void | SetOctaves (int _octaves) |
|
void | SetRandomSeed (int _randomseed) |
|
Definition at line 5 of file PerlinNoise.h.
The documentation for this class was generated from the following files: