Updated doxygen documentation
This commit is contained in:
@@ -2,22 +2,36 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
|
||||
<title>swizzle.hpp Source File</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Generated by Doxygen 1.7.3 -->
|
||||
<div id="top">
|
||||
<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>
|
||||
|
||||
<td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Generated by Doxygen 1.7.5 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
@@ -34,7 +48,7 @@
|
||||
</div>
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<h1>swizzle.hpp</h1> </div>
|
||||
<div class="title">swizzle.hpp</div> </div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<a href="a00104.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
|
||||
@@ -78,8 +92,8 @@
|
||||
<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#define GLM_GTC_swizzle GLM_VERSION</span>
|
||||
<a name="l00040"></a>00040 <span class="preprocessor"></span>
|
||||
<a name="l00041"></a>00041 <span class="comment">// Dependency:</span>
|
||||
<a name="l00042"></a>00042 <span class="preprocessor">#include "<a class="code" href="a00050.html" title="OpenGL Mathematics (glm.g-truc.net)">../glm.hpp</a>"</span>
|
||||
<a name="l00043"></a>00043 <span class="preprocessor">#include "<a class="code" href="a00122.html" title="OpenGL Mathematics (glm.g-truc.net)">../gtc/type_precision.hpp</a>"</span>
|
||||
<a name="l00042"></a>00042 <span class="preprocessor">#include "../glm.hpp"</span>
|
||||
<a name="l00043"></a>00043 <span class="preprocessor">#include "../gtc/type_precision.hpp"</span>
|
||||
<a name="l00044"></a>00044
|
||||
<a name="l00045"></a>00045 <span class="preprocessor">#if(defined(GLM_MESSAGES) && !defined(glm_ext))</span>
|
||||
<a name="l00046"></a>00046 <span class="preprocessor"></span><span class="preprocessor"># pragma message("GLM: GLM_GTC_swizzle extension included")</span>
|
||||
@@ -138,39 +152,39 @@
|
||||
<a name="l00101"></a>00101 <span class="preprocessor"> GLM_FUNC_QUALIFIER TYPE& swizzle(detail::tvec##SIZE<TYPE> & v) \</span>
|
||||
<a name="l00102"></a>00102 <span class="preprocessor"> {return v[x];}</span>
|
||||
<a name="l00103"></a>00103 <span class="preprocessor"></span>
|
||||
<a name="l00104"></a>00104 static_swizzle1_ref(<a class="code" href="a00167.html#ga19287ee46bd37d1459731d7191bc2f66" title="Half-precision floating-point scalar. (from GLM_GTC_type_precision extension)">detail::float16</a>, 2)
|
||||
<a name="l00105"></a>00105 static_swizzle1_ref(detail::<a class="code" href="a00167.html#ga19287ee46bd37d1459731d7191bc2f66" title="Half-precision floating-point scalar. (from GLM_GTC_type_precision extension)">float16</a>, 3)
|
||||
<a name="l00104"></a>00104 static_swizzle1_ref(detail::float16, 2)
|
||||
<a name="l00105"></a>00105 static_swizzle1_ref(detail::float16, 3)
|
||||
<a name="l00106"></a>00106 static_swizzle1_ref(detail::float16, 4)
|
||||
<a name="l00107"></a>00107 static_swizzle1_ref(detail::<a class="code" href="a00167.html#gad3c127f8bf8d7d4e738037c257abb5b1" title="Single-precision floating-point scalar. (from GLM_GTC_type_precision extension)">float32</a>, 2)
|
||||
<a name="l00107"></a>00107 static_swizzle1_ref(detail::float32, 2)
|
||||
<a name="l00108"></a>00108 static_swizzle1_ref(detail::float32, 3)
|
||||
<a name="l00109"></a>00109 static_swizzle1_ref(detail::float32, 4)
|
||||
<a name="l00110"></a>00110 static_swizzle1_ref(detail::<a class="code" href="a00167.html#gab5596d48586414c91ccb270962dc14d3" title="Double-precision floating-point scalar. (from GLM_GTC_type_precision extension)">float64</a>, 2)
|
||||
<a name="l00110"></a>00110 static_swizzle1_ref(detail::float64, 2)
|
||||
<a name="l00111"></a>00111 static_swizzle1_ref(detail::float64, 3)
|
||||
<a name="l00112"></a>00112 static_swizzle1_ref(detail::float64, 4)
|
||||
<a name="l00113"></a>00113
|
||||
<a name="l00114"></a>00114 static_swizzle1_ref(detail::<a class="code" href="a00167.html#ga41c6189f6485c2825d60fdc835b3a2b0" title="8bit signed integer. (from GLM_GTC_type_precision extension)">int8</a>, 2)
|
||||
<a name="l00114"></a>00114 static_swizzle1_ref(detail::int8, 2)
|
||||
<a name="l00115"></a>00115 static_swizzle1_ref(detail::int8, 3)
|
||||
<a name="l00116"></a>00116 static_swizzle1_ref(detail::int8, 4)
|
||||
<a name="l00117"></a>00117 static_swizzle1_ref(detail::<a class="code" href="a00167.html#ga302041c186d0d028bea31b711fe16759" title="16bit signed integer. (from GLM_GTC_type_precision extension)">int16</a>, 2)
|
||||
<a name="l00117"></a>00117 static_swizzle1_ref(detail::int16, 2)
|
||||
<a name="l00118"></a>00118 static_swizzle1_ref(detail::int16, 3)
|
||||
<a name="l00119"></a>00119 static_swizzle1_ref(detail::int16, 4)
|
||||
<a name="l00120"></a>00120 static_swizzle1_ref(detail::<a class="code" href="a00167.html#ga8df669f4e7698dfe0c0354d92578d74f" title="32bit signed integer. (from GLM_GTC_type_precision extension)">int32</a>, 2)
|
||||
<a name="l00120"></a>00120 static_swizzle1_ref(detail::int32, 2)
|
||||
<a name="l00121"></a>00121 static_swizzle1_ref(detail::int32, 3)
|
||||
<a name="l00122"></a>00122 static_swizzle1_ref(detail::int32, 4)
|
||||
<a name="l00123"></a>00123 static_swizzle1_ref(detail::<a class="code" href="a00167.html#gaff5189f97f9e842d9636a0f240001b2e" title="64bit signed integer. (from GLM_GTC_type_precision extension)">int64</a>, 2)
|
||||
<a name="l00123"></a>00123 static_swizzle1_ref(detail::int64, 2)
|
||||
<a name="l00124"></a>00124 static_swizzle1_ref(detail::int64, 3)
|
||||
<a name="l00125"></a>00125 static_swizzle1_ref(detail::int64, 4)
|
||||
<a name="l00126"></a>00126
|
||||
<a name="l00127"></a>00127 static_swizzle1_ref(detail::<a class="code" href="a00167.html#ga36475e31b1992cfde54c1a6f5a148865" title="8bit unsigned integer. (from GLM_GTC_type_precision extension)">uint8</a>, 2)
|
||||
<a name="l00127"></a>00127 static_swizzle1_ref(detail::uint8, 2)
|
||||
<a name="l00128"></a>00128 static_swizzle1_ref(detail::uint8, 3)
|
||||
<a name="l00129"></a>00129 static_swizzle1_ref(detail::uint8, 4)
|
||||
<a name="l00130"></a>00130 static_swizzle1_ref(detail::<a class="code" href="a00167.html#ga13471cbbe74e4303a57f3743d007b74d" title="16bit unsigned integer. (from GLM_GTC_type_precision extension)">uint16</a>, 2)
|
||||
<a name="l00130"></a>00130 static_swizzle1_ref(detail::uint16, 2)
|
||||
<a name="l00131"></a>00131 static_swizzle1_ref(detail::uint16, 3)
|
||||
<a name="l00132"></a>00132 static_swizzle1_ref(detail::uint16, 4)
|
||||
<a name="l00133"></a>00133 static_swizzle1_ref(detail::<a class="code" href="a00167.html#ga5fa3ddcab56c789bc272ff5651faa12d" title="32bit unsigned integer. (from GLM_GTC_type_precision extension)">uint32</a>, 2)
|
||||
<a name="l00133"></a>00133 static_swizzle1_ref(detail::uint32, 2)
|
||||
<a name="l00134"></a>00134 static_swizzle1_ref(detail::uint32, 3)
|
||||
<a name="l00135"></a>00135 static_swizzle1_ref(detail::uint32, 4)
|
||||
<a name="l00136"></a>00136 static_swizzle1_ref(detail::<a class="code" href="a00167.html#gab630f76c26b50298187f7889104d4b9c" title="64bit unsigned integer. (from GLM_GTC_type_precision extension)">uint64</a>, 2)
|
||||
<a name="l00136"></a>00136 static_swizzle1_ref(detail::uint64, 2)
|
||||
<a name="l00137"></a>00137 static_swizzle1_ref(detail::uint64, 3)
|
||||
<a name="l00138"></a>00138 static_swizzle1_ref(detail::uint64, 4)
|
||||
<a name="l00139"></a>00139 <span class="comment">/*</span>
|
||||
@@ -207,38 +221,38 @@
|
||||
<a name="l00170"></a>00170 <span class="preprocessor"></span>
|
||||
<a name="l00171"></a>00171
|
||||
<a name="l00172"></a>00172 static_swizzle2_const(<a class="code" href="a00005.html" title="16-bit floating point type.">glm::f16</a>, 2)
|
||||
<a name="l00173"></a>00173 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga3ca1b6511bcc12516b5fd76c7976f01b" title="Half-precision floating-point scalar. (from GLM_GTC_type_precision extension)">f16</a>, 3)
|
||||
<a name="l00173"></a>00173 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga3ca1b6511bcc12516b5fd76c7976f01b" title="16 bit half-precision floating-point scalar.">f16</a>, 3)
|
||||
<a name="l00174"></a>00174 static_swizzle2_const(glm::f16, 4)
|
||||
<a name="l00175"></a>00175 static_swizzle2_const(glm::<a class="code" href="a00167.html#gabe6a542dd6c1d5ffd847f1b9b4c9c9b7" title="Single-precision floating-point scalar. (from GLM_GTC_type_precision extension)">f32</a>, 2)
|
||||
<a name="l00175"></a>00175 static_swizzle2_const(glm::<a class="code" href="a00167.html#gabe6a542dd6c1d5ffd847f1b9b4c9c9b7" title="32 bit single-precision floating-point scalar.">f32</a>, 2)
|
||||
<a name="l00176"></a>00176 static_swizzle2_const(glm::f32, 3)
|
||||
<a name="l00177"></a>00177 static_swizzle2_const(glm::f32, 4)
|
||||
<a name="l00178"></a>00178 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga1d794d240091678f602e8de225b8d8c9" title="Double-precision floating-point scalar. (from GLM_GTC_type_precision extension)">f64</a>, 2)
|
||||
<a name="l00178"></a>00178 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga1d794d240091678f602e8de225b8d8c9" title="64 bit double-precision floating-point scalar.">f64</a>, 2)
|
||||
<a name="l00179"></a>00179 static_swizzle2_const(glm::f64, 3)
|
||||
<a name="l00180"></a>00180 static_swizzle2_const(glm::f64, 4)
|
||||
<a name="l00181"></a>00181
|
||||
<a name="l00182"></a>00182 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga112f99168645b5338136b72eddd12895" title="8bit signed integer. (from GLM_GTC_type_precision extension)">i8</a>, 2)
|
||||
<a name="l00182"></a>00182 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga302ec977b0c0c3ea245b6c9275495355" title="8 bit signed integer type.">i8</a>, 2)
|
||||
<a name="l00183"></a>00183 static_swizzle2_const(glm::i8, 3)
|
||||
<a name="l00184"></a>00184 static_swizzle2_const(glm::i8, 4)
|
||||
<a name="l00185"></a>00185 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga47ad84e86d8eef23a5ebab2815242a0d" title="16bit signed integer. (from GLM_GTC_type_precision extension)">i16</a>, 2)
|
||||
<a name="l00185"></a>00185 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga3ab5fe184343d394fb6c2723c3ee3699" title="16 bit signed integer type.">i16</a>, 2)
|
||||
<a name="l00186"></a>00186 static_swizzle2_const(glm::i16, 3)
|
||||
<a name="l00187"></a>00187 static_swizzle2_const(glm::i16, 4)
|
||||
<a name="l00188"></a>00188 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga324db08ffb2a193f9a10864288b94523" title="32bit signed integer. (from GLM_GTC_type_precision extension)">i32</a>, 2)
|
||||
<a name="l00188"></a>00188 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga96faea43ac5f875d2d3ffbf8d213e3eb" title="32 bit signed integer type.">i32</a>, 2)
|
||||
<a name="l00189"></a>00189 static_swizzle2_const(glm::i32, 3)
|
||||
<a name="l00190"></a>00190 static_swizzle2_const(glm::i32, 4)
|
||||
<a name="l00191"></a>00191 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga60abe2e6e0bacb893a2d6d17cc50f753" title="64bit signed integer. (from GLM_GTC_type_precision extension)">i64</a>, 2)
|
||||
<a name="l00191"></a>00191 static_swizzle2_const(glm::<a class="code" href="a00167.html#gadb997e409103d4da18abd837e636a496" title="64 bit signed integer type.">i64</a>, 2)
|
||||
<a name="l00192"></a>00192 static_swizzle2_const(glm::i64, 3)
|
||||
<a name="l00193"></a>00193 static_swizzle2_const(glm::i64, 4)
|
||||
<a name="l00194"></a>00194
|
||||
<a name="l00195"></a>00195 static_swizzle2_const(glm::<a class="code" href="a00167.html#gad8d9dbef83392da434801486bf814fe4" title="8bit unsigned integer. (from GLM_GTC_type_precision extension)">u8</a>, 2)
|
||||
<a name="l00195"></a>00195 static_swizzle2_const(glm::<a class="code" href="a00167.html#gaecc7082561fc9028b844b6cf3d305d36" title="8 bit unsigned integer type.">u8</a>, 2)
|
||||
<a name="l00196"></a>00196 static_swizzle2_const(glm::u8, 3)
|
||||
<a name="l00197"></a>00197 static_swizzle2_const(glm::u8, 4)
|
||||
<a name="l00198"></a>00198 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga91ec65f57d610f6902fd081f1d1e265a" title="16bit unsigned integer. (from GLM_GTC_type_precision extension)">u16</a>, 2)
|
||||
<a name="l00198"></a>00198 static_swizzle2_const(glm::<a class="code" href="a00167.html#gaa2d7acc0adb536fab71fe261232a40ff" title="16 bit unsigned integer type.">u16</a>, 2)
|
||||
<a name="l00199"></a>00199 static_swizzle2_const(glm::u16, 3)
|
||||
<a name="l00200"></a>00200 static_swizzle2_const(glm::u16, 4)
|
||||
<a name="l00201"></a>00201 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga0bb0c4c53d0a5ea2c01d0bb363b56722" title="32bit unsigned integer. (from GLM_GTC_type_precision extension)">u32</a>, 2)
|
||||
<a name="l00201"></a>00201 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga8165913e068444f7842302d40ba897b9" title="32 bit unsigned integer type.">u32</a>, 2)
|
||||
<a name="l00202"></a>00202 static_swizzle2_const(glm::u32, 3)
|
||||
<a name="l00203"></a>00203 static_swizzle2_const(glm::u32, 4)
|
||||
<a name="l00204"></a>00204 static_swizzle2_const(glm::<a class="code" href="a00167.html#ga02ecb7390e4c4515df2268d18f99abc0" title="64bit unsigned integer. (from GLM_GTC_type_precision extension)">u64</a>, 2)
|
||||
<a name="l00204"></a>00204 static_swizzle2_const(glm::<a class="code" href="a00167.html#gaf3f312156984c365e9f65620354da70b" title="64 bit unsigned integer type.">u64</a>, 2)
|
||||
<a name="l00205"></a>00205 static_swizzle2_const(glm::u64, 3)
|
||||
<a name="l00206"></a>00206 static_swizzle2_const(glm::u64, 4)
|
||||
<a name="l00207"></a>00207
|
||||
@@ -411,8 +425,13 @@
|
||||
<a name="l00375"></a>00375 <span class="preprocessor">#endif//GLM_GTC_swizzle</span>
|
||||
</pre></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.3 </small></address>
|
||||
|
||||
|
||||
<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
|
||||
</small></address>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user