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

459 {
460 expand(r.mMin);
461 expand(r.mMax);
462 }
vec2< T > mMax
Definition geometry.h:438
void expand(const vec2< T > &p) FL_NOEXCEPT
Definition geometry.h:457
vec2< T > mMin
Definition geometry.h:437

References rect(), expand(), and FL_NOEXCEPT.

+ Here is the call graph for this function: