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

◆ is_zero()

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

Definition at line 315 of file geometry.h.

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