Difference between revisions of "FastCos"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns the cosine of the given angle in radians. Faster, less reliable version. </onlyinclude> <syntaxhighlight lang="cpp"> float FastCos(float radians) </syntaxhi...")
(No difference)

Revision as of 17:18, 22 August 2012

Returns the cosine of the given angle in radians. Faster, less reliable version.

float FastCos(float radians)