| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <!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"/>
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta name="generator" content="Doxygen 1.8.5"/>
- <title>GLM: Todo List</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>
- <link href="doxygen.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <div id="titlearea">
- <table cellspacing="0" cellpadding="0">
- <tbody>
- <tr style="height: 56px;">
- <td style="padding-left: 0.5em;">
- <div id="projectname">GLM
-  <span id="projectnumber">0.9.5</span>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.5 -->
- <div id="navrow1" class="tabs">
- <ul class="tablist">
- <li><a href="index.html"><span>Main Page</span></a></li>
- <li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
- <li><a href="modules.html"><span>Modules</span></a></li>
- <li><a href="namespaces.html"><span>Namespaces</span></a></li>
- <li><a href="files.html"><span>Files</span></a></li>
- </ul>
- </div>
- </div><!-- top -->
- <div class="header">
- <div class="headertitle">
- <div class="title">Todo List </div> </div>
- </div><!--header-->
- <div class="contents">
- <div class="textblock"><dl class="reflist">
- <dt><a class="anchor" id="_todo000001"></a>Member <a class="el" href="a00158.html#gaf5ecf64cbcb7f806a3c7915dd622209b">glm::bitCount</a> (genIUType< T > const &Value)</dt>
- <dd>Clarify the declaration to specify that scalars are suported. </dd>
- <dt><a class="anchor" id="_todo000004"></a>Member <a class="el" href="a00171.html#gacb41049b8d22c8aa90e362b96c524feb">glm::epsilon</a> ()</dt>
- <dd>Implement epsilon for half-precision floating point type. </dd>
- <dt><a class="anchor" id="_todo000002"></a>Member <a class="el" href="a00158.html#ga43d5d9ec05ba4c46035c764ad5fd3135">glm::findLSB</a> (genIUType< T > const &Value)</dt>
- <dd>Clarify the declaration to specify that scalars are suported. </dd>
- <dt><a class="anchor" id="_todo000003"></a>Member <a class="el" href="a00158.html#gaee931af2eaecf61b629b33899c9d6f29">glm::findMSB</a> (genIUType< T > const &Value)</dt>
- <dd>Clarify the declaration to specify that scalars are suported. </dd>
- </dl>
- </div></div><!-- contents -->
- <!-- start footer part -->
- <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.8.5
- </small></address>
- </body>
- </html>
|