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

◆ operator!=() [2/2]

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

Definition at line 124 of file vec3.h.

124 {
125 return (x != p.x || y != p.y || z != p.z);
126 }