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

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