Macros | |
| #define | n(x, y) noisebuf[(((y) & size1) << sizepower) + ((x) & size1)] |
Functions | |
| void | noise_diamondsquare (unsigned char *noise, unsigned int size, unsigned int startgrid) |
| void | noise_plasma (unsigned char *noise, int size) |
| void noise_plasma | ( | unsigned char * | noise, |
| int | size | ||
| ) |