84 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			84 lines
		
	
	
		
			4.6 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 Core</title>
 | |
| <link href="tabs.css" rel="stylesheet" type="text/css"/>
 | |
| <link href="doxygen.css" rel="stylesheet" type="text/css" />
 | |
| 
 | |
| 
 | |
| 
 | |
| </head>
 | |
| <body>
 | |
| <div id="top"><!-- do not remove this div! -->
 | |
| 
 | |
| 
 | |
| <div id="titlearea">
 | |
| <table cellspacing="0" cellpadding="0">
 | |
|  <tbody>
 | |
|  <tr style="height: 56px;">
 | |
|   
 | |
|   <td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td>
 | |
|   
 | |
|   
 | |
|   
 | |
|    
 | |
|   
 | |
|   
 | |
|  </tr>
 | |
|  </tbody>
 | |
| </table>
 | |
| </div>
 | |
| 
 | |
| <!-- Generated by Doxygen 1.7.5.1 -->
 | |
|   <div id="navrow1" class="tabs">
 | |
|     <ul class="tablist">
 | |
|       <li><a href="index.html"><span>Main Page</span></a></li>
 | |
|       <li><a href="pages.html"><span>Related Pages</span></a></li>
 | |
|       <li><a href="modules.html"><span>Modules</span></a></li>
 | |
|       <li><a href="annotated.html"><span>Classes</span></a></li>
 | |
|       <li><a href="files.html"><span>Files</span></a></li>
 | |
|     </ul>
 | |
|   </div>
 | |
| </div>
 | |
| <div class="header">
 | |
|   <div class="summary">
 | |
| <a href="#groups">Modules</a>  </div>
 | |
|   <div class="headertitle">
 | |
| <div class="title">GLM Core</div>  </div>
 | |
| </div>
 | |
| <div class="contents">
 | |
| <table class="memberdecls">
 | |
| <tr><td colspan="2"><h2><a name="groups"></a>
 | |
| Modules</h2></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00127.html">Common functions</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00128.html">Exponential functions</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00129.html">Geometric functions</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00130.html">Integer functions</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00131.html">Matrix functions</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00132.html">Noise functions</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00133.html">Floating-Point Pack and Unpack Functions</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00134.html">Angle and Trigonometry Functions</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html">Vector Relational Functions</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00140.html">Types</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00141.html">Precision types</a></td></tr>
 | |
| <tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00142.html">Template types</a></td></tr>
 | |
| </table>
 | |
| <hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
 | |
| <p>The core of GLM, which implements exactly and only the GLSL specification to the degree possible. </p>
 | |
| <p>The GLM core consists of <a class="el" href="a00140.html">C++ types that mirror GLSL types</a> and C++ functions that mirror the GLSL functions. It also includes <a class="el" href="a00141.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="a00142.html">template types</a>.</p>
 | |
| <p>The best documentation for GLM Core is the current GLSL specification, <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.clean.pdf">version 4.2 (pdf file)</a>. There are a few <a class="el" href="a00001.html">differences</a> between GLM core and GLSL.</p>
 | |
| <p>GLM core functionnalities require <<a class="el" href="a00035.html" title="OpenGL Mathematics (glm.g-truc.net)">glm/glm.hpp</a>> to be included to be used. </p>
 | |
| </div>
 | |
| 
 | |
| 
 | |
| <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.7.5.1
 | |
| </small></address>
 | |
| 
 | |
| </body>
 | |
| </html>
 | 
