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

◆ getParentCoord()

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

Definition at line 213 of file slice.h.

213 {
214 return {x_local + mBottomLeft.x, y_local + mBottomLeft.y};
215 }
vec2< i32 > mBottomLeft
Definition slice.h:248

References mBottomLeft.

Referenced by at(), and at().

+ Here is the caller graph for this function: