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

◆ getMin() [2/2]

template<typename T>
template<typename U>
vec2 fl::vec2< T >::getMin ( const vec2< U > & p) const
inline

Definition at line 320 of file geometry.h.

320 {
321 return vec2<U>(MIN(x, p.x), MIN(y, p.y));
322 }
#define MIN(a, b)
Definition math_macros.h:41
value_type y
Definition geometry.h:191
value_type x
Definition geometry.h:190
constexpr vec2()=default