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

78 {
79 x = p.x;
80 y = p.y;
81 return *this;
82 }