FastLED 3.9.15
Loading...
Searching...
No Matches
perlin_float.h File Reference
#include "fl/stl/stdint.h"
#include "fl/math/math.h"
#include "fl/stl/compiler_control.h"
+ Include dependency graph for perlin_float.h:

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Functions

FASTLED_FORCE_INLINE float fl::fade (float t)
 
 fl::FL_ALIGNAS (64) static const fl
 
FASTLED_FORCE_INLINE float fl::grad (int hash, float x, float y, float z)
 
FASTLED_FORCE_INLINE float fl::lerp (float t, float a, float b)
 
FASTLED_FORCE_INLINE fl::u8 fl::P (fl::u8 x)
 
FASTLED_FORCE_INLINE float fl::pnoise (float x, float y, float z)