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

Method compute

src/fl/gfx/xypath.cpp.hpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133vec2f XYPathRenderer::compute(float alpha) {
134 return compute_float(alpha, mTransform);
135}
136
137vec2f XYPathRenderer::at(float alpha) { return at(alpha, mTransform); }
138

Callers 2

compute_floatMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected