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

◆ operator/=() [3/5]

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

Definition at line 53 of file geometry.h.

53 {
54 x /= d;
55 y /= d;
56 z /= d;
57 return *this;
58 }