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

138 {
139 return vec3<U>(MAX(x, p.x), MAX(y, p.y), MAX(z, p.z));
140 }
#define MAX(a, b)
Definition math_macros.h:11
constexpr vec3()=default