PageRenderTime 25ms CodeModel.GetById 19ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/docs/sdk/script/fn/Cos.xml

https://bitbucket.org/randrian/openclonk2
XML | 27 lines | 26 code | 1 blank | 0 comment | 0 complexity | 2c7066ebe4658bccd506e373fe1c7793 MD5 | raw file
Possible License(s): WTFPL, 0BSD, LGPL-2.1, CC-BY-3.0
 1<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
 2<!DOCTYPE funcs SYSTEM "../../../clonk.dtd">
 3<?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?>
 4<funcs>
 5	<func>
 6		<title>Cos</title>
 7		<category>Arithmetik</category>
 8		<version>4.6.5.0 CP<extversion>4.9.5.0 CE</extversion></version>
 9		<syntax>
10			<rtype>int</rtype>
11			<params>
12				<param><type>int</type><name>iAngle</name><desc>Winkel in Grad</desc></param>
13				<param><type>int</type><name>iRadius</name><desc>Radius</desc></param>
14				<param><type>int</type><name>iPrec</name><desc>Der angegebene Winkel wird, wenn angegeben, vor der Berechnung durch diesen Wert dividiert. Bei einem Winkel von 455 und einer Pr�zision von 10 w�rde intern also mit einem Winkel von 45,5� gerechnet werden.</desc><optional /></param>
15			</params>
16		</syntax>
17		<desc>Liefert cos(iAngle) * iRadius.</desc>
18		<related>
19			<funclink>Sin</funclink>
20			<funclink>Tan</funclink>
21			<funclink>Angle</funclink>
22		</related>
23	</func>
24	<author>springer</author><date>April 2002</date>
25	<author>Clonk-Karl</author><date>September 2004</date>
26</funcs>
27