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 114 of file geometry.h.

114{ return (x == p.x && y == p.y); }