nn::math::SinCosFIdx Function

Syntax

void SinCosFIdx(
     f32 * pSin,
     f32 * pCos,
     f32 fidx
);

Arguments

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).

Return Values

None.

Description

Finds the sine and cosine.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL