nn::math::SinCosRad Function

Syntax

void SinCosRad(
     f32 * s,
     f32 * c,
     f32 rad
);

Arguments

Name Description
out s Pointer to the buffer that stores the sine.
out c Pointer to the buffer that stores the cosine.
in rad Angle in radians.

Return Values

None.

Description

Finds the sine and cosine.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL