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 161 of file slice.h.

161 {
162 return {x_local + mBottomLeft.x, y_local + mBottomLeft.y};
163 }
vec2< int32_t > mBottomLeft
Definition slice.h:196

References mBottomLeft.

Referenced by at(), and at().

+ Here is the caller graph for this function: