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

65 {
66 x /= d;
67 y /= d;
68 z /= d;
69 return *this;
70 }