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

◆ getMax() [1/2]

template<typename T>
vec2 fl::vec2< T >::getMax ( const vec2< T > & p) const
inline

Definition at line 308 of file geometry.h.

308{ return vec2(MAX(x, p.x), MAX(y, p.y)); }
#define MAX(a, b)
Definition math_macros.h:37
value_type y
Definition geometry.h:191
value_type x
Definition geometry.h:190
constexpr vec2()=default