You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
		
		
		
		
		
			
		
			
				
					
					
						
							92 lines
						
					
					
						
							7.1 KiB
						
					
					
				
			
		
		
	
	
							92 lines
						
					
					
						
							7.1 KiB
						
					
					
				| <!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: glm.hpp Source File</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><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 class="current"><a href="files.html"><span>Files</span></a></li> | |
|     </ul> | |
|   </div> | |
|   <div id="navrow2" class="tabs2"> | |
|     <ul class="tablist"> | |
|       <li><a href="files.html"><span>File List</span></a></li> | |
|     </ul> | |
|   </div> | |
| <div id="nav-path" class="navpath"> | |
|   <ul> | |
| <li class="navelem"><a class="el" href="dir_8ceffd4ee35c3518d4e8bdc7e638efe8.html">Users</a></li><li class="navelem"><a class="el" href="dir_968fb7988749a6351e7b3d0c1783dec4.html">Groove</a></li><li class="navelem"><a class="el" href="dir_6e418c18ca640a0404613de005739e2e.html">Documents</a></li><li class="navelem"><a class="el" href="dir_e3ecd7863bd215c92a17f47e2ae3be43.html">GitHub</a></li><li class="navelem"><a class="el" href="dir_edf753475b928be648c1cf1c6443cf63.html">glm</a></li><li class="navelem"><a class="el" href="dir_e50778361fd4ab4de52181ed9eb2b726.html">glm</a></li>  </ul> | |
| </div> | |
| </div><!-- top --> | |
| <div class="header"> | |
|   <div class="headertitle"> | |
| <div class="title">glm.hpp</div>  </div> | |
| </div><!--header--> | |
| <div class="contents"> | |
| <a href="a00043.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span> </div> | |
| <div class="line"><a name="l00078"></a><span class="lineno">   78</span> <span class="preprocessor">#include "detail/_fixes.hpp"</span></div> | |
| <div class="line"><a name="l00079"></a><span class="lineno">   79</span> </div> | |
| <div class="line"><a name="l00080"></a><span class="lineno">   80</span> <span class="preprocessor">#ifndef GLM_INCLUDED</span></div> | |
| <div class="line"><a name="l00081"></a><span class="lineno">   81</span> <span class="preprocessor"></span><span class="preprocessor">#define GLM_INCLUDED</span></div> | |
| <div class="line"><a name="l00082"></a><span class="lineno">   82</span> <span class="preprocessor"></span></div> | |
| <div class="line"><a name="l00083"></a><span class="lineno">   83</span> <span class="preprocessor">#include <cmath></span></div> | |
| <div class="line"><a name="l00084"></a><span class="lineno">   84</span> <span class="preprocessor">#include <climits></span></div> | |
| <div class="line"><a name="l00085"></a><span class="lineno">   85</span> <span class="preprocessor">#include <cfloat></span></div> | |
| <div class="line"><a name="l00086"></a><span class="lineno">   86</span> <span class="preprocessor">#include <limits></span></div> | |
| <div class="line"><a name="l00087"></a><span class="lineno">   87</span> <span class="preprocessor">#include <cassert></span></div> | |
| <div class="line"><a name="l00088"></a><span class="lineno">   88</span> <span class="preprocessor">#include "<a class="code" href="a00041.html">fwd.hpp</a>"</span></div> | |
| <div class="line"><a name="l00089"></a><span class="lineno">   89</span> </div> | |
| <div class="line"><a name="l00090"></a><span class="lineno">   90</span> <span class="preprocessor">#if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_CORE_INCLUDED_DISPLAYED))</span></div> | |
| <div class="line"><a name="l00091"></a><span class="lineno">   91</span> <span class="preprocessor"></span><span class="preprocessor">#       define GLM_MESSAGE_CORE_INCLUDED_DISPLAYED</span></div> | |
| <div class="line"><a name="l00092"></a><span class="lineno">   92</span> <span class="preprocessor"></span><span class="preprocessor">#       pragma message("GLM: Core library included")</span></div> | |
| <div class="line"><a name="l00093"></a><span class="lineno">   93</span> <span class="preprocessor"></span><span class="preprocessor">#endif//GLM_MESSAGE</span></div> | |
| <div class="line"><a name="l00094"></a><span class="lineno">   94</span> <span class="preprocessor"></span></div> | |
| <div class="line"><a name="l00095"></a><span class="lineno">   95</span> <span class="preprocessor">#include "./detail/func_trigonometric.hpp"</span></div> | |
| <div class="line"><a name="l00096"></a><span class="lineno">   96</span> <span class="preprocessor">#include "./detail/func_exponential.hpp"</span></div> | |
| <div class="line"><a name="l00097"></a><span class="lineno">   97</span> <span class="preprocessor">#include "./detail/func_common.hpp"</span></div> | |
| <div class="line"><a name="l00098"></a><span class="lineno">   98</span> <span class="preprocessor">#include "./detail/func_packing.hpp"</span></div> | |
| <div class="line"><a name="l00099"></a><span class="lineno">   99</span> <span class="preprocessor">#include "./detail/func_geometric.hpp"</span></div> | |
| <div class="line"><a name="l00100"></a><span class="lineno">  100</span> <span class="preprocessor">#include "./detail/func_matrix.hpp"</span></div> | |
| <div class="line"><a name="l00101"></a><span class="lineno">  101</span> <span class="preprocessor">#include "./detail/func_vector_relational.hpp"</span></div> | |
| <div class="line"><a name="l00102"></a><span class="lineno">  102</span> <span class="preprocessor">#include "./detail/func_integer.hpp"</span></div> | |
| <div class="line"><a name="l00103"></a><span class="lineno">  103</span> <span class="preprocessor">#include "./detail/func_noise.hpp"</span></div> | |
| <div class="line"><a name="l00104"></a><span class="lineno">  104</span> </div> | |
| <div class="line"><a name="l00105"></a><span class="lineno">  105</span> <span class="preprocessor">#endif//GLM_INCLUDED</span></div> | |
| <div class="ttc" id="a00041_html"><div class="ttname"><a href="a00041.html">fwd.hpp</a></div><div class="ttdoc">OpenGL Mathematics (glm.g-truc.net) </div></div> | |
| </div><!-- fragment --></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>
 | |
| 
 |