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 120 of file vec3.h.

120 {
121 return (x == p.x && y == p.y && z == p.z);
122 }