Difference between revisions of "FastSin"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Returns the sine of the given angle in radians. Faster, less reliable version. </onlyinclude> <syntaxhighlight lang="cpp"> float FastSin(float radians) </syntaxhigh...") |
(No difference)
|
Revision as of 16:18, 22 August 2012
Returns the sine of the given angle in radians. Faster, less reliable version.
float FastSin(float radians)