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

Function x_linear

src/fl/math/xmap.h:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace fl {
9
10FASTLED_FORCE_INLINE u16 x_linear(u16 x, u16 length) {
11 (void)length;
12 return x;
13}
14
15FASTLED_FORCE_INLINE u16 x_reverse(u16 x, u16 length) {
16 return length - 1 - x;

Callers 1

mapToIndexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected