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

◆ getParentCoord()

template<typename T>
vec2< int32_t > fl::MatrixSlice< T >::getParentCoord ( int32_t x_local,
int32_t y_local ) const
inline

Definition at line 163 of file slice.h.

163 {
164 return {x_local + mBottomLeft.x, y_local + mBottomLeft.y};
165 }
vec2< int32_t > mBottomLeft
Definition slice.h:198

References mBottomLeft.

Referenced by at(), and at().

+ Here is the caller graph for this function: