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
)
inline
static
Definition at line
397
of file
fixed_point.h
.
397
{
398
Base
base_sin
,
base_cos
;
399
Base::sincos
(
angle
,
base_sin
,
base_cos
);
400
out_sin
=
from_raw
(
base_sin
.
raw
());
401
out_cos
=
from_raw
(
base_cos
.
raw
());
402
}
fl::fixed_point::from_raw
static constexpr FASTLED_FORCE_INLINE fixed_point from_raw(RawType raw) FL_NOEXCEPT
Definition
fixed_point.h:197
fl::fixed_point::raw
FASTLED_FORCE_INLINE constexpr RawType raw() const FL_NOEXCEPT
Definition
fixed_point.h:206
fl::fixed_point::Base
typename fixed_point_impl< IntBits, FracBits, S >::type Base
Definition
fixed_point.h:131
fl::fixed_point
Definition
fixed_point.h:129
fl
fixed_point
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2