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 436 of file geometry.h.

436 {
437 return (mMin == r.mMin && mMax == r.mMax);
438 }
vec2< T > mMax
Definition geometry.h:400
vec2< T > mMin
Definition geometry.h:399

References rect(), mMax, and mMin.

+ Here is the call graph for this function: