Updated doxygen documentation

This commit is contained in:
Christophe Riccio
2011-12-07 14:50:15 +00:00
parent a3b5034d4e
commit f18ad6bf2e
389 changed files with 27429 additions and 14460 deletions

View File

@@ -2,22 +2,36 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>matrix_interpolation.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo-mini.png"></td>
<td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
@@ -34,7 +48,7 @@
</div>
<div class="header">
<div class="headertitle">
<h1>matrix_interpolation.hpp</h1> </div>
<div class="title">matrix_interpolation.hpp</div> </div>
</div>
<div class="contents">
<a href="a00070.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
@@ -88,18 +102,18 @@
<a name="l00049"></a>00049 {
<a name="l00052"></a>00052
<a name="l00055"></a>00055 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;
<a name="l00056"></a>00056 <span class="keywordtype">void</span> <a class="code" href="a00193.html#ga2f661e2b406fcfa27aa00164c7606acd" title="Get the axis and angle of the rotation from a matrix.">axisAngle</a>(
<a name="l00056"></a>00056 <span class="keywordtype">void</span> <a class="code" href="a00193.html#ga9d83dd69424140379624d570b0a6c238" title="Get the axis and angle of the rotation from a matrix.">axisAngle</a>(
<a name="l00057"></a>00057 detail::tmat4x4&lt;T&gt; <span class="keyword">const</span> &amp; mat,
<a name="l00058"></a>00058 detail::tvec3&lt;T&gt; &amp; <a class="code" href="a00210.html#gacc113f4bc268d23febee9cc2424a7382" title="Returns the q rotation axis.">axis</a>,
<a name="l00059"></a>00059 T &amp; <a class="code" href="a00210.html#ga9eb5d8efb18df5d24452ac826bb4af70" title="Returns the quaternion rotation angle.">angle</a>);
<a name="l00058"></a>00058 detail::tvec3&lt;T&gt; &amp; <a class="code" href="a00210.html#ga72457604550d0414e522dbec0d98f276" title="Returns the q rotation axis.">axis</a>,
<a name="l00059"></a>00059 T &amp; <a class="code" href="a00210.html#ga69041d18bd8539fe82d6170932d28362" title="Returns the quaternion rotation angle.">angle</a>);
<a name="l00060"></a>00060
<a name="l00063"></a>00063 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;
<a name="l00064"></a>00064 detail::tmat4x4&lt;T&gt; <a class="code" href="a00193.html#ga4a80ca3ae7de67bfa3fe60665de97091" title="Build a matrix from axis and angle.">axisAngleMatrix</a>(
<a name="l00065"></a>00065 detail::tvec3&lt;T&gt; <span class="keyword">const</span> &amp; <a class="code" href="a00210.html#gacc113f4bc268d23febee9cc2424a7382" title="Returns the q rotation axis.">axis</a>,
<a name="l00066"></a>00066 T <span class="keyword">const</span> <a class="code" href="a00210.html#ga9eb5d8efb18df5d24452ac826bb4af70" title="Returns the quaternion rotation angle.">angle</a>);
<a name="l00064"></a>00064 detail::tmat4x4&lt;T&gt; <a class="code" href="a00193.html#ga9c35118f46d7e7baf93b63612628b600" title="Build a matrix from axis and angle.">axisAngleMatrix</a>(
<a name="l00065"></a>00065 detail::tvec3&lt;T&gt; <span class="keyword">const</span> &amp; <a class="code" href="a00210.html#ga72457604550d0414e522dbec0d98f276" title="Returns the q rotation axis.">axis</a>,
<a name="l00066"></a>00066 T <span class="keyword">const</span> <a class="code" href="a00210.html#ga69041d18bd8539fe82d6170932d28362" title="Returns the quaternion rotation angle.">angle</a>);
<a name="l00067"></a>00067
<a name="l00071"></a>00071 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;
<a name="l00072"></a>00072 detail::tmat4x4&lt;T&gt; <a class="code" href="a00193.html#gaa7c29b4a6ba545e12a21cc4b74d395a9" title="Build a interpolation of 4 * 4 matrixes.">interpolate</a>(
<a name="l00072"></a>00072 detail::tmat4x4&lt;T&gt; <a class="code" href="a00193.html#ga797ad3192e9cfb80840a93a20b55896a" title="Build a interpolation of 4 * 4 matrixes.">interpolate</a>(
<a name="l00073"></a>00073 detail::tmat4x4&lt;T&gt; <span class="keyword">const</span> &amp; m1,
<a name="l00074"></a>00074 detail::tmat4x4&lt;T&gt; <span class="keyword">const</span> &amp; m2,
<a name="l00075"></a>00075 T <span class="keyword">const</span> delta);
@@ -111,8 +125,13 @@
<a name="l00082"></a>00082 <span class="preprocessor">#endif//GLM_GTX_matrix_interpolation</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.5
</small></address>
</body>
</html>