Static class containing the original noise implementation from Ken Perlin.
More...
#include <PerlinNoise.h>
List of all members.
Static Public Member Functions |
static PLMATH_API double | Noise1 (double arg) |
static PLMATH_API double | Noise2 (const double vec[2]) |
static PLMATH_API double | Noise3 (const double vec[3]) |
Detailed Description
Static class containing the original noise implementation from Ken Perlin.
- See also:
-
Member Function Documentation
The documentation for this class was generated from the following file: