C implementation of Perlin Simplex Noise over 1,2,3, and 4 dimensions. More...
#include "simplexnoise1234.h"Functions | |
| float | snoise1 (float x) |
C implementation of Perlin Simplex Noise over 1,2,3, and 4 dimensions.
| float snoise1 | ( | float | x | ) |
1D, 2D, 3D and 4D float Perlin simplex noise