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

◆ operator/=() [4/5]

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

Definition at line 58 of file geometry.h.

58 {
59 x /= d;
60 y /= d;
61 z /= d;
62 return *this;
63 }