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

◆ simplifyInplaceT()

template<typename NumberT = float>
template<typename VectorType>
void fl::LineSimplifier< NumberT >::simplifyInplaceT ( VectorType * polyLine)
inlineprivate

Definition at line 113 of file line_simplification.h.

113 {
114 // run the simplification algorithm
115 Slice<Point> slice(polyLine->data(), polyLine->size());
117 }
void simplifyT(const fl::Slice< const Point > &polyLine, VectorType *out)

References simplifyT().

Referenced by simplifyInplace(), and simplifyInplace().

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