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

Method set_scale_x

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

Source from the content-addressed store, hash-verified

112 float scale() const { return fl::min(scale_x(), scale_y()); }
113 void set_scale(float scale) { mImpl->set_scale(scale); }
114 void set_scale_x(float scale) { mImpl->scale_x = scale; }
115 void set_scale_y(float scale) { mImpl->scale_y = scale; }
116 void set_offset_x(float offset) { mImpl->offset_x = offset; }
117 void set_offset_y(float offset) { mImpl->offset_y = offset; }

Callers 1

setDrawBoundsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected