Updated API documentation

This commit is contained in:
Christophe Riccio
2018-05-08 13:51:58 +02:00
parent 4d4dbcade6
commit c3a41b0ef8
470 changed files with 72126 additions and 68787 deletions

View File

@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>0.9.9 API documenation: GLM_GTX_string_cast</title>
<title>0.9.9 API documenation: GLM_GTX_range</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -75,47 +75,16 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">GLM_GTX_string_cast<div class="ingroups"><a class="el" href="a00148.html">Experimental extensions</a></div></div> </div>
<div class="title">GLM_GTX_range<div class="ingroups"><a class="el" href="a00154.html">Experimental extensions</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p>Include &lt;<a class="el" href="a00097.html" title="GLM_GTX_string_cast ">glm/gtx/string_cast.hpp</a>&gt; to use the features of this extension.
<p>Include &lt;<a class="el" href="a00086.html" title="GLM_GTX_range ">glm/gtx/range.hpp</a>&gt; to use the features of this extension.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga8f0dced1fd45e67e2d77e80ab93c7af5"><td class="memTemplParams" colspan="2">template&lt;typename genType &gt; </td></tr>
<tr class="memitem:ga8f0dced1fd45e67e2d77e80ab93c7af5"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL std::string&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00220.html#ga8f0dced1fd45e67e2d77e80ab93c7af5">to_string</a> (genType const &amp;x)</td></tr>
<tr class="memdesc:ga8f0dced1fd45e67e2d77e80ab93c7af5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a string from a GLM vector or matrix typed variable. <a href="a00220.html#ga8f0dced1fd45e67e2d77e80ab93c7af5">More...</a><br /></td></tr>
<tr class="separator:ga8f0dced1fd45e67e2d77e80ab93c7af5"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>Include &lt;<a class="el" href="a00097.html" title="GLM_GTX_string_cast ">glm/gtx/string_cast.hpp</a>&gt; to use the features of this extension. </p>
<p>Setup strings for GLM type values</p>
<p>This extension is not supported with CUDA </p>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="ga8f0dced1fd45e67e2d77e80ab93c7af5"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL std::string glm::to_string </td>
<td>(</td>
<td class="paramtype">genType const &amp;&#160;</td>
<td class="paramname"><em>x</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Create a string from a GLM vector or matrix typed variable. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00220.html" title="Include <glm/gtx/string_cast.hpp> to use the features of this extension. ">GLM_GTX_string_cast</a> extension. </dd></dl>
</div>
</div>
<p>Include &lt;<a class="el" href="a00086.html" title="GLM_GTX_range ">glm/gtx/range.hpp</a>&gt; to use the features of this extension. </p>
<p>Defines begin and end for vectors and matrices. Useful for range-based for loop. The range is defined over the elements, not over columns or rows (e.g. mat4 has 16 elements). </p>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>