mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 10:14:35 +00:00
122 lines
6.2 KiB
HTML
122 lines
6.2 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||
|
<title>GLM: glm::gtx::epsilon Namespace Reference</title>
|
||
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||
|
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Generated by Doxygen 1.6.1 -->
|
||
|
<div class="navigation" id="top">
|
||
|
<div class="tabs">
|
||
|
<ul>
|
||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||
|
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="tabs">
|
||
|
<ul>
|
||
|
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
|
||
|
<li><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="navpath"><a class="el" href="a00124.html">glm</a>::<a class="el" href="a00150.html">gtx</a>::<a class="el" href="a00162.html">epsilon</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="contents">
|
||
|
<h1>glm::gtx::epsilon Namespace Reference</h1>
|
||
|
<p>GLM_GTX_epsilon extension: Comparaison functions for a user defined <a class="el" href="a00162.html" title="GLM_GTX_epsilon extension: Comparaison functions for a user defined epsilon values...">epsilon</a> values.
|
||
|
<a href="#_details">More...</a></p>
|
||
|
<table border="0" cellpadding="0" cellspacing="0">
|
||
|
<tr><td colspan="2"><h2>Functions</h2></td></tr>
|
||
|
<tr><td class="memTemplParams" colspan="2">template<typename genTypeT , typename genTypeU > </td></tr>
|
||
|
<tr><td class="memTemplItemLeft" align="right" valign="top">bool </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00162.html#ae56f18f757e2d08bae0d5ce0d8e59980">equalEpsilon</a> (genTypeT const &x, genTypeT const &y, genTypeU const &epsilon)</td></tr>
|
||
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the component-wise compare of |x - y| < <a class="el" href="a00162.html" title="GLM_GTX_epsilon extension: Comparaison functions for a user defined epsilon values...">epsilon</a>. <a href="#ae56f18f757e2d08bae0d5ce0d8e59980"></a><br/></td></tr>
|
||
|
<tr><td class="memTemplParams" colspan="2">template<typename genTypeT , typename genTypeU > </td></tr>
|
||
|
<tr><td class="memTemplItemLeft" align="right" valign="top">bool </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00162.html#a2f60f387fd69452ec68d5b38682d87b8">notEqualEpsilon</a> (genTypeT const &x, genTypeT const &y, genTypeU const &epsilon)</td></tr>
|
||
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the component-wise compare of |x - y| >= <a class="el" href="a00162.html" title="GLM_GTX_epsilon extension: Comparaison functions for a user defined epsilon values...">epsilon</a>. <a href="#a2f60f387fd69452ec68d5b38682d87b8"></a><br/></td></tr>
|
||
|
</table>
|
||
|
<hr/><a name="_details"></a><h2>Detailed Description</h2>
|
||
|
<p>GLM_GTX_epsilon extension: Comparaison functions for a user defined <a class="el" href="a00162.html" title="GLM_GTX_epsilon extension: Comparaison functions for a user defined epsilon values...">epsilon</a> values. </p>
|
||
|
<hr/><h2>Function Documentation</h2>
|
||
|
<a class="anchor" id="ae56f18f757e2d08bae0d5ce0d8e59980"></a><!-- doxytag: member="glm::gtx::epsilon::equalEpsilon" ref="ae56f18f757e2d08bae0d5ce0d8e59980" args="(genTypeT const &x, genTypeT const &y, genTypeU const &epsilon)" -->
|
||
|
<div class="memitem">
|
||
|
<div class="memproto">
|
||
|
<table class="memname">
|
||
|
<tr>
|
||
|
<td class="memname">bool glm::gtx::epsilon::equalEpsilon </td>
|
||
|
<td>(</td>
|
||
|
<td class="paramtype">genTypeT const & </td>
|
||
|
<td class="paramname"> <em>x</em>, </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="paramkey"></td>
|
||
|
<td></td>
|
||
|
<td class="paramtype">genTypeT const & </td>
|
||
|
<td class="paramname"> <em>y</em>, </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="paramkey"></td>
|
||
|
<td></td>
|
||
|
<td class="paramtype">genTypeU const & </td>
|
||
|
<td class="paramname"> <em>epsilon</em></td><td> </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td></td>
|
||
|
<td>)</td>
|
||
|
<td></td><td></td><td></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div class="memdoc">
|
||
|
|
||
|
<p>Returns the component-wise compare of |x - y| < <a class="el" href="a00162.html" title="GLM_GTX_epsilon extension: Comparaison functions for a user defined epsilon values...">epsilon</a>. </p>
|
||
|
<p>From GLM_GTX_epsilon extension. </p>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<a class="anchor" id="a2f60f387fd69452ec68d5b38682d87b8"></a><!-- doxytag: member="glm::gtx::epsilon::notEqualEpsilon" ref="a2f60f387fd69452ec68d5b38682d87b8" args="(genTypeT const &x, genTypeT const &y, genTypeU const &epsilon)" -->
|
||
|
<div class="memitem">
|
||
|
<div class="memproto">
|
||
|
<table class="memname">
|
||
|
<tr>
|
||
|
<td class="memname">bool glm::gtx::epsilon::notEqualEpsilon </td>
|
||
|
<td>(</td>
|
||
|
<td class="paramtype">genTypeT const & </td>
|
||
|
<td class="paramname"> <em>x</em>, </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="paramkey"></td>
|
||
|
<td></td>
|
||
|
<td class="paramtype">genTypeT const & </td>
|
||
|
<td class="paramname"> <em>y</em>, </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="paramkey"></td>
|
||
|
<td></td>
|
||
|
<td class="paramtype">genTypeU const & </td>
|
||
|
<td class="paramname"> <em>epsilon</em></td><td> </td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td></td>
|
||
|
<td>)</td>
|
||
|
<td></td><td></td><td></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div class="memdoc">
|
||
|
|
||
|
<p>Returns the component-wise compare of |x - y| >= <a class="el" href="a00162.html" title="GLM_GTX_epsilon extension: Comparaison functions for a user defined epsilon values...">epsilon</a>. </p>
|
||
|
<p>From GLM_GTX_epsilon extension. </p>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Nov 16 11:23:24 2009 for GLM by
|
||
|
<a href="http://www.doxygen.org/index.html">
|
||
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||
|
</body>
|
||
|
</html>
|