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

◆ simplifyInplace()

template<typename NumberT = float>
template<typename VectorType = fl::vector<Point>>
void fl::LineSimplifierExact< NumberT >::simplifyInplace ( VectorType * polyLine)
inline

Definition at line 246 of file line_simplification.h.

246 {
247 return simplify(*polyLine, polyLine);
248 }
void simplify(const fl::span< const Point > &polyLine, VectorType *out)

References simplify().

+ Here is the call graph for this function: