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.
		
		
		
		
		
			
		
			
				
					
					
						
							334 lines
						
					
					
						
							14 KiB
						
					
					
				
			
		
		
	
	
							334 lines
						
					
					
						
							14 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"/> | |
| 
 | |
| <title>Exponential functions</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="#func-members">Functions</a>  </div> | |
|   <div class="headertitle"> | |
| <div class="title">Exponential functions</div>  </div> | |
| <div class="ingroups"><a class="el" href="a00139.html">GLM Core</a></div></div> | |
| <div class="contents"> | |
| <table class="memberdecls"> | |
| <tr><td colspan="2"><h2><a name="func-members"></a> | |
| Functions</h2></td></tr> | |
| <tr><td class="memTemplParams" colspan="2">template<typename genType > </td></tr> | |
| <tr><td class="memTemplItemLeft" align="right" valign="top">genType </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00128.html#ga03903bb9395a13d554a5fbecdf67792b">exp</a> (genType const &x)</td></tr> | |
| <tr><td class="memTemplParams" colspan="2">template<typename genType > </td></tr> | |
| <tr><td class="memTemplItemLeft" align="right" valign="top">genType </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00128.html#ga18385688b951da01cdc3a22c232e4e28">exp2</a> (genType const &x)</td></tr> | |
| <tr><td class="memTemplParams" colspan="2">template<typename genType > </td></tr> | |
| <tr><td class="memTemplItemLeft" align="right" valign="top">genType </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00128.html#ga3fd19e045e3943b96e0cdad22fbda111">inversesqrt</a> (genType const &x)</td></tr> | |
| <tr><td class="memTemplParams" colspan="2">template<typename genType > </td></tr> | |
| <tr><td class="memTemplItemLeft" align="right" valign="top">genType </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00128.html#ga46a307f466090551e328eec42abf61bc">log</a> (genType const &x)</td></tr> | |
| <tr><td class="memTemplParams" colspan="2">template<typename genType > </td></tr> | |
| <tr><td class="memTemplItemLeft" align="right" valign="top">genType </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00128.html#gae19ff18661b33a0fe1b8edee61382f40">log2</a> (genType const &x)</td></tr> | |
| <tr><td class="memTemplParams" colspan="2">template<typename genType > </td></tr> | |
| <tr><td class="memTemplItemLeft" align="right" valign="top">genType </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00128.html#gac93ea301c287d87a63fa14a4c44b719b">pow</a> (genType const &x, genType const &y)</td></tr> | |
| <tr><td class="memTemplParams" colspan="2">template<typename genType > </td></tr> | |
| <tr><td class="memTemplItemLeft" align="right" valign="top">genType </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00128.html#ga9b2fd4f39c29e3d55c4b4087ab873f9f">sqrt</a> (genType const &x)</td></tr> | |
| </table> | |
| <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> | |
| <p>These all operate component-wise. </p> | |
| <p>The description is per component. </p> | |
| <hr/><h2>Function Documentation</h2> | |
| <a class="anchor" id="ga03903bb9395a13d554a5fbecdf67792b"></a><!-- doxytag: member="glm::exp" ref="ga03903bb9395a13d554a5fbecdf67792b" args="(genType const &x)" --> | |
| <div class="memitem"> | |
| <div class="memproto"> | |
|       <table class="memname"> | |
|         <tr> | |
|           <td class="memname">genType glm::exp </td> | |
|           <td>(</td> | |
|           <td class="paramtype">genType const & </td> | |
|           <td class="paramname"><em>x</em></td><td>)</td> | |
|           <td></td> | |
|         </tr> | |
|       </table> | |
| </div> | |
| <div class="memdoc"> | |
| 
 | |
| <p>Returns the natural exponentiation of x, i.e., e^x. </p> | |
| <dl><dt><b>Parameters:</b></dt><dd> | |
|   <table class="params"> | |
|     <tr><td class="paramname">x</td><td>exp function is defined for input values of x defined in the range (inf-, inf+) in the limit of the type precision. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl><dt><b>Template Parameters:</b></dt><dd> | |
|   <table class=""> | |
|     <tr><td class="paramname">genType</td><td>Floating-point scalar or vector types. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/exp.xml">GLSL exp man page</a> </dd> | |
| <dd> | |
| <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a> </dd></dl> | |
| 
 | |
