Updated doxygen documentation
This commit is contained in:
@@ -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_access.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 Page</span></a></li>
|
||||
@@ -34,7 +48,7 @@
|
||||
</div>
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<h1>matrix_access.hpp</h1> </div>
|
||||
<div class="title">matrix_access.hpp</div> </div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<a href="a00067.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
|
||||
@@ -77,7 +91,7 @@
|
||||
<a name="l00038"></a>00038 <span class="preprocessor"></span><span class="preprocessor">#define GLM_GTC_matrix_access GLM_VERSION</span>
|
||||
<a name="l00039"></a>00039 <span class="preprocessor"></span>
|
||||
<a name="l00040"></a>00040 <span class="comment">// Dependency:</span>
|
||||
<a name="l00041"></a>00041 <span class="preprocessor">#include "<a class="code" href="a00050.html" title="OpenGL Mathematics (glm.g-truc.net)">../glm.hpp</a>"</span>
|
||||
<a name="l00041"></a>00041 <span class="preprocessor">#include "../glm.hpp"</span>
|
||||
<a name="l00042"></a>00042
|
||||
<a name="l00043"></a>00043 <span class="preprocessor">#if(defined(GLM_MESSAGES) && !defined(glm_ext))</span>
|
||||
<a name="l00044"></a>00044 <span class="preprocessor"></span><span class="preprocessor"># pragma message("GLM: GLM_GTC_matrix_access extension included")</span>
|
||||
@@ -87,23 +101,23 @@
|
||||
<a name="l00048"></a>00048 {
|
||||
<a name="l00051"></a>00051
|
||||
<a name="l00054"></a>00054 <span class="keyword">template</span> <<span class="keyword">typename</span> genType>
|
||||
<a name="l00055"></a>00055 <span class="keyword">typename</span> genType::row_type <a class="code" href="a00159.html#ga62b6b0327abcb2013718c95284c0e97a" title="Get a specific row of a matrix.">row</a>(
|
||||
<a name="l00055"></a>00055 <span class="keyword">typename</span> genType::row_type <a class="code" href="a00159.html#ga7e90918d2599dfcce7cffdde61e0ecb4" title="Get a specific row of a matrix.">row</a>(
|
||||
<a name="l00056"></a>00056 genType <span class="keyword">const</span> & m,
|
||||
<a name="l00057"></a>00057 <span class="keywordtype">int</span> index);
|
||||
<a name="l00058"></a>00058
|
||||
<a name="l00061"></a>00061 <span class="keyword">template</span> <<span class="keyword">typename</span> genType>
|
||||
<a name="l00062"></a>00062 genType <a class="code" href="a00159.html#ga62b6b0327abcb2013718c95284c0e97a" title="Get a specific row of a matrix.">row</a>(
|
||||
<a name="l00062"></a>00062 genType <a class="code" href="a00159.html#ga7e90918d2599dfcce7cffdde61e0ecb4" title="Get a specific row of a matrix.">row</a>(
|
||||
<a name="l00063"></a>00063 genType <span class="keyword">const</span> & m,
|
||||
<a name="l00064"></a>00064 <span class="keywordtype">int</span> index,
|
||||
<a name="l00065"></a>00065 <span class="keyword">typename</span> genType::row_type <span class="keyword">const</span> & x);
|
||||
<a name="l00066"></a>00066
|
||||
<a name="l00069"></a>00069 <span class="keyword">template</span> <<span class="keyword">typename</span> genType>
|
||||
<a name="l00070"></a>00070 <span class="keyword">typename</span> genType::col_type <a class="code" href="a00159.html#ga45f9638c076489e3416bcc2622e2dc01" title="Get a specific column of a matrix.">column</a>(
|
||||
<a name="l00070"></a>00070 <span class="keyword">typename</span> genType::col_type <a class="code" href="a00159.html#ga263133e2acfc1421ab17b41d2954aa8f" title="Get a specific column of a matrix.">column</a>(
|
||||
<a name="l00071"></a>00071 genType <span class="keyword">const</span> & m,
|
||||
<a name="l00072"></a>00072 <span class="keywordtype">int</span> index);
|
||||
<a name="l00073"></a>00073
|
||||
<a name="l00076"></a>00076 <span class="keyword">template</span> <<span class="keyword">typename</span> genType>
|
||||
<a name="l00077"></a>00077 genType <a class="code" href="a00159.html#ga45f9638c076489e3416bcc2622e2dc01" title="Get a specific column of a matrix.">column</a>(
|
||||
<a name="l00077"></a>00077 genType <a class="code" href="a00159.html#ga263133e2acfc1421ab17b41d2954aa8f" title="Get a specific column of a matrix.">column</a>(
|
||||
<a name="l00078"></a>00078 genType <span class="keyword">const</span> & m,
|
||||
<a name="l00079"></a>00079 <span class="keywordtype">int</span> index,
|
||||
<a name="l00080"></a>00080 <span class="keyword">typename</span> genType::col_type <span class="keyword">const</span> & x);
|
||||
@@ -115,8 +129,13 @@
|
||||
<a name="l00087"></a>00087 <span class="preprocessor">#endif//GLM_GTC_matrix_access</span>
|
||||
</pre></div></div>
|
||||
</div>
|
||||
<hr class="footer"/><address class="footer"><small>Generated by 
|
||||
<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  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.7.5
|
||||
</small></address>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user