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

◆ sin() [2/3]

template<typename T>
enable_if< is_fixed_point< T >::value, T >::type fl::sin ( T angle)
inline
Examples
BeatDetection.ino, and Sailboat.ino.

Definition at line 577 of file fixed_point.h.

577{ return T::sin(angle); }

References FL_NOEXCEPT.

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

+ Here is the caller graph for this function: