This is the base class for PerlinNoise2 and PerlinNoise3, different dimensions of Perlin noise implementation. More...
#include "perlinNoise.h"
Public Member Functions | |
unsigned long | get_seed () |
Returns a unique seed value based on the seed value passed to this PerlinNoise object (and on its current state). More... | |
This is the base class for PerlinNoise2 and PerlinNoise3, different dimensions of Perlin noise implementation.
The base class just collects the common functionality.
Definition at line 28 of file perlinNoise.h.
|
inline |
Returns a unique seed value based on the seed value passed to this PerlinNoise object (and on its current state).
Definition at line 36 of file perlinNoise.I.
References Randomizer::get_seed().