Sin

From Dragon Age Toolset Wiki
Jump to: navigation, search

Returns the sine of an angle.

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

The sine of the angle in radians.

Source:

script.ldf

Description

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


See also

cos, tan, acos, asin, atan