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

◆ width()

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

Definition at line 236 of file geometry.h.

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

References mMax, and mMin.

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

+ Here is the caller graph for this function: