a00135.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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>GLM: glm::core::type::matrix Namespace Reference</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.6.1 -->
  11. <div class="navigation" id="top">
  12. <div class="tabs">
  13. <ul>
  14. <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
  15. <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
  16. <li><a href="files.html"><span>Files</span></a></li>
  17. </ul>
  18. </div>
  19. <div class="tabs">
  20. <ul>
  21. <li><a href="namespaces.html"><span>Namespace&nbsp;List</span></a></li>
  22. <li><a href="namespacemembers.html"><span>Namespace&nbsp;Members</span></a></li>
  23. </ul>
  24. </div>
  25. <div class="navpath"><a class="el" href="a00124.html">glm</a>::<a class="el" href="a00125.html">core</a>::<a class="el" href="a00134.html">type</a>::<a class="el" href="a00135.html">matrix</a>
  26. </div>
  27. </div>
  28. <div class="contents">
  29. <h1>glm::core::type::matrix Namespace Reference</h1>
  30. <p>Matrix types from section 4.1.6 of GLSL 1.30.8 specification.
  31. <a href="#_details">More...</a></p>
  32. <table border="0" cellpadding="0" cellspacing="0">
  33. <tr><td colspan="2"><h2>Namespaces</h2></td></tr>
  34. <tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00136.html">precision</a></td></tr>
  35. <p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>Matrix types with <a class="el" href="a00136.html" title="Matrix types with precision qualifier.">precision</a> qualifier. </p>
  36. <br/></td></tr>
  37. </p>
  38. <tr><td colspan="2"><h2>Typedefs</h2></td></tr>
  39. <tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="a00135.html#a426be009d0e58b548697a3c10bcb2bda">mat2x2</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#a6e30cfba068ebc3c71fe1f8b3110e450">mat2</a></td></tr>
  40. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">2 columns of 2 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#a6e30cfba068ebc3c71fe1f8b3110e450"></a><br/></td></tr>
  41. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x2<br class="typebreak"/>
  42. &lt; mediump_float &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#a426be009d0e58b548697a3c10bcb2bda">mat2x2</a></td></tr>
  43. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">2 columns of 2 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#a426be009d0e58b548697a3c10bcb2bda"></a><br/></td></tr>
  44. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x3<br class="typebreak"/>
  45. &lt; mediump_float &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#ae2a1bb7ce39d70ebdb9e42f1ee21b813">mat2x3</a></td></tr>
  46. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">2 columns of 3 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#ae2a1bb7ce39d70ebdb9e42f1ee21b813"></a><br/></td></tr>
  47. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat2x4<br class="typebreak"/>
  48. &lt; mediump_float &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#afe55441ff5c0c3cec967e796b65eae40">mat2x4</a></td></tr>
  49. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">2 columns of 4 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#afe55441ff5c0c3cec967e796b65eae40"></a><br/></td></tr>
  50. <tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="a00135.html#a3cebb67ca124fba0472455e65f5b7988">mat3x3</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#a6dd3ec98a548755676267e59142911f8">mat3</a></td></tr>
  51. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">3 columns of 3 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#a6dd3ec98a548755676267e59142911f8"></a><br/></td></tr>
  52. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x2<br class="typebreak"/>
  53. &lt; mediump_float &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#aa6e9548940b36eb4a2f6cec8f744788e">mat3x2</a></td></tr>
  54. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">3 columns of 2 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#aa6e9548940b36eb4a2f6cec8f744788e"></a><br/></td></tr>
  55. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x3<br class="typebreak"/>
  56. &lt; mediump_float &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#a3cebb67ca124fba0472455e65f5b7988">mat3x3</a></td></tr>
  57. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">3 columns of 3 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#a3cebb67ca124fba0472455e65f5b7988"></a><br/></td></tr>
  58. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat3x4<br class="typebreak"/>
  59. &lt; mediump_float &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#aace42d1337f43d8cbe842837820fe185">mat3x4</a></td></tr>
  60. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">3 columns of 4 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#aace42d1337f43d8cbe842837820fe185"></a><br/></td></tr>
  61. <tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="a00135.html#a36d699c8636cd80782657432f1b997cb">mat4x4</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#ade0eb47c01f79384a6f38017ede17446">mat4</a></td></tr>
  62. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">4 columns of 4 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#ade0eb47c01f79384a6f38017ede17446"></a><br/></td></tr>
  63. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x2<br class="typebreak"/>
  64. &lt; mediump_float &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#a4f69fd3e4543a746cbafd20e042b87c3">mat4x2</a></td></tr>
  65. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">4 columns of 2 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#a4f69fd3e4543a746cbafd20e042b87c3"></a><br/></td></tr>
  66. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x3<br class="typebreak"/>
  67. &lt; mediump_float &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#aa3dc5c9d3880c0e0262515096c6af859">mat4x3</a></td></tr>
  68. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">4 columns of 3 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#aa3dc5c9d3880c0e0262515096c6af859"></a><br/></td></tr>
  69. <tr><td class="memItemLeft" align="right" valign="top">typedef detail::tmat4x4<br class="typebreak"/>
  70. &lt; mediump_float &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00135.html#a36d699c8636cd80782657432f1b997cb">mat4x4</a></td></tr>
  71. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">4 columns of 4 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. <a href="#a36d699c8636cd80782657432f1b997cb"></a><br/></td></tr>
  72. </table>
  73. <hr/><a name="_details"></a><h2>Detailed Description</h2>
  74. <p>Matrix types from section 4.1.6 of GLSL 1.30.8 specification. </p>
  75. <p>This namespace is included in <a class="el" href="a00124.html" title="GLM namespace, it contains all GLSL based features.">glm</a> namespace. </p>
  76. <hr/><h2>Typedef Documentation</h2>
  77. <a class="anchor" id="a6e30cfba068ebc3c71fe1f8b3110e450"></a><!-- doxytag: member="glm::core::type::matrix::mat2" ref="a6e30cfba068ebc3c71fe1f8b3110e450" args="" -->
  78. <div class="memitem">
  79. <div class="memproto">
  80. <table class="memname">
  81. <tr>
  82. <td class="memname">typedef <a class="el" href="a00135.html#a426be009d0e58b548697a3c10bcb2bda">mat2x2</a> <a class="el" href="a00135.html#a6e30cfba068ebc3c71fe1f8b3110e450">mat2</a></td>
  83. </tr>
  84. </table>
  85. </div>
  86. <div class="memdoc">
  87. <p>2 columns of 2 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  88. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  89. <p>Definition at line <a class="el" href="a00100_source.html#l00212">212</a> of file <a class="el" href="a00100_source.html">type_mat2x2.hpp</a>.</p>
  90. </div>
  91. </div>
  92. <a class="anchor" id="a426be009d0e58b548697a3c10bcb2bda"></a><!-- doxytag: member="glm::core::type::matrix::mat2x2" ref="a426be009d0e58b548697a3c10bcb2bda" args="" -->
  93. <div class="memitem">
  94. <div class="memproto">
  95. <table class="memname">
  96. <tr>
  97. <td class="memname">typedef detail::tmat2x2&lt;mediump_float&gt; <a class="el" href="a00135.html#a426be009d0e58b548697a3c10bcb2bda">mat2x2</a></td>
  98. </tr>
  99. </table>
  100. </div>
  101. <div class="memdoc">
  102. <p>2 columns of 2 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  103. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  104. <p>Definition at line <a class="el" href="a00100_source.html#l00199">199</a> of file <a class="el" href="a00100_source.html">type_mat2x2.hpp</a>.</p>
  105. </div>
  106. </div>
  107. <a class="anchor" id="ae2a1bb7ce39d70ebdb9e42f1ee21b813"></a><!-- doxytag: member="glm::core::type::matrix::mat2x3" ref="ae2a1bb7ce39d70ebdb9e42f1ee21b813" args="" -->
  108. <div class="memitem">
  109. <div class="memproto">
  110. <table class="memname">
  111. <tr>
  112. <td class="memname">typedef detail::tmat2x3&lt;mediump_float&gt; <a class="el" href="a00135.html#ae2a1bb7ce39d70ebdb9e42f1ee21b813">mat2x3</a></td>
  113. </tr>
  114. </table>
  115. </div>
  116. <div class="memdoc">
  117. <p>2 columns of 3 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  118. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  119. <p>Definition at line <a class="el" href="a00101_source.html#l00194">194</a> of file <a class="el" href="a00101_source.html">type_mat2x3.hpp</a>.</p>
  120. </div>
  121. </div>
  122. <a class="anchor" id="afe55441ff5c0c3cec967e796b65eae40"></a><!-- doxytag: member="glm::core::type::matrix::mat2x4" ref="afe55441ff5c0c3cec967e796b65eae40" args="" -->
  123. <div class="memitem">
  124. <div class="memproto">
  125. <table class="memname">
  126. <tr>
  127. <td class="memname">typedef detail::tmat2x4&lt;mediump_float&gt; <a class="el" href="a00135.html#afe55441ff5c0c3cec967e796b65eae40">mat2x4</a></td>
  128. </tr>
  129. </table>
  130. </div>
  131. <div class="memdoc">
  132. <p>2 columns of 4 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  133. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  134. <p>Definition at line <a class="el" href="a00102_source.html#l00190">190</a> of file <a class="el" href="a00102_source.html">type_mat2x4.hpp</a>.</p>
  135. </div>
  136. </div>
  137. <a class="anchor" id="a6dd3ec98a548755676267e59142911f8"></a><!-- doxytag: member="glm::core::type::matrix::mat3" ref="a6dd3ec98a548755676267e59142911f8" args="" -->
  138. <div class="memitem">
  139. <div class="memproto">
  140. <table class="memname">
  141. <tr>
  142. <td class="memname">typedef <a class="el" href="a00135.html#a3cebb67ca124fba0472455e65f5b7988">mat3x3</a> <a class="el" href="a00135.html#a6dd3ec98a548755676267e59142911f8">mat3</a></td>
  143. </tr>
  144. </table>
  145. </div>
  146. <div class="memdoc">
  147. <p>3 columns of 3 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  148. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  149. <p>Definition at line <a class="el" href="a00104_source.html#l00210">210</a> of file <a class="el" href="a00104_source.html">type_mat3x3.hpp</a>.</p>
  150. </div>
  151. </div>
  152. <a class="anchor" id="aa6e9548940b36eb4a2f6cec8f744788e"></a><!-- doxytag: member="glm::core::type::matrix::mat3x2" ref="aa6e9548940b36eb4a2f6cec8f744788e" args="" -->
  153. <div class="memitem">
  154. <div class="memproto">
  155. <table class="memname">
  156. <tr>
  157. <td class="memname">typedef detail::tmat3x2&lt;mediump_float&gt; <a class="el" href="a00135.html#aa6e9548940b36eb4a2f6cec8f744788e">mat3x2</a></td>
  158. </tr>
  159. </table>
  160. </div>
  161. <div class="memdoc">
  162. <p>3 columns of 2 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  163. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  164. <p>Definition at line <a class="el" href="a00103_source.html#l00191">191</a> of file <a class="el" href="a00103_source.html">type_mat3x2.hpp</a>.</p>
  165. </div>
  166. </div>
  167. <a class="anchor" id="a3cebb67ca124fba0472455e65f5b7988"></a><!-- doxytag: member="glm::core::type::matrix::mat3x3" ref="a3cebb67ca124fba0472455e65f5b7988" args="" -->
  168. <div class="memitem">
  169. <div class="memproto">
  170. <table class="memname">
  171. <tr>
  172. <td class="memname">typedef detail::tmat3x3&lt;mediump_float&gt; <a class="el" href="a00135.html#a3cebb67ca124fba0472455e65f5b7988">mat3x3</a></td>
  173. </tr>
  174. </table>
  175. </div>
  176. <div class="memdoc">
  177. <p>3 columns of 3 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  178. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  179. <p>Definition at line <a class="el" href="a00104_source.html#l00197">197</a> of file <a class="el" href="a00104_source.html">type_mat3x3.hpp</a>.</p>
  180. </div>
  181. </div>
  182. <a class="anchor" id="aace42d1337f43d8cbe842837820fe185"></a><!-- doxytag: member="glm::core::type::matrix::mat3x4" ref="aace42d1337f43d8cbe842837820fe185" args="" -->
  183. <div class="memitem">
  184. <div class="memproto">
  185. <table class="memname">
  186. <tr>
  187. <td class="memname">typedef detail::tmat3x4&lt;mediump_float&gt; <a class="el" href="a00135.html#aace42d1337f43d8cbe842837820fe185">mat3x4</a></td>
  188. </tr>
  189. </table>
  190. </div>
  191. <div class="memdoc">
  192. <p>3 columns of 4 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  193. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  194. <p>Definition at line <a class="el" href="a00105_source.html#l00191">191</a> of file <a class="el" href="a00105_source.html">type_mat3x4.hpp</a>.</p>
  195. </div>
  196. </div>
  197. <a class="anchor" id="ade0eb47c01f79384a6f38017ede17446"></a><!-- doxytag: member="glm::core::type::matrix::mat4" ref="ade0eb47c01f79384a6f38017ede17446" args="" -->
  198. <div class="memitem">
  199. <div class="memproto">
  200. <table class="memname">
  201. <tr>
  202. <td class="memname">typedef <a class="el" href="a00135.html#a36d699c8636cd80782657432f1b997cb">mat4x4</a> <a class="el" href="a00135.html#ade0eb47c01f79384a6f38017ede17446">mat4</a></td>
  203. </tr>
  204. </table>
  205. </div>
  206. <div class="memdoc">
  207. <p>4 columns of 4 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  208. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  209. <p>Definition at line <a class="el" href="a00108_source.html#l00215">215</a> of file <a class="el" href="a00108_source.html">type_mat4x4.hpp</a>.</p>
  210. </div>
  211. </div>
  212. <a class="anchor" id="a4f69fd3e4543a746cbafd20e042b87c3"></a><!-- doxytag: member="glm::core::type::matrix::mat4x2" ref="a4f69fd3e4543a746cbafd20e042b87c3" args="" -->
  213. <div class="memitem">
  214. <div class="memproto">
  215. <table class="memname">
  216. <tr>
  217. <td class="memname">typedef detail::tmat4x2&lt;mediump_float&gt; <a class="el" href="a00135.html#a4f69fd3e4543a746cbafd20e042b87c3">mat4x2</a></td>
  218. </tr>
  219. </table>
  220. </div>
  221. <div class="memdoc">
  222. <p>4 columns of 2 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  223. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  224. <p>Definition at line <a class="el" href="a00106_source.html#l00193">193</a> of file <a class="el" href="a00106_source.html">type_mat4x2.hpp</a>.</p>
  225. </div>
  226. </div>
  227. <a class="anchor" id="aa3dc5c9d3880c0e0262515096c6af859"></a><!-- doxytag: member="glm::core::type::matrix::mat4x3" ref="aa3dc5c9d3880c0e0262515096c6af859" args="" -->
  228. <div class="memitem">
  229. <div class="memproto">
  230. <table class="memname">
  231. <tr>
  232. <td class="memname">typedef detail::tmat4x3&lt;mediump_float&gt; <a class="el" href="a00135.html#aa3dc5c9d3880c0e0262515096c6af859">mat4x3</a></td>
  233. </tr>
  234. </table>
  235. </div>
  236. <div class="memdoc">
  237. <p>4 columns of 3 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  238. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  239. <p>Definition at line <a class="el" href="a00107_source.html#l00198">198</a> of file <a class="el" href="a00107_source.html">type_mat4x3.hpp</a>.</p>
  240. </div>
  241. </div>
  242. <a class="anchor" id="a36d699c8636cd80782657432f1b997cb"></a><!-- doxytag: member="glm::core::type::matrix::mat4x4" ref="a36d699c8636cd80782657432f1b997cb" args="" -->
  243. <div class="memitem">
  244. <div class="memproto">
  245. <table class="memname">
  246. <tr>
  247. <td class="memname">typedef detail::tmat4x4&lt;mediump_float&gt; <a class="el" href="a00135.html#a36d699c8636cd80782657432f1b997cb">mat4x4</a></td>
  248. </tr>
  249. </table>
  250. </div>
  251. <div class="memdoc">
  252. <p>4 columns of 4 components <a class="el" href="a00135.html" title="Matrix types from section 4.1.6 of GLSL 1.30.8 specification.">matrix</a> of floating-point numbers. </p>
  253. <p>(From GLSL 1.30.8 specification, section 4.1.6 Matrices) </p>
  254. <p>Definition at line <a class="el" href="a00108_source.html#l00202">202</a> of file <a class="el" href="a00108_source.html">type_mat4x4.hpp</a>.</p>
  255. </div>
  256. </div>
  257. </div>
  258. <hr size="1"/><address style="text-align: right;"><small>Generated on Mon Nov 16 11:23:23 2009 for GLM by&nbsp;
  259. <a href="http://www.doxygen.org/index.html">
  260. <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
  261. </body>
  262. </html>