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

◆ empty()

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

Definition at line 397 of file screenmap.cpp.

397 {
398 static const vec2f s_empty = vec2f(0, 0);
399 return s_empty;
400}
vec2< float > vec2f
Definition geometry.h:333

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

+ Here is the caller graph for this function: