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

◆ simplifyT()

template<typename NumberT = float>
template<typename VectorType>
void fl::LineSimplifier< NumberT >::simplifyT ( const fl::Slice< const Point > & polyLine,
VectorType * out )
inlineprivate

Definition at line 120 of file line_simplification.h.

120 {
121 // run the simplification algorithm
123
124 // copy the result to the output slice
125 out->assign(mSimplified.begin(), mSimplified.end());
126 }
void simplifyInternal(const fl::Slice< const Point > &polyLine)

References mSimplified, and simplifyInternal().

Referenced by simplify(), simplify(), and simplifyInplaceT().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: