noise.interp

Undocumented in source.

Members

Functions

CubicInterp
double CubicInterp(double n0, double n1, double n2, double n3, double a)

@addtogroup libnoise @{ Performs cubic interpolation between two values bound between two other values.

LinearInterp
double LinearInterp(double n0, double n1, double a)

Performs linear interpolation between two values.

SCurve3
double SCurve3(double a)

Maps a value onto a cubic S-curve.

SCurve5
double SCurve5(double a)

Maps a value onto a quintic S-curve.

Meta