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

Method setMinimumDistance

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

Source from the content-addressed store, hash-verified

42
43 explicit LineSimplifier(NumberT e) : mMinDistance(e) {}
44 void setMinimumDistance(NumberT eps) { mMinDistance = eps; }
45
46 // simplifyInPlace.
47 void simplifyInplace(fl::vector<Point> *polyline) {

Callers 2

simplifyMethod · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected