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

◆ is_zero()

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

Definition at line 153 of file geometry.h.

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