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

◆ idx()

int fl::FlowFieldFP::idx ( int y,
int x ) const
inlineprivate

Definition at line 373 of file flowfield.h.

373 {
374 return y * mState.width + x;
375 }
FlowFieldFPState mState
Definition flowfield.h:400

References mState, fl::x, and fl::y.