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

◆ operator*=() [2/2]

template<typename T>
vec2 & fl::vec2< T >::operator*= ( const float & f)
inline

Definition at line 186 of file geometry.h.

186 {
187 x *= f;
188 y *= f;
189 return *this;
190 }