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

◆ operator/=() [2/5]

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

Definition at line 27 of file geometry.h.

27 {
28 x /= f;
29 y /= f;
30 z /= f;
31 return *this;
32 }