Blender
V3.3
|
Class to define a pseudo Perlin noise. More...
Go to the source code of this file.
Namespaces | |
Freestyle | |
inherits from class Rep | |
Functions | |
static int | modf_to_index (Freestyle::real x, unsigned int range) |
static real | Freestyle::LanczosWindowed (real t) |
Class to define a pseudo Perlin noise.
Definition in file PseudoNoise.cpp.
|
static |
Definition at line 14 of file PseudoNoise.cpp.
References blender::math::abs(), BLI_assert, CCL_NAMESPACE_BEGIN::isfinite(), and x.
Referenced by Freestyle::PseudoNoise::linearNoise(), and Freestyle::PseudoNoise::smoothNoise().