FastLED 3.9.15
Loading...
Searching...
No Matches
geometry.h File Reference
#include "fl/math.h"
+ Include dependency graph for geometry.h:
+ This graph shows which files directly or indirectly include this file:

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>