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

◆ sincos()

template<int IntBits, int FracBits, Sign S>
static FASTLED_FORCE_INLINE void fl::fixed_point< IntBits, FracBits, S >::sincos ( fixed_point< IntBits, FracBits, S > angle,
fixed_point< IntBits, FracBits, S > & out_sin,
fixed_point< IntBits, FracBits, S > & out_cos )
inlinestatic

Definition at line 397 of file fixed_point.h.

397 {
402 }
static constexpr FASTLED_FORCE_INLINE fixed_point from_raw(RawType raw) FL_NOEXCEPT
FASTLED_FORCE_INLINE constexpr RawType raw() const FL_NOEXCEPT
typename fixed_point_impl< IntBits, FracBits, S >::type Base