Difference between revisions of "Sin"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Returns the sine of the given angle in radians. </onlyinclude> <syntaxhighlight lang="cpp"> float Sin(float radians) </syntaxhighlight> Category:Scripting [[Ca...")
(No difference)

Revision as of 17:17, 22 August 2012

Returns the sine of the given angle in radians.

float Sin(float radians)