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

◆ getMax() [2/2]

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

Definition at line 167 of file geometry.h.

167 {
168 return vec3<U>(MAX(x, p.x), MAX(y, p.y), MAX(z, p.z));
169 }
#define MAX(a, b)
Definition math_macros.h:37
constexpr vec3()=default