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

◆ Animartrix() [1/2]

fl::Animartrix::Animartrix ( XYMap xyMap,
AnimartrixAnim which_animation )
inline

Definition at line 86 of file animartrix.hpp.

86 : Fx2d(xyMap) {
87 // Note: Swapping out height and width.
88 this->current_animation = which_animation;
89 mXyMap.convertToLookUpTable();
90 }
AnimartrixAnim current_animation
XYMap mXyMap
Definition fx2d.h:29
uint16_t xyMap(uint16_t x, uint16_t y) const
Definition fx2d.h:20
Fx2d(const XYMap &xyMap)
Definition fx2d.h:19

References fl::Fx2d::Fx2d(), current_animation, fl::Fx2d::mXyMap, and fl::Fx2d::xyMap().

Referenced by Animartrix(), and AnimartrixLoop.

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