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

◆ transform()

vec2f fl::TransformFloat::transform ( const vec2f & xy) const
inline

Definition at line 120 of file transform.h.

120 {
121 // mDirty = true; // always recompile.
122 // compileIfNecessary();
123 // return mCompiled.transform(xy);
124 return mImpl->transform(xy);
125 }
unsigned int xy(unsigned int x, unsigned int y)
TransformFloatImplPtr mImpl
Definition transform.h:137

References mImpl, and xy().

Referenced by fl::XYPathRenderer::compute_float().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: