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

◆ is_zero()

template<typename T>
bool fl::vec2< T >::is_zero ( ) const
inline

Definition at line 148 of file geometry.h.

148{ return (x == 0 && y == 0); }