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

◆ empty()

const vec2f & fl::ScreenMap::empty ( )
staticprivate

Definition at line 556 of file screenmap.cpp.hpp.

556 {
557 static const vec2f s_empty = vec2f(0, 0); // okay static in header
558 return s_empty;
559}
vec2< float > vec2f
Definition geometry.h:333

Referenced by operator[](), and operator[]().

+ Here is the caller graph for this function: