Cos

From Dragon Age Toolset Wiki
Revision as of 18:31, 1 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the cosine of an angle.

float cos(
float fValue
);
Parameters:
fValue
The angle in radians
Returns:

The cosine of the angle in radians.

Source:

script.ldf

Description

Returns the cosine of the float fValue. fValue is an angle in radians.


See also

sin, tan, acos, asin, atan