Cos

From Dragon Age Toolset Wiki
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