a00234.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <title>GLM Core</title>
  6. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  7. <link href="doxygen.css" rel="stylesheet" type="text/css"/>
  8. </head>
  9. <body>
  10. <!-- Generated by Doxygen 1.7.4 -->
  11. <div id="top">
  12. <div id="titlearea">
  13. <table cellspacing="0" cellpadding="0">
  14. <tbody>
  15. <tr style="height: 56px;">
  16. <td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td>
  17. </tr>
  18. </tbody>
  19. </table>
  20. </div>
  21. <div id="navrow1" class="tabs">
  22. <ul class="tablist">
  23. <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  24. <li><a href="modules.html"><span>Modules</span></a></li>
  25. <li><a href="namespaces.html"><span>Namespaces</span></a></li>
  26. <li><a href="annotated.html"><span>Classes</span></a></li>
  27. <li><a href="files.html"><span>Files</span></a></li>
  28. </ul>
  29. </div>
  30. </div>
  31. <div class="header">
  32. <div class="summary">
  33. <a href="#groups">Modules</a> </div>
  34. <div class="headertitle">
  35. <div class="title">GLM Core</div> </div>
  36. </div>
  37. <div class="contents">
  38. <p>The core of GLM, which implements exactly and only the GLSL specification to the degree possible.
  39. <a href="#details">More...</a></p>
  40. <table class="memberdecls">
  41. <tr><td colspan="2"><h2><a name="groups"></a>
  42. Modules</h2></td></tr>
  43. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00235.html">Types</a></td></tr>
  44. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00236.html">Precision types</a></td></tr>
  45. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00237.html">Template types</a></td></tr>
  46. <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00238.html">Functions</a></td></tr>
  47. </table>
  48. <hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
  49. <p>The core of GLM, which implements exactly and only the GLSL specification to the degree possible. </p>
  50. <p>The GLM core consists of <a class="el" href="a00235.html">C++ types that mirror GLSL types</a>, <a class="el" href="a00238.html">C++ functions that mirror the GLSL functions</a>. It also includes <a class="el" href="a00236.html">a set of precision-based types</a> that can be used in the appropriate functions. The C++ types are all based on a basic set of <a class="el" href="a00237.html">template types</a>.</p>
  51. <p>The best documentation for GLM Core is the current GLSL specification, <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.10.6.clean.pdf">version 4.1 (pdf file)</a>. There are a few <a class="el" href="a00004.html">differences</a> between GLM core and GLSL. </p>
  52. </div>
  53. <hr class="footer"/><address class="footer"><small>Generated by&#160;
  54. <a href="http://www.doxygen.org/index.html">
  55. <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
  56. </body>
  57. </html>