FastSin

From King Arthur's Gold Wiki
Revision as of 23:22, 6 September 2012 by Shadlington (Talk | contribs)

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

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


This method is part of the Maths namespace so you need to prefix calls to it with 'Maths::'.

float Maths::FastSin(float radians)