CosDeg

nn::math::CosDeg Function

Syntax

NN_MATH_INLINE f32 CosDeg(
     f32 deg
);

Parameters

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

Return Values

Returns the cosine of deg.

Description

Finds the cosine.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL