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

Method set_offset_y

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

Source from the content-addressed store, hash-verified

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
120 vec2f transform(const vec2f &xy) const {

Callers 1

setDrawBoundsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected