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

◆ expand() [1/3]

template<typename T>
void fl::rect< T >::expand ( const rect< T > & r)
inline

Definition at line 244 of file geometry.h.

244 {
245 expand(r.mMin);
246 expand(r.mMax);
247 }
vec2< T > mMax
Definition geometry.h:228
void expand(const vec2< T > &p)
Definition geometry.h:242
vec2< T > mMin
Definition geometry.h:227

References rect(), expand(), mMax, and mMin.

+ Here is the call graph for this function: