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

◆ height()

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

Definition at line 435 of file geometry.h.

435{ return mMax.y - mMin.y; }
vec2< T > mMax
Definition geometry.h:420
vec2< T > mMin
Definition geometry.h:419

References mMax, and mMin.

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

+ Here is the caller graph for this function: