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

◆ append() [34/37]

template<typename T>
string & fl::string::append ( const vec3< T > & pt)
inline

Definition at line 815 of file str.h.

815 {
816 append("(");
817 append(pt.x);
818 append(",");
819 append(pt.y);
820 append(",");
821 append(pt.z);
822 append(")");
823 return *this;
824 }
string & append(const BitsetFixed< N > &bs)
Definition str.h:675

References append(), fl::vec3< T >::x, fl::vec3< T >::y, and fl::vec3< T >::z.

+ Here is the call graph for this function: