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

◆ operator/=() [1/5]

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

Definition at line 39 of file geometry.h.

39 {
40 x /= f;
41 y /= f;
42 z /= f;
43 return *this;
44 }