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

◆ getMax() [1/2]

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

Definition at line 130 of file geometry.h.

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