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

◆ height()

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

Definition at line 453 of file geometry.h.

453{ return mMax.y - mMin.y; }
vec2< T > mMax
Definition geometry.h:438
vec2< T > mMin
Definition geometry.h:437

References FL_NOEXCEPT, mMax, and mMin.

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

+ Here is the caller graph for this function: