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

◆ contains() [1/2]

template<typename T>
bool fl::rect< T >::contains ( const T & x,
const T & y ) const
inline

Definition at line 475 of file geometry.h.

475 {
476 return contains(vec2<T>(x, y));
477 }
bool contains(const vec2< T > &p) const FL_NOEXCEPT
Definition geometry.h:471

References contains(), FL_NOEXCEPT, fl::x, and fl::y.

+ Here is the call graph for this function: