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

Method simplify

src/fl/math/line_simplification.h:55–58  ·  view source on GitHub ↗

simplify to the output vector.

Source from the content-addressed store, hash-verified

53
54 // simplify to the output vector.
55 void simplify(const fl::span<const Point> &polyLine,
56 fl::vector<Point> *out) {
57 simplifyT(polyLine, out);
58 }
59 template <typename VectorType>
60 void simplify(const fl::span<Point> &polyLine, VectorType *out) {
61 simplifyT(polyLine, out);

Callers 2

simplifyMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected