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

◆ cos() [2/3]

template<typename T>
enable_if< is_fixed_point< T >::value, T >::type fl::cos ( T angle)
inline

Definition at line 582 of file fixed_point.h.

582{ return T::cos(angle); }

References FL_NOEXCEPT.

Referenced by fl::ScreenMap::Circle(), fillFrameBufferNoise(), makeCorkScrew(), makeRingScreenMap(), and makeScreenMap().

+ Here is the caller graph for this function: