MCPcopy Create free account
hub / github.com/FastLED/FastLED / simplifyInplaceT

Method simplifyInplaceT

src/fl/math/line_simplification.h:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113 private:
114 template <typename VectorType> void simplifyInplaceT(VectorType *polyLine) {
115 // run the simplification algorithm
116 span<Point> slice(polyLine->data(), polyLine->size());
117 simplifyT(slice, polyLine);
118 }
119
120 template <typename VectorType>
121 void simplifyT(const fl::span<const Point> &polyLine, VectorType *out) {

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected