FastLED 3.9.15
|
#include "fl/math.h"
Go to the source code of this file.
Classes | |
struct | fl::line_xy< T > |
struct | fl::pair_xy< T > |
struct | fl::rect< T > |
struct | fl::vec2< T > |
struct | fl::vec3< T > |
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
Typedefs | |
using | fl::pair_xy_float = vec2<float> |
using | fl::pair_xyz_float = vec3<float> |
using | fl::vec2f = vec2<float> |
using | fl::vec2i16 = vec2<int16_t> |
using | fl::vec2u8 = vec2<uint8_t> |
using | fl::vec3f = vec3<float> |