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

◆ getMax() [2/2]

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

Definition at line 136 of file vec3.h.

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