Acos

From Dragon Age Toolset Wiki
Revision as of 21:58, 9 February 2010 by BryanDerksen (Talk | contribs) (remove generated)

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

Returns the arccosine of an angle.

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

The arccosine of the angle in radians.

Source:

script.ldf

Description

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


See also

cos, sin, tan, asin, atan