Difference between revisions of "Sin"
From Dragon Age Toolset Wiki
(Generated by Sunjammer's Dragon Age Script Paser) |
BryanDerksen (Talk | contribs) (looks okay, removing tag) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{dafunction | {{dafunction | ||
|name=sin | |name=sin | ||
Latest revision as of 17:31, 1 March 2010
Returns the sine of an angle.
- 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.