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

◆ getMin() [1/2]

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

Definition at line 310 of file geometry.h.

310{ return vec2(MIN(x, p.x), MIN(y, p.y)); }
#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