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

◆ operator!=() [1/2]

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

Definition at line 116 of file geometry.h.

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