source: NonGTP/FCollada/Documentation/_f_math_8h.html @ 964

Revision 964, 7.1 KB checked in by igarcia, 18 years ago (diff)
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>FCollada: FMath/FMath.h File Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.4.6-NO -->
8<div class="tabs">
9  <ul>
10    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11    <li><a href="modules.html"><span>Modules</span></a></li>
12    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
13    <li><a href="classes.html"><span>Classes</span></a></li>
14    <li id="current"><a href="files.html"><span>Files</span></a></li>
15    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
16  </ul></div>
17<div class="tabs">
18  <ul>
19    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
20    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
21  </ul></div>
22<h1>FMath/FMath.h File Reference</h1>The file containing functions and constants for math. <a href="#_details">More...</a>
23<p>
24<code>#include &lt;math.h&gt;</code><br>
25<code>#include &lt;algorithm&gt;</code><br>
26<code>#include &quot;<a class="el" href="_f_m_array_8h-source.html">FMath/FMArray.h</a>&quot;</code><br>
27<code>#include &quot;<a class="el" href="_f_m_float_8h-source.html">FMath/FMFloat.h</a>&quot;</code><br>
28<code>#include &quot;<a class="el" href="_f_m_integer_8h-source.html">FMath/FMInteger.h</a>&quot;</code><br>
29<code>#include &quot;<a class="el" href="_f_m_vector2_8h-source.html">FMath/FMVector2.h</a>&quot;</code><br>
30<code>#include &quot;<a class="el" href="_f_m_vector3_8h-source.html">FMath/FMVector3.h</a>&quot;</code><br>
31<code>#include &quot;<a class="el" href="_f_m_vector4_8h-source.html">FMath/FMVector4.h</a>&quot;</code><br>
32<code>#include &quot;<a class="el" href="_f_m_color_8h-source.html">FMath/FMColor.h</a>&quot;</code><br>
33<code>#include &quot;<a class="el" href="_f_m_matrix33_8h-source.html">FMath/FMMatrix33.h</a>&quot;</code><br>
34<code>#include &quot;<a class="el" href="_f_m_matrix44_8h-source.html">FMath/FMMatrix44.h</a>&quot;</code><br>
35
36<p>
37<a href="_f_math_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
38<tr><td></td></tr>
39<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
40<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_math.html">FMath</a></td></tr>
41
42<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
43<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_math.html#3f3ff4d162ca9b81672ab8d5ce1a04ed">FMath::RadToDeg</a> (double val)</td></tr>
44
45<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert radians to degrees.  <a href="#3f3ff4d162ca9b81672ab8d5ce1a04ed"></a><br></td></tr>
46<tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_math.html#126a39f30047703acd42ac277e688959">FMath::RadToDeg</a> (float val)</td></tr>
47
48<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert radians to degrees.  <a href="#126a39f30047703acd42ac277e688959"></a><br></td></tr>
49<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_math.html#85780db77107aa93459019cd8cb8e89b">FMath::DegToRad</a> (double val)</td></tr>
50
51<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert degrees to radians.  <a href="#85780db77107aa93459019cd8cb8e89b"></a><br></td></tr>
52<tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_math.html#0d5dc4a5370d82235d4e62cdd510c31c">FMath::DegToRad</a> (float val)</td></tr>
53
54<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert degrees to radians.  <a href="#0d5dc4a5370d82235d4e62cdd510c31c"></a><br></td></tr>
55<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_math.html#f07527201a796f5c30c8bc10db7a8178">FMath::IsNotANumber</a> (float f)</td></tr>
56
57<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Determines if given float is encoding for not a number (NAN).  <a href="#f07527201a796f5c30c8bc10db7a8178"></a><br></td></tr>
58<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_math.html#1190dc2de051037cbb426f9c9aee8046">FMath::Sign</a> (double val)</td></tr>
59
60<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Determine the sign of a number.  <a href="#1190dc2de051037cbb426f9c9aee8046"></a><br></td></tr>
61<tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_math.html#48ee0aea01eb950825b923755f4576d2">FMath::Sign</a> (float val)</td></tr>
62
63<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Determine the sign of a number.  <a href="#48ee0aea01eb950825b923755f4576d2"></a><br></td></tr>
64<tr><td class="memItemLeft" nowrap align="right" valign="top">int32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_math.html#eeb82e7ca4d7ea1d2fe9483f8aae575c">FMath::Sign</a> (int32 val)</td></tr>
65
66<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Determine the sign of a number.  <a href="#eeb82e7ca4d7ea1d2fe9483f8aae575c"></a><br></td></tr>
67<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class T&gt; </td></tr>
68<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">T&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespace_f_math.html#2bc2e21ab0bc13dbf6b669eb1d9b253c">FMath::Clamp</a> (T val, T mn, T mx)</td></tr>
69
70<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Clamp the specified object within a range specified by two other objects of the same class.  <a href="#2bc2e21ab0bc13dbf6b669eb1d9b253c"></a><br></td></tr>
71<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
72<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4c8e25df39e90e06ce866c1b509b9bec"></a><!-- doxytag: member="FMath.h::Pi" ref="4c8e25df39e90e06ce866c1b509b9bec" args="" -->
73const double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_f_math.html#4c8e25df39e90e06ce866c1b509b9bec">FMath::Pi</a> = 3.14159</td></tr>
74
75<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Mathematical value of pi to 5 decimals. <br></td></tr>
76</table>
77<hr><a name="_details"></a><h2>Detailed Description</h2>
78The file containing functions and constants for math.
79<p>
80<hr size="1"><address style="align: right;"><small>Generated on Fri May 12 16:44:40 2006 for FCollada by&nbsp;
81<a href="http://www.doxygen.org/index.html">
82<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address>
83</body>
84</html>
Note: See TracBrowser for help on using the repository browser.