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

◆ append() [22/23]

template<typename T>
Str & fl::Str::append ( const vec2< T > & pt)
inline

Definition at line 523 of file str.h.

523 {
524 append("(");
525 append(pt.x);
526 append(",");
527 append(pt.y);
528 append(")");
529 return *this;
530 }
Str & append(const T &val)
Definition str.h:439

References Str(), append(), fl::vec2< T >::x, and fl::vec2< T >::y.

+ Here is the call graph for this function: