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 126 of file geometry.h.

126{ return vec2(MAX(x, p.x), MAX(y, p.y)); }
#define MAX(a, b)
Definition math_macros.h:11
constexpr vec2()=default