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

◆ sincos() [2/3]

template<typename T>
enable_if< is_fixed_point< T >::value, void >::type fl::sincos ( T angle,
T & out_sin,
T & out_cos )
inline

Definition at line 589 of file fixed_point.h.

589{ T::sincos(angle, out_sin, out_cos); }

References FL_NOEXCEPT.