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

◆ append() [22/24]

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

Definition at line 524 of file str.h.

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

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

+ Here is the call graph for this function: