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

Method set_offset_x

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

Source from the content-addressed store, hash-verified

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; }
118 void set_rotation(float rotation) { mImpl->rotation = rotation; }
119

Callers 1

setDrawBoundsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected