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

416 {
417 expand(r.mMin);
418 expand(r.mMax);
419 }
vec2< T > mMax
Definition geometry.h:400
void expand(const vec2< T > &p)
Definition geometry.h:414
vec2< T > mMin
Definition geometry.h:399

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

+ Here is the call graph for this function: