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

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