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

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