nn::math::SinCosIdx Function
void SinCosIdx(
f32 * s,
f32 * c,
u16 idx
);
| Name | Description | |
|---|---|---|
| out | s | Pointer to the buffer that stores the sine. |
| out | c | Pointer to the buffer that stores the cosine. |
| in | idx | Angle (in units for which one complete revolution is defined as equal to 65536). |
Finds the sine and cosine.
CONFIDENTIAL