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

◆ operator==() [1/2]

template<typename T>
bool fl::rect< T >::operator== ( const rect< T > & r) const
inline

Definition at line 264 of file geometry.h.

264 {
265 return (mMin == r.mMin && mMax == r.mMax);
266 }
vec2< T > mMax
Definition geometry.h:228
vec2< T > mMin
Definition geometry.h:227

References rect(), mMax, and mMin.

+ Here is the call graph for this function: