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

◆ transform()

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

Definition at line 107 of file transform.h.

107 {
108 // mDirty = true; // always recompile.
109 // compileIfNecessary();
110 // return mCompiled.transform(xy);
111 return mImpl->transform(xy);
112 }
unsigned int xy(unsigned int x, unsigned int y)
TransformFloatImplPtr mImpl
Definition transform.h:124

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: