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

◆ empty()

template<typename T>
bool fl::rect< T >::empty ( ) const
inline

Definition at line 240 of file geometry.h.

240{ return (mMin.x == mMax.x && mMin.y == mMax.y); }
vec2< T > mMax
Definition geometry.h:228
vec2< T > mMin
Definition geometry.h:227

References mMax, and mMin.

Referenced by fl::XYPath::NewCustomPath().

+ Here is the caller graph for this function: