Gin
Public Member Functions | List of all members
PerlinNoise< T > Class Template Reference

Perlin noise - realistic looking noise Based on reference implementation of Perlin Noise by Ken Perlin http://mrl.nyu.edu/~perlin/paper445.pdf. More...

Public Member Functions

 PerlinNoise ()
 
 PerlinNoise (unsigned int seed)
 
noise (T x, T y=0, T z=0)
 

Detailed Description

template<class T>
class PerlinNoise< T >

Perlin noise - realistic looking noise Based on reference implementation of Perlin Noise by Ken Perlin http://mrl.nyu.edu/~perlin/paper445.pdf.

Constructor & Destructor Documentation

◆ PerlinNoise() [1/2]

template<class T >
PerlinNoise< T >::PerlinNoise ( )

◆ PerlinNoise() [2/2]

template<class T >
PerlinNoise< T >::PerlinNoise ( unsigned int  seed)

References shuffleArray().

Member Function Documentation

◆ noise()

template<class T >
T PerlinNoise< T >::noise ( x,
y = 0,
z = 0 
)

The documentation for this class was generated from the following file: