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 245 of file line_simplification.h.

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

References simplify().

+ Here is the call graph for this function: