MCPcopy Create free account
hub / github.com/FastLED/FastLED / pnoise3d

Method pnoise3d

src/fl/math/noise/perlin_s16x16.cpp.hpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95fl::s16x16 perlin_s16x16::pnoise3d(fl::s16x16 fx, fl::s16x16 fy, fl::s16x16 fz,
96 const fl::i32 *fade_lut,
97 const fl::u8 *perm) {
98 return fl::s16x16::from_raw(
99 pnoise3d_raw(fx.raw(), fy.raw(), fz.raw(), fade_lut, perm));
100}
101
102fl::i32 perlin_s16x16::pnoise3d_raw(fl::i32 fx_raw, fl::i32 fy_raw, fl::i32 fz_raw,
103 const fl::i32 *fade_lut,

Callers

nothing calls this directly

Calls 1

rawMethod · 0.45

Tested by

no test coverage detected