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

441 {
442 expand(r.mMin);
443 expand(r.mMax);
444 }
vec2< T > mMax
Definition geometry.h:420
void expand(const vec2< T > &p)
Definition geometry.h:439
vec2< T > mMin
Definition geometry.h:419

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

+ Here is the call graph for this function: