Cos: Difference between revisions

Jump to navigation Jump to search
136 bytes added ,  3 September 2006
Added parameters info & example
mNo edit summary
(Added parameters info & example)
__NOTOC__
int '''cosCos''' (int ''angle'')
 
== Usage ==
 
Returns the fixed point value for the cosine of an angle. The ''angle'' uses the same units as [[VectorAngle]], where 0 is 0 degrees and 65536 is 360 degrees.
 
=== Parameters ===
 
*''angle''
:The [[Definitions|fixed point angle]] value to compute the cosine for.
 
=== Return value ===
 
Returns an [[Definitions|fixed point]] value of the cosine.
 
== Example ==
 
See [[Sin#Example|sin example]].

Navigation menu