Static Public Member Functions | |
| static double | noise3D (double px, double py, double pz) |
| static double | fractal3D (double px, double py, double pz, double step, double lacunarity, int octaves) |
Static Protected Member Functions | |
| static double | getPointInSample (int x, int y, int z) |
Static Protected Attributes | |
| static const int | DIM_SAMPLES = 16 |
| static const int | MAX_SAMPLES = DIM_SAMPLES*DIM_SAMPLES*DIM_SAMPLES |
| static const double | samples [MAX_SAMPLES] |
Definition at line 5 of file PinkNoise.h.