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

◆ width()

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

Definition at line 451 of file geometry.h.

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

References FL_NOEXCEPT, mMax, and mMin.

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

+ Here is the caller graph for this function: