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

◆ is_zero()

template<typename T>
bool sketch::vec3< T >::is_zero ( ) const
inline

Definition at line 151 of file vec3.h.

151{ return (x == 0 && y == 0 && z == 0); }