| </div> | |
| </div> | |
| <a class="anchor" id="ga18385688b951da01cdc3a22c232e4e28"></a><!-- doxytag: member="glm::exp2" ref="ga18385688b951da01cdc3a22c232e4e28" args="(genType const &x)" --> | |
| <div class="memitem"> | |
| <div class="memproto"> | |
|       <table class="memname"> | |
|         <tr> | |
|           <td class="memname">genType glm::exp2 </td> | |
|           <td>(</td> | |
|           <td class="paramtype">genType const & </td> | |
|           <td class="paramname"><em>x</em></td><td>)</td> | |
|           <td></td> | |
|         </tr> | |
|       </table> | |
| </div> | |
| <div class="memdoc"> | |
| 
 | |
| <p>Returns 2 raised to the x power. </p> | |
| <dl><dt><b>Parameters:</b></dt><dd> | |
|   <table class="params"> | |
|     <tr><td class="paramname">x</td><td>exp2 function is defined for input values of x defined in the range (inf-, inf+) in the limit of the type precision. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl><dt><b>Template Parameters:</b></dt><dd> | |
|   <table class=""> | |
|     <tr><td class="paramname">genType</td><td>Floating-point scalar or vector types. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/exp2.xml">GLSL exp2 man page</a> </dd> | |
| <dd> | |
| <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a> </dd></dl> | |
| 
 | |
| </div> | |
| </div> | |
| <a class="anchor" id="ga3fd19e045e3943b96e0cdad22fbda111"></a><!-- doxytag: member="glm::inversesqrt" ref="ga3fd19e045e3943b96e0cdad22fbda111" args="(genType const &x)" --> | |
| <div class="memitem"> | |
| <div class="memproto"> | |
|       <table class="memname"> | |
|         <tr> | |
|           <td class="memname">genType glm::inversesqrt </td> | |
|           <td>(</td> | |
|           <td class="paramtype">genType const & </td> | |
|           <td class="paramname"><em>x</em></td><td>)</td> | |
|           <td></td> | |
|         </tr> | |
|       </table> | |
| </div> | |
| <div class="memdoc"> | |
| 
 | |
| <p>Returns the reciprocal of the positive square root of x. </p> | |
| <dl><dt><b>Parameters:</b></dt><dd> | |
|   <table class="params"> | |
|     <tr><td class="paramname">x</td><td>inversesqrt function is defined for input values of x defined in the range [0, inf+) in the limit of the type precision. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl><dt><b>Template Parameters:</b></dt><dd> | |
|   <table class=""> | |
|     <tr><td class="paramname">genType</td><td>Floating-point scalar or vector types. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/inversesqrt.xml">GLSL inversesqrt man page</a> </dd> | |
| <dd> | |
| <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a> </dd></dl> | |
| 
 | |
| </div> | |
| </div> | |
| <a class="anchor" id="ga46a307f466090551e328eec42abf61bc"></a><!-- doxytag: member="glm::log" ref="ga46a307f466090551e328eec42abf61bc" args="(genType const &x)" --> | |
| <div class="memitem"> | |
| <div class="memproto"> | |
|       <table class="memname"> | |
|         <tr> | |
|           <td class="memname">genType glm::log </td> | |
|           <td>(</td> | |
|           <td class="paramtype">genType const & </td> | |
|           <td class="paramname"><em>x</em></td><td>)</td> | |
|           <td></td> | |
|         </tr> | |
|       </table> | |
| </div> | |
| <div class="memdoc"> | |
| 
 | |
| <p>Returns the natural logarithm of x, i.e., returns the value y which satisfies the equation x = e^y. </p> | |
| <p>Results are undefined if x <= 0.</p> | |
| <dl><dt><b>Parameters:</b></dt><dd> | |
|   <table class="params"> | |
|     <tr><td class="paramname">x</td><td>log function is defined for input values of x defined in the range (0, inf+) in the limit of the type precision. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl><dt><b>Template Parameters:</b></dt><dd> | |
|   <table class=""> | |
|     <tr><td class="paramname">genType</td><td>Floating-point scalar or vector types. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/log.xml">GLSL log man page</a> </dd> | |
| <dd> | |
| <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a> </dd></dl> | |
| 
 | |
