SinDeg

nn::math::SinDeg Function

Syntax

NN_MATH_INLINE f32 SinDeg(
     f32 deg
);

Parameters

Name Description
in deg Angle measured in units of 1/360th of a circle.

Return Values

Returns the sine of deg.

Description

Finds the sine.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL