2D Amortized Noise Performance Evaluator
A Program to Evaluate the Performance of Amortized Noise
 All Classes Files Functions Variables Macros Pages
Functions
infinitesmoothperlin.h File Reference

Header file for 2D infinite smooth Perlin noise functions. More...

Go to the source code of this file.

Functions

float InfiniteSmoothPerlinNoise2D (float, float, float, float, int)
 Generate a cell of 2D infinite smooth Perlin noise.
 

Function Documentation

float InfiniteSmoothPerlinNoise2D ( float  x,
float  y,
float  alpha,
float  beta,
int  n 
)

Compute turbulence, also known as 1/f noise.

Parameters
xX coordinate.
yY coordinate.
alphaPersistence.
betaLacunarity.
nSide of square grid.
Returns
Scale factor required to bring it down to range [-1, 1].