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

◆ height()

template<typename T>
uint16_t fl::rect< T >::height ( ) const
inline

Definition at line 238 of file geometry.h.

238{ return mMax.y - mMin.y; }
vec2< T > mMax
Definition geometry.h:228
vec2< T > mMin
Definition geometry.h:227

References mMax, and mMin.

Referenced by fl::XYRasterU8Sparse::height(), and fl::XYPath::NewCustomPath().

+ Here is the caller graph for this function: