SinCosDeg

nn::math::SinCosDeg Function

Syntax

NN_MATH_INLINE void SinCosDeg(
     f32 * s,
     f32 * c,
     f32 deg
);

Parameters

Name Description
out s Pointer to the buffer that stores the sine.
out c Pointer to the buffer that stores the cosine.
in deg Angle measured in units of 1/360th of a circle.

Return Values

None.

Description

Finds the sine and cosine.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL