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

◆ operator/=() [4/5]

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

Definition at line 46 of file geometry.h.

46 {
47 x /= d;
48 y /= d;
49 z /= d;
50 return *this;
51 }