FastLED 3.9.15
Loading...
Searching...
No Matches

◆ pnoise2d()

fl::s16x16 fl::perlin_s8x8::pnoise2d ( fl::s16x16 fx,
fl::s16x16 fy,
const fl::i32 * fade_lut,
const fl::u8 * perm )
static

Definition at line 27 of file perlin_s8x8.cpp.hpp.

29 {
31 pnoise2d_raw(fx.raw(), fy.raw(), fade_lut, perm));
32}
static constexpr FASTLED_FORCE_INLINE s16x16 from_raw(i32 raw) FL_NOEXCEPT
Definition s16x16.h:54
constexpr i32 raw() const FL_NOEXCEPT
Definition s16x16.h:60
static fl::i32 pnoise2d_raw(fl::i32 fx_raw, fl::i32 fy_raw, const fl::i32 *fade_lut, const fl::u8 *perm)

References fl::s16x16::from_raw(), pnoise2d_raw(), and fl::s16x16::raw().

+ Here is the call graph for this function: