FastLED 3.9.15
Loading...
Searching...
No Matches

◆ compute()

vec2f fl::XYPathRenderer::compute ( float alpha)

Definition at line 131 of file xypath.cpp.

131 {
132 return compute_float(alpha, mTransform);
133}
TransformFloat mTransform
vec2f compute_float(float alpha, const TransformFloat &tx)

References compute_float(), and mTransform.

+ Here is the call graph for this function: