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

◆ width()

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

Definition at line 433 of file geometry.h.

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

References mMax, and mMin.

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

+ Here is the caller graph for this function: