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

◆ operator=()

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

Definition at line 245 of file geometry.h.

245 {
246 x = p.x;
247 y = p.y;
248 return *this;
249 }