|
Blender V5.0
|
Class to define a pseudo Perlin noise. More...
#include "BLI_math_base.h"#include "BLI_utildefines.h"#include "PseudoNoise.h"#include "RandGen.h"Go to the source code of this file.
Namespaces | |
| namespace | Freestyle |
| inherits from class Rep | |
Functions | |
| static int | modf_to_index (Freestyle::real x, uint range) |
| static real | Freestyle::LanczosWindowed (real t) |
Class to define a pseudo Perlin noise.
Definition in file PseudoNoise.cpp.
|
static |
Definition at line 16 of file PseudoNoise.cpp.
References abs, BLI_assert, i, modf, and x.
Referenced by Freestyle::PseudoNoise::linearNoise(), and Freestyle::PseudoNoise::smoothNoise().