Tiled 2D Amortized Noise
A Program to Generate Infinite Grayscale Noise Textures with Amortized Noise
|
Code file for the 2D amortized noise class CFiniteAmortizedNoise2D. More...
Macros | |
#define | _USE_MATH_DEFINES |
Enable use of constant M_SQRT2 in math.h. | |
#define | sqr(x) ((x)*(x)) |
Square function. | |