| </div> | |
| </div> | |
| <a class="anchor" id="gae19ff18661b33a0fe1b8edee61382f40"></a><!-- doxytag: member="glm::log2" ref="gae19ff18661b33a0fe1b8edee61382f40" args="(genType const &x)" --> | |
| <div class="memitem"> | |
| <div class="memproto"> | |
|       <table class="memname"> | |
|         <tr> | |
|           <td class="memname">genType glm::log2 </td> | |
|           <td>(</td> | |
|           <td class="paramtype">genType const & </td> | |
|           <td class="paramname"><em>x</em></td><td>)</td> | |
|           <td></td> | |
|         </tr> | |
|       </table> | |
| </div> | |
| <div class="memdoc"> | |
| 
 | |
| <p>Returns the base 2 log of x, i.e., returns the value y, which satisfies the equation x = 2 ^ y. </p> | |
| <dl><dt><b>Parameters:</b></dt><dd> | |
|   <table class="params"> | |
|     <tr><td class="paramname">x</td><td>log2 function is defined for input values of x defined in the range (0, inf+) in the limit of the type precision. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl><dt><b>Template Parameters:</b></dt><dd> | |
|   <table class=""> | |
|     <tr><td class="paramname">genType</td><td>Floating-point scalar or vector types. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/log2.xml">GLSL log2 man page</a> </dd> | |
| <dd> | |
| <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a> </dd></dl> | |
| 
 | |
| </div> | |
| </div> | |
| <a class="anchor" id="gac93ea301c287d87a63fa14a4c44b719b"></a><!-- doxytag: member="glm::pow" ref="gac93ea301c287d87a63fa14a4c44b719b" args="(genType const &x, genType const &y)" --> | |
| <div class="memitem"> | |
| <div class="memproto"> | |
|       <table class="memname"> | |
|         <tr> | |
|           <td class="memname">genType glm::pow </td> | |
|           <td>(</td> | |
|           <td class="paramtype">genType const & </td> | |
|           <td class="paramname"><em>x</em>, </td> | |
|         </tr> | |
|         <tr> | |
|           <td class="paramkey"></td> | |
|           <td></td> | |
|           <td class="paramtype">genType const & </td> | |
|           <td class="paramname"><em>y</em> </td> | |
|         </tr> | |
|         <tr> | |
|           <td></td> | |
|           <td>)</td> | |
|           <td></td><td></td> | |
|         </tr> | |
|       </table> | |
| </div> | |
| <div class="memdoc"> | |
| 
 | |
| <p>Returns x raised to the y power. </p> | |
| <dl><dt><b>Parameters:</b></dt><dd> | |
|   <table class="params"> | |
|     <tr><td class="paramname">x</td><td>pow function is defined for input values of x defined in the range (inf-, inf+) in the limit of the type precision. </td></tr> | |
|     <tr><td class="paramname">y</td><td></td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl><dt><b>Template Parameters:</b></dt><dd> | |
|   <table class=""> | |
|     <tr><td class="paramname">genType</td><td>Floating-point scalar or vector types. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/pow.xml">GLSL pow man page</a> </dd> | |
| <dd> | |
| <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a> </dd></dl> | |
| 
 | |
| </div> | |
| </div> | |
| <a class="anchor" id="ga9b2fd4f39c29e3d55c4b4087ab873f9f"></a><!-- doxytag: member="glm::sqrt" ref="ga9b2fd4f39c29e3d55c4b4087ab873f9f" args="(genType const &x)" --> | |
| <div class="memitem"> | |
| <div class="memproto"> | |
|       <table class="memname"> | |
|         <tr> | |
|           <td class="memname">genType glm::sqrt </td> | |
|           <td>(</td> | |
|           <td class="paramtype">genType const & </td> | |
|           <td class="paramname"><em>x</em></td><td>)</td> | |
|           <td></td> | |
|         </tr> | |
|       </table> | |
| </div> | |
| <div class="memdoc"> | |
| 
 | |
| <p>Returns the positive square root of x. </p> | |
| <dl><dt><b>Parameters:</b></dt><dd> | |
|   <table class="params"> | |
|     <tr><td class="paramname">x</td><td>sqrt function is defined for input values of x defined in the range [0, inf+) in the limit of the type precision. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl><dt><b>Template Parameters:</b></dt><dd> | |
|   <table class=""> | |
|     <tr><td class="paramname">genType</td><td>Floating-point scalar or vector types. </td></tr> | |
|   </table> | |
|   </dd> | |
| </dl> | |
| <dl class="see"><dt><b>See also:</b></dt><dd><a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/sqrt.xml">GLSL sqrt man page</a> </dd> | |
| <dd> | |
| <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a> </dd></dl> | |
| 
 | |
| </div> | |
| </div> | |
| </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>
 | |
| 
 |