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 598 of file span.h.

598 {
599 return {x_local + mBottomLeft.x, y_local + mBottomLeft.y};
600 }
vec2< i32 > mBottomLeft
Definition span.h:633

References FL_NOEXCEPT, and mBottomLeft.

Referenced by at(), and at().

+ Here is the caller graph for this function: