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

◆ operator!=() [1/2]

template<typename T>
bool sketch::vec3< T >::operator!= ( const vec3< T > & p) const
inline

Definition at line 118 of file vec3.h.

118{ return (x != p.x || y != p.y || z != p.z); }