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

◆ compute()

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

Definition at line 132 of file xypath.cpp.

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

References compute_float(), and mTransform.

+ Here is the call graph for this function: