a00099_source.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen 1.8.10"/>
  7. <title>0.9.7: reciprocal.hpp Source File</title>
  8. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  9. <script type="text/javascript" src="jquery.js"></script>
  10. <script type="text/javascript" src="dynsections.js"></script>
  11. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  12. </head>
  13. <body>
  14. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  15. <div id="titlearea">
  16. <table cellspacing="0" cellpadding="0">
  17. <tbody>
  18. <tr style="height: 56px;">
  19. <td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
  20. <td id="projectalign" style="padding-left: 0.5em;">
  21. <div id="projectname">0.9.7
  22. </div>
  23. </td>
  24. </tr>
  25. </tbody>
  26. </table>
  27. </div>
  28. <!-- end header part -->
  29. <!-- Generated by Doxygen 1.8.10 -->
  30. <div id="navrow1" class="tabs">
  31. <ul class="tablist">
  32. <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  33. <li><a href="modules.html"><span>Modules</span></a></li>
  34. <li class="current"><a href="files.html"><span>Files</span></a></li>
  35. </ul>
  36. </div>
  37. <div id="navrow2" class="tabs2">
  38. <ul class="tablist">
  39. <li><a href="files.html"><span>File&#160;List</span></a></li>
  40. </ul>
  41. </div>
  42. <div id="nav-path" class="navpath">
  43. <ul>
  44. <li class="navelem"><a class="el" href="dir_275089585c7fc1b5fd5d7d42c69cb1da.html">D:</a></li><li class="navelem"><a class="el" href="dir_7b98f88bffbed4b390b5f8f520d9c08e.html">Source</a></li><li class="navelem"><a class="el" href="dir_1f76e953200861345293ade84ac7fb6c.html">G-Truc</a></li><li class="navelem"><a class="el" href="dir_e29b03b892e0e25920d021a614d4db9b.html">glm</a></li><li class="navelem"><a class="el" href="dir_5ce58d942b2d0776e17a9a58abc01e04.html">glm</a></li><li class="navelem"><a class="el" href="dir_9440d7c11b99dcd7e5d369c7cf9802fe.html">gtc</a></li> </ul>
  45. </div>
  46. </div><!-- top -->
  47. <div class="header">
  48. <div class="headertitle">
  49. <div class="title">reciprocal.hpp</div> </div>
  50. </div><!--header-->
  51. <div class="contents">
  52. <a href="a00099.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;</div>
  53. <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#pragma once</span></div>
  54. <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;</div>
  55. <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="comment">// Dependencies</span></div>
  56. <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#include &quot;../detail/setup.hpp&quot;</span></div>
  57. <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;</div>
  58. <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#if(defined(GLM_MESSAGES) &amp;&amp; !defined(GLM_EXT_INCLUDED))</span></div>
  59. <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor"># pragma message(&quot;GLM: GLM_GTC_reciprocal extension included&quot;)</span></div>
  60. <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#endif</span></div>
  61. <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;</div>
  62. <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="keyword">namespace </span><a class="code" href="a00146.html">glm</a></div>
  63. <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;{</div>
  64. <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div>
  65. <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  66. <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#gabb6829a472da1cc94d88afa6396bed1f">sec</a>(genType <span class="keyword">const</span> &amp; <a class="code" href="a00177.html#gad4a4448baedb198b2b1e7880d2544dc9">angle</a>);</div>
  67. <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;</div>
  68. <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  69. <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#ga5df75de99f63e854087a06f538907b2c">csc</a>(genType <span class="keyword">const</span> &amp; <a class="code" href="a00177.html#gad4a4448baedb198b2b1e7880d2544dc9">angle</a>);</div>
  70. <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; </div>
  71. <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  72. <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#ga2f49e28c2634ae1a212e2fc38c42ad42">cot</a>(genType <span class="keyword">const</span> &amp; <a class="code" href="a00177.html#gad4a4448baedb198b2b1e7880d2544dc9">angle</a>);</div>
  73. <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;</div>
  74. <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  75. <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#gac9761980e09149002a466ca131a4bcac">asec</a>(genType <span class="keyword">const</span> &amp; x);</div>
  76. <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;</div>
  77. <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  78. <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#ga135e8f6b36bb85b5f7d8067e6b890e4d">acsc</a>(genType <span class="keyword">const</span> &amp; x);</div>
  79. <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; </div>
  80. <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  81. <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#ga97d029f989f849b62915b068c264246b">acot</a>(genType <span class="keyword">const</span> &amp; x);</div>
  82. <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;</div>
  83. <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  84. <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#gaaa698b992c63f454a3a1a1baa2773a3c">sech</a>(genType <span class="keyword">const</span> &amp; <a class="code" href="a00177.html#gad4a4448baedb198b2b1e7880d2544dc9">angle</a>);</div>
  85. <div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;</div>
  86. <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  87. <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#ga00404a9cdf62023792d1d0afedd7f896">csch</a>(genType <span class="keyword">const</span> &amp; <a class="code" href="a00177.html#gad4a4448baedb198b2b1e7880d2544dc9">angle</a>);</div>
  88. <div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; </div>
  89. <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  90. <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#gae2f1e6f7c360dda452b88e0c492d6f4d">coth</a>(genType <span class="keyword">const</span> &amp; <a class="code" href="a00177.html#gad4a4448baedb198b2b1e7880d2544dc9">angle</a>);</div>
  91. <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;</div>
  92. <div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  93. <div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#ga450f3bf1c04751198994d26d92ac2a63">asech</a>(genType <span class="keyword">const</span> &amp; x);</div>
  94. <div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;</div>
  95. <div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  96. <div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#ga418b31539e1a69c262712f2c7a4f27eb">acsch</a>(genType <span class="keyword">const</span> &amp; x);</div>
  97. <div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; </div>
  98. <div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> genType&gt; </div>
  99. <div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; GLM_FUNC_DECL genType <a class="code" href="a00179.html#gad73911994e6bb6a06cc3ea1bd89201ab">acoth</a>(genType <span class="keyword">const</span> &amp; x);</div>
  100. <div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;</div>
  101. <div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;}<span class="comment">//namespace glm</span></div>
  102. <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;</div>
  103. <div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;<span class="preprocessor">#include &quot;reciprocal.inl&quot;</span></div>
  104. <div class="ttc" id="a00179_html_ga450f3bf1c04751198994d26d92ac2a63"><div class="ttname"><a href="a00179.html#ga450f3bf1c04751198994d26d92ac2a63">glm::asech</a></div><div class="ttdeci">GLM_FUNC_DECL genType asech(genType const &amp;x)</div><div class="ttdoc">Inverse secant hyperbolic function. </div></div>
  105. <div class="ttc" id="a00179_html_ga2f49e28c2634ae1a212e2fc38c42ad42"><div class="ttname"><a href="a00179.html#ga2f49e28c2634ae1a212e2fc38c42ad42">glm::cot</a></div><div class="ttdeci">GLM_FUNC_DECL genType cot(genType const &amp;angle)</div><div class="ttdoc">Cotangent function. </div></div>
  106. <div class="ttc" id="a00179_html_ga00404a9cdf62023792d1d0afedd7f896"><div class="ttname"><a href="a00179.html#ga00404a9cdf62023792d1d0afedd7f896">glm::csch</a></div><div class="ttdeci">GLM_FUNC_DECL genType csch(genType const &amp;angle)</div><div class="ttdoc">Cosecant hyperbolic function. </div></div>
  107. <div class="ttc" id="a00179_html_gac9761980e09149002a466ca131a4bcac"><div class="ttname"><a href="a00179.html#gac9761980e09149002a466ca131a4bcac">glm::asec</a></div><div class="ttdeci">GLM_FUNC_DECL genType asec(genType const &amp;x)</div><div class="ttdoc">Inverse secant function. </div></div>
  108. <div class="ttc" id="a00179_html_ga97d029f989f849b62915b068c264246b"><div class="ttname"><a href="a00179.html#ga97d029f989f849b62915b068c264246b">glm::acot</a></div><div class="ttdeci">GLM_FUNC_DECL genType acot(genType const &amp;x)</div><div class="ttdoc">Inverse cotangent function. </div></div>
  109. <div class="ttc" id="a00179_html_ga5df75de99f63e854087a06f538907b2c"><div class="ttname"><a href="a00179.html#ga5df75de99f63e854087a06f538907b2c">glm::csc</a></div><div class="ttdeci">GLM_FUNC_DECL genType csc(genType const &amp;angle)</div><div class="ttdoc">Cosecant function. </div></div>
  110. <div class="ttc" id="a00146_html"><div class="ttname"><a href="a00146.html">glm</a></div><div class="ttdef"><b>Definition:</b> <a href="a00003_source.html#l00040">_noise.hpp:40</a></div></div>
  111. <div class="ttc" id="a00179_html_gabb6829a472da1cc94d88afa6396bed1f"><div class="ttname"><a href="a00179.html#gabb6829a472da1cc94d88afa6396bed1f">glm::sec</a></div><div class="ttdeci">GLM_FUNC_DECL genType sec(genType const &amp;angle)</div><div class="ttdoc">Secant function. </div></div>
  112. <div class="ttc" id="a00177_html_gad4a4448baedb198b2b1e7880d2544dc9"><div class="ttname"><a href="a00177.html#gad4a4448baedb198b2b1e7880d2544dc9">glm::angle</a></div><div class="ttdeci">GLM_FUNC_DECL T angle(tquat&lt; T, P &gt; const &amp;x)</div><div class="ttdoc">Returns the quaternion rotation angle. </div></div>
  113. <div class="ttc" id="a00179_html_gad73911994e6bb6a06cc3ea1bd89201ab"><div class="ttname"><a href="a00179.html#gad73911994e6bb6a06cc3ea1bd89201ab">glm::acoth</a></div><div class="ttdeci">GLM_FUNC_DECL genType acoth(genType const &amp;x)</div><div class="ttdoc">Inverse cotangent hyperbolic function. </div></div>
  114. <div class="ttc" id="a00179_html_ga418b31539e1a69c262712f2c7a4f27eb"><div class="ttname"><a href="a00179.html#ga418b31539e1a69c262712f2c7a4f27eb">glm::acsch</a></div><div class="ttdeci">GLM_FUNC_DECL genType acsch(genType const &amp;x)</div><div class="ttdoc">Inverse cosecant hyperbolic function. </div></div>
  115. <div class="ttc" id="a00179_html_gae2f1e6f7c360dda452b88e0c492d6f4d"><div class="ttname"><a href="a00179.html#gae2f1e6f7c360dda452b88e0c492d6f4d">glm::coth</a></div><div class="ttdeci">GLM_FUNC_DECL genType coth(genType const &amp;angle)</div><div class="ttdoc">Cotangent hyperbolic function. </div></div>
  116. <div class="ttc" id="a00179_html_ga135e8f6b36bb85b5f7d8067e6b890e4d"><div class="ttname"><a href="a00179.html#ga135e8f6b36bb85b5f7d8067e6b890e4d">glm::acsc</a></div><div class="ttdeci">GLM_FUNC_DECL genType acsc(genType const &amp;x)</div><div class="ttdoc">Inverse cosecant function. </div></div>
  117. <div class="ttc" id="a00179_html_gaaa698b992c63f454a3a1a1baa2773a3c"><div class="ttname"><a href="a00179.html#gaaa698b992c63f454a3a1a1baa2773a3c">glm::sech</a></div><div class="ttdeci">GLM_FUNC_DECL genType sech(genType const &amp;angle)</div><div class="ttdoc">Secant hyperbolic function. </div></div>
  118. </div><!-- fragment --></div><!-- contents -->
  119. <!-- start footer part -->
  120. <hr class="footer"/><address class="footer"><small>
  121. Generated by &#160;<a href="http://www.doxygen.org/index.html">
  122. <img class="footer" src="doxygen.png" alt="doxygen"/>
  123. </a> 1.8.10
  124. </small></address>
  125. </body>
  126. </html>