Difference between revisions of "ACos"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Returns the arc cosine of the given angle in radians. </onlyinclude> <syntaxhighlight lang="cpp"> float ACos(float radians) </syntaxhighlight> [[Category:Scripting...") |
(No difference)
|
Revision as of 16:19, 22 August 2012
Returns the arc cosine of the given angle in radians.
float ACos(float radians)