a00098_source.html 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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>reciprocal.hpp Source File</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 class="current"><a href="files.html"><span>Files</span></a></li>
  28. </ul>
  29. </div>
  30. <div id="navrow2" class="tabs2">
  31. <ul class="tablist">
  32. <li><a href="files.html"><span>File&#160;List</span></a></li>
  33. </ul>
  34. </div>
  35. <div class="header">
  36. <div class="headertitle">
  37. <div class="title">reciprocal.hpp</div> </div>
  38. </div>
  39. <div class="contents">
  40. <div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
  41. <a name="l00002"></a>00002 <span class="comment">// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)</span>
  42. <a name="l00004"></a>00004 <span class="comment"></span><span class="comment">// Created : 2008-10-09</span>
  43. <a name="l00005"></a>00005 <span class="comment">// Updated : 2008-10-09</span>
  44. <a name="l00006"></a>00006 <span class="comment">// Licence : This source is under MIT License</span>
  45. <a name="l00007"></a>00007 <span class="comment">// File : glm/gtx/reciprocal.hpp</span>
  46. <a name="l00009"></a>00009 <span class="comment"></span>
  47. <a name="l00010"></a>00010 <span class="preprocessor">#ifndef glm_gtx_reciprocal</span>
  48. <a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define glm_gtx_reciprocal</span>
  49. <a name="l00012"></a>00012 <span class="preprocessor"></span>
  50. <a name="l00013"></a>00013 <span class="comment">// Dependency:</span>
  51. <a name="l00014"></a>00014 <span class="preprocessor">#include &quot;../glm.hpp&quot;</span>
  52. <a name="l00015"></a>00015
  53. <a name="l00016"></a>00016 <span class="preprocessor">#if(defined(GLM_MESSAGES) &amp;&amp; !defined(glm_ext))</span>
  54. <a name="l00017"></a>00017 <span class="preprocessor"></span><span class="preprocessor"># pragma message(&quot;GLM: GLM_GTX_reciprocal extension included&quot;)</span>
  55. <a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
  56. <a name="l00019"></a>00019 <span class="preprocessor"></span>
  57. <a name="l00020"></a>00020 <span class="keyword">namespace </span>glm{
  58. <a name="l00021"></a>00021 <span class="keyword">namespace </span>gtx{
  59. <a name="l00022"></a><a class="code" href="a00212.html">00022</a> <span class="keyword">namespace </span>reciprocal
  60. <a name="l00023"></a>00023 {
  61. <a name="l00026"></a>00026
  62. <a name="l00030"></a>00030 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  63. <a name="l00031"></a>00031 genType <a class="code" href="a00289.html#gace10a38c1888d5fe0f77c08ba1775b41" title="Secant function.">sec</a>(genType <span class="keyword">const</span> &amp; <a class="code" href="a00286.html#ga6a3387a7d60728f60d86546b2f4d4d30" title="Returns the quaternion rotation angle.">angle</a>);
  64. <a name="l00032"></a>00032
  65. <a name="l00036"></a>00036 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  66. <a name="l00037"></a>00037 genType <a class="code" href="a00289.html#ga1f21e65ffedffde468d93a790f875637" title="Cosecant function.">csc</a>(genType <span class="keyword">const</span> &amp; angle);
  67. <a name="l00038"></a>00038
  68. <a name="l00042"></a>00042 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  69. <a name="l00043"></a>00043 genType <a class="code" href="a00289.html#ga6c2f14ab2a9148b461392b320259ac62" title="Cotangent function.">cot</a>(genType <span class="keyword">const</span> &amp; angle);
  70. <a name="l00044"></a>00044
  71. <a name="l00047"></a>00047 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  72. <a name="l00048"></a>00048 genType <a class="code" href="a00289.html#gadf3d5c2b777dd7f9ccb284919daeb15b" title="Inverse secant function.">asec</a>(genType <span class="keyword">const</span> &amp; x);
  73. <a name="l00049"></a>00049
  74. <a name="l00052"></a>00052 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  75. <a name="l00053"></a>00053 genType <a class="code" href="a00289.html#gacc31bf591741480d2cde587b598badf7" title="Inverse cosecant function.">acsc</a>(genType <span class="keyword">const</span> &amp; x);
  76. <a name="l00054"></a>00054
  77. <a name="l00057"></a>00057 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  78. <a name="l00058"></a>00058 genType <a class="code" href="a00289.html#gad8b3e1d0a99ffb209157baa47370e684" title="Inverse cotangent function.">acot</a>(genType <span class="keyword">const</span> &amp; x);
  79. <a name="l00059"></a>00059
  80. <a name="l00062"></a>00062 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  81. <a name="l00063"></a>00063 genType <a class="code" href="a00289.html#ga3d6f2c8efdefcf326be500a565d48a29" title="Secant hyperbolic function.">sech</a>(genType <span class="keyword">const</span> &amp; angle);
  82. <a name="l00064"></a>00064
  83. <a name="l00067"></a>00067 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  84. <a name="l00068"></a>00068 genType <a class="code" href="a00289.html#gad690383d8014e5c46a2d35a6a59ff053" title="Cosecant hyperbolic function.">csch</a>(genType <span class="keyword">const</span> &amp; angle);
  85. <a name="l00069"></a>00069
  86. <a name="l00072"></a>00072 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  87. <a name="l00073"></a>00073 genType <a class="code" href="a00289.html#gaf3c2cc20b634fcd623840ecc99a038ad" title="Cotangent hyperbolic function.">coth</a>(genType <span class="keyword">const</span> &amp; angle);
  88. <a name="l00074"></a>00074
  89. <a name="l00077"></a>00077 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  90. <a name="l00078"></a>00078 genType <a class="code" href="a00289.html#ga43313adedfb151b9d019fbda2388fa4b" title="Inverse secant hyperbolic function.">asech</a>(genType <span class="keyword">const</span> &amp; x);
  91. <a name="l00079"></a>00079
  92. <a name="l00082"></a>00082 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  93. <a name="l00083"></a>00083 genType <a class="code" href="a00289.html#ga33970e21bf86b28fcb1079a656a6aa97" title="Inverse cosecant hyperbolic function.">acsch</a>(genType <span class="keyword">const</span> &amp; x);
  94. <a name="l00084"></a>00084
  95. <a name="l00087"></a>00087 <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt;
  96. <a name="l00088"></a>00088 genType <a class="code" href="a00289.html#gabef15ad1a12c56d39cee1afb251d9086" title="Inverse cotangent hyperbolic function.">acoth</a>(genType <span class="keyword">const</span> &amp; x);
  97. <a name="l00089"></a>00089
  98. <a name="l00091"></a>00091 }<span class="comment">//namespace reciprocal</span>
  99. <a name="l00092"></a>00092 }<span class="comment">//namespace gtx</span>
  100. <a name="l00093"></a>00093 }<span class="comment">//namespace glm</span>
  101. <a name="l00094"></a>00094
  102. <a name="l00095"></a>00095 <span class="preprocessor">#include &quot;reciprocal.inl&quot;</span>
  103. <a name="l00096"></a>00096
  104. <a name="l00097"></a>00097 <span class="keyword">namespace </span>glm{<span class="keyword">using namespace </span>gtx::reciprocal;}
  105. <a name="l00098"></a>00098
  106. <a name="l00099"></a>00099 <span class="preprocessor">#endif//glm_gtx_reciprocal</span>
  107. </pre></div></div>
  108. </div>
  109. <hr class="footer"/><address class="footer"><small>Generated by&#160;
  110. <a href="http://www.doxygen.org/index.html">
  111. <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
  112. </body>
  113. </html>