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

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