Sin

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 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