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>wrap.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>wrap.hpp</h1> </div>
|
||||
<div class="title">wrap.hpp</div> </div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<a href="a00137.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
|
||||
@@ -78,7 +92,7 @@
|
||||
<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#define GLM_GTX_wrap GLM_VERSION</span>
|
||||
<a name="l00040"></a>00040 <span class="preprocessor"></span>
|
||||
<a name="l00041"></a>00041 <span class="comment">// Dependency:</span>
|
||||
<a name="l00042"></a>00042 <span class="preprocessor">#include "<a class="code" href="a00050.html" title="OpenGL Mathematics (glm.g-truc.net)">../glm.hpp</a>"</span>
|
||||
<a name="l00042"></a>00042 <span class="preprocessor">#include "../glm.hpp"</span>
|
||||
<a name="l00043"></a>00043
|
||||
<a name="l00044"></a>00044 <span class="preprocessor">#if(defined(GLM_MESSAGES) && !defined(glm_ext))</span>
|
||||
<a name="l00045"></a>00045 <span class="preprocessor"></span><span class="preprocessor"># pragma message("GLM: GLM_GTX_wrap extension included")</span>
|
||||
@@ -88,13 +102,13 @@
|
||||
<a name="l00049"></a>00049 {
|
||||
<a name="l00052"></a>00052
|
||||
<a name="l00055"></a>00055 <span class="keyword">template</span> <<span class="keyword">typename</span> genType>
|
||||
<a name="l00056"></a>00056 genType clamp(genType <span class="keyword">const</span> & Texcoord);
|
||||
<a name="l00056"></a>00056 genType <a class="code" href="a00142.html#ga99b1ce602a02833646e5077345858da4" title="Returns min(max(x, minVal), maxVal) for each component in x.">clamp</a>(genType <span class="keyword">const</span> & Texcoord);
|
||||
<a name="l00057"></a>00057
|
||||
<a name="l00060"></a>00060 <span class="keyword">template</span> <<span class="keyword">typename</span> genType>
|
||||
<a name="l00061"></a>00061 genType <a class="code" href="a00228.html#ga6a273aa4afe54076d34a4f7be7c6dc3d" title="Simulate GL_REPEAT OpenGL wrap mode From GLM_GTX_wrap extension.">repeat</a>(genType <span class="keyword">const</span> & Texcoord);
|
||||
<a name="l00061"></a>00061 genType <a class="code" href="a00228.html#gae841d5a9607e9e306b39f79e533b406c" title="Simulate GL_REPEAT OpenGL wrap mode From GLM_GTX_wrap extension.">repeat</a>(genType <span class="keyword">const</span> & Texcoord);
|
||||
<a name="l00062"></a>00062
|
||||
<a name="l00065"></a>00065 <span class="keyword">template</span> <<span class="keyword">typename</span> genType>
|
||||
<a name="l00066"></a>00066 genType <a class="code" href="a00228.html#ga9ff32415ca8052bd1142b0e495787e72" title="Simulate GL_MIRROR_REPEAT OpenGL wrap mode From GLM_GTX_wrap extension.">mirrorRepeat</a>(genType <span class="keyword">const</span> & Texcoord);
|
||||
<a name="l00066"></a>00066 genType <a class="code" href="a00228.html#ga5ebbf9029b98578fcaa682939ced093a" title="Simulate GL_MIRROR_REPEAT OpenGL wrap mode From GLM_GTX_wrap extension.">mirrorRepeat</a>(genType <span class="keyword">const</span> & Texcoord);
|
||||
<a name="l00067"></a>00067
|
||||
<a name="l00069"></a>00069 }<span class="comment">// namespace glm</span>
|
||||
<a name="l00070"></a>00070
|
||||
@@ -103,8 +117,13 @@
|
||||
<a name="l00073"></a>00073 <span class="preprocessor">#endif//GLM_GTX_wrap</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