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

◆ degrees()

template<typename T>
T fl::degrees ( T rad)
inlineconstexpr

Definition at line 527 of file math.h.

527 {
528 return rad * static_cast<T>(57.29577951308232); // 180 / PI
529}

References FL_NOEXCEPT.