nn::math::SinCosFIdx Function
void SinCosFIdx(
f32 * pSin,
f32 * pCos,
f32 fidx
);
| Name | Description | |
|---|---|---|
| out | pSin | Pointer to the buffer that stores the sine. |
| out | pCos | Pointer to the buffer that stores the cosine. |
| in | fidx | Angle (in units for which one complete revolution is defined as equal to 256.0). |
Finds the sine and cosine.
CONFIDENTIAL