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_projection</title>
<title>0.9.9 API documenation: GLM_GTX_normal</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>
@@ -78,39 +78,45 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">GLM_GTX_projection<div class="ingroups"><a class="el" href="a00148.html">Experimental extensions</a></div></div> </div>
<div class="title">GLM_GTX_normal<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="a00081.html" title="GLM_GTX_projection ">glm/gtx/projection.hpp</a>&gt; to use the features of this extension.
<p>Include &lt;<a class="el" href="a00072.html" title="GLM_GTX_normal ">glm/gtx/normal.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:ga58384b7170801dd513de46f87c7fb00e"><td class="memTemplParams" colspan="2">template&lt;typename genType &gt; </td></tr>
<tr class="memitem:ga58384b7170801dd513de46f87c7fb00e"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL genType&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00211.html#ga58384b7170801dd513de46f87c7fb00e">proj</a> (genType const &amp;x, genType const &amp;Normal)</td></tr>
<tr class="memdesc:ga58384b7170801dd513de46f87c7fb00e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Projects x on Normal. <a href="a00211.html#ga58384b7170801dd513de46f87c7fb00e">More...</a><br /></td></tr>
<tr class="separator:ga58384b7170801dd513de46f87c7fb00e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaff1cb5496925dfa7962df457772a7f35"><td class="memTemplParams" colspan="2">template&lt;typename T , qualifier Q&gt; </td></tr>
<tr class="memitem:gaff1cb5496925dfa7962df457772a7f35"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL vec&lt; 3, T, Q &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00211.html#gaff1cb5496925dfa7962df457772a7f35">triangleNormal</a> (vec&lt; 3, T, Q &gt; const &amp;p1, vec&lt; 3, T, Q &gt; const &amp;p2, vec&lt; 3, T, Q &gt; const &amp;p3)</td></tr>
<tr class="memdesc:gaff1cb5496925dfa7962df457772a7f35"><td class="mdescLeft">&#160;</td><td class="mdescRight">Computes triangle normal from triangle points. <a href="a00211.html#gaff1cb5496925dfa7962df457772a7f35">More...</a><br /></td></tr>
<tr class="separator:gaff1cb5496925dfa7962df457772a7f35"><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="a00081.html" title="GLM_GTX_projection ">glm/gtx/projection.hpp</a>&gt; to use the features of this extension. </p>
<p>Projection of a vector to other one </p>
<p>Include &lt;<a class="el" href="a00072.html" title="GLM_GTX_normal ">glm/gtx/normal.hpp</a>&gt; to use the features of this extension. </p>
<p>Compute the normal of a triangle. </p>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="ga58384b7170801dd513de46f87c7fb00e"></a>
<a class="anchor" id="gaff1cb5496925dfa7962df457772a7f35"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">GLM_FUNC_DECL genType glm::proj </td>
<td class="memname">GLM_FUNC_DECL vec&lt;3, T, Q&gt; glm::triangleNormal </td>
<td>(</td>
<td class="paramtype">genType const &amp;&#160;</td>
<td class="paramname"><em>x</em>, </td>
<td class="paramtype">vec&lt; 3, T, Q &gt; const &amp;&#160;</td>
<td class="paramname"><em>p1</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">genType const &amp;&#160;</td>
<td class="paramname"><em>Normal</em>&#160;</td>
<td class="paramtype">vec&lt; 3, T, Q &gt; const &amp;&#160;</td>
<td class="paramname"><em>p2</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">vec&lt; 3, T, Q &gt; const &amp;&#160;</td>
<td class="paramname"><em>p3</em>&#160;</td>
</tr>
<tr>
<td></td>
@@ -120,8 +126,8 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Projects x on Normal. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00211.html" title="Include <glm/gtx/projection.hpp> to use the features of this extension. ">GLM_GTX_projection</a> </dd></dl>
<p>Computes triangle normal from triangle points. </p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00211.html" title="Include <glm/gtx/normal.hpp> to use the features of this extension. ">GLM_GTX_normal</a> </dd></dl>
</div>
</div>