Getting GLM 0.9.3.1 release ready

This commit is contained in:
Christophe Riccio
2012-01-25 12:56:50 +00:00
parent 359312f503
commit 18a500a0f5
340 changed files with 26944 additions and 39419 deletions

View File

@@ -2,8 +2,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>number_precision.hpp Source File</title>
<title>simd_mat4.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
@@ -31,7 +32,7 @@
</table>
</div>
<!-- Generated by Doxygen 1.7.5 -->
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
@@ -46,12 +47,13 @@
<li><a href="files.html"><span>File&#160;List</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">number_precision.hpp</div> </div>
</div>
<div class="title">simd_mat4.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="a00083.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
<a name="l00002"></a>00002
<a name="l00003"></a>00003
<a name="l00004"></a>00004
@@ -88,59 +90,159 @@
<a name="l00035"></a>00035
<a name="l00036"></a>00036
<a name="l00037"></a>00037
<a name="l00038"></a>00038
<a name="l00039"></a>00039
<a name="l00040"></a>00040 <span class="preprocessor">#ifndef GLM_GTX_number_precision</span>
<a name="l00041"></a>00041 <span class="preprocessor"></span><span class="preprocessor">#define GLM_GTX_number_precision GLM_VERSION</span>
<a name="l00042"></a>00042 <span class="preprocessor"></span>
<a name="l00043"></a>00043 <span class="comment">// Dependency:</span>
<a name="l00044"></a>00044 <span class="preprocessor">#include &quot;../glm.hpp&quot;</span>
<a name="l00045"></a>00045 <span class="preprocessor">#include &quot;../gtc/type_precision.hpp&quot;</span>
<a name="l00046"></a>00046
<a name="l00047"></a>00047 <span class="preprocessor">#if(defined(GLM_MESSAGES) &amp;&amp; !defined(glm_ext))</span>
<a name="l00048"></a>00048 <span class="preprocessor"></span><span class="preprocessor"># pragma message(&quot;GLM: GLM_GTX_number_precision extension included&quot;)</span>
<a name="l00049"></a>00049 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00050"></a>00050 <span class="preprocessor"></span>
<a name="l00051"></a>00051 <span class="keyword">namespace </span>glm{
<a name="l00052"></a>00052 <span class="keyword">namespace </span>gtx
<a name="l00053"></a>00053 {
<a name="l00055"></a>00055 <span class="comment">// Unsigned int vector types </span>
<a name="l00056"></a>00056
<a name="l00059"></a>00059
<a name="l00060"></a><a class="code" href="a00203.html#ga5853fe457f4c8a6bc09343d0e9833980">00060</a> <span class="keyword">typedef</span> <a class="code" href="a00167.html#gaecc7082561fc9028b844b6cf3d305d36" title="8 bit unsigned integer type.">u8</a> <a class="code" href="a00167.html#gaf28751a632c5d41a55e4d8a95c861612" title="8 bit unsigned integer scalar type.">u8vec1</a>;
<a name="l00061"></a><a class="code" href="a00203.html#ga52cc069a92e126c3a8dcde93424d2ef0">00061</a> <span class="keyword">typedef</span> <a class="code" href="a00167.html#gaa2d7acc0adb536fab71fe261232a40ff" title="16 bit unsigned integer type.">u16</a> <a class="code" href="a00167.html#gac4d44e7f6ef424a6862c20324fbd1f37" title="16 bit unsigned integer scalar type.">u16vec1</a>;
<a name="l00062"></a><a class="code" href="a00203.html#ga9bbc1e14aea65cba5e2dcfef6a67d9f3">00062</a> <span class="keyword">typedef</span> <a class="code" href="a00167.html#ga8165913e068444f7842302d40ba897b9" title="32 bit unsigned integer type.">u32</a> <a class="code" href="a00167.html#ga7817770bd08eac13e9900d6fed97992f" title="32 bit unsigned integer scalar type.">u32vec1</a>;
<a name="l00063"></a><a class="code" href="a00203.html#ga818de170e2584ab037130f2881925974">00063</a> <span class="keyword">typedef</span> <a class="code" href="a00167.html#gaf3f312156984c365e9f65620354da70b" title="64 bit unsigned integer type.">u64</a> <a class="code" href="a00167.html#ga161407d0a17a31482aa74c7f1fd85a48" title="64 bit unsigned integer scalar type.">u64vec1</a>;
<a name="l00064"></a>00064
<a name="l00066"></a>00066 <span class="comment">// Float vector types </span>
<a name="l00067"></a>00067
<a name="l00068"></a><a class="code" href="a00203.html#ga116e2376ef94e8c60bc5c2b66fc5a6db">00068</a> <span class="keyword">typedef</span> <a class="code" href="a00005.html" title="16-bit floating point type.">f16</a> <a class="code" href="a00167.html#ga3bbeea656de4bf53918f1ad6f7889564" title="Half-precision floating-point vector of 1 component.">f16vec1</a>;
<a name="l00069"></a><a class="code" href="a00203.html#ga07f8d7348eb7ae059a84c118fdfeb943">00069</a> <span class="keyword">typedef</span> <a class="code" href="a00167.html#gabe6a542dd6c1d5ffd847f1b9b4c9c9b7" title="32 bit single-precision floating-point scalar.">f32</a> <a class="code" href="a00167.html#gaa59c58b5e73d3df820fab8b0c8f3a6ef" title="Single-precision floating-point vector of 1 component.">f32vec1</a>;
<a name="l00070"></a><a class="code" href="a00203.html#gae5987a61b8c03d5c432a9e62f0b3efe1">00070</a> <span class="keyword">typedef</span> <a class="code" href="a00167.html#ga1d794d240091678f602e8de225b8d8c9" title="64 bit double-precision floating-point scalar.">f64</a> <a class="code" href="a00167.html#ga70b8c3dea6cb689ecd27cb388e4a54b6" title="Double-precision floating-point vector of 1 component.">f64vec1</a>;
<a name="l00071"></a>00071
<a name="l00073"></a>00073 <span class="comment">// Float matrix types </span>
<a name="l00038"></a>00038 <span class="preprocessor">#ifndef GLM_GTX_simd_mat4</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#define GLM_GTX_simd_mat4 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 &quot;../glm.hpp&quot;</span>
<a name="l00043"></a>00043
<a name="l00044"></a>00044 <span class="preprocessor">#if(GLM_ARCH != GLM_ARCH_PURE)</span>
<a name="l00045"></a>00045 <span class="preprocessor"></span>
<a name="l00046"></a>00046 <span class="preprocessor">#if(GLM_ARCH &amp; GLM_ARCH_SSE2)</span>
<a name="l00047"></a>00047 <span class="preprocessor"></span><span class="preprocessor"># include &quot;../core/intrinsic_matrix.hpp&quot;</span>
<a name="l00048"></a>00048 <span class="preprocessor"># include &quot;../gtx/simd_vec4.hpp&quot;</span>
<a name="l00049"></a>00049 <span class="preprocessor">#else</span>
<a name="l00050"></a>00050 <span class="preprocessor"></span><span class="preprocessor"># error &quot;GLM: GLM_GTX_simd_mat4 requires compiler support of SSE2 through intrinsics&quot;</span>
<a name="l00051"></a>00051 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00052"></a>00052 <span class="preprocessor"></span>
<a name="l00053"></a>00053 <span class="preprocessor">#if(defined(GLM_MESSAGES) &amp;&amp; !defined(glm_ext))</span>
<a name="l00054"></a>00054 <span class="preprocessor"></span><span class="preprocessor"># pragma message(&quot;GLM: GLM_GTX_simd_mat4 extension included&quot;)</span>
<a name="l00055"></a>00055 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00056"></a>00056 <span class="preprocessor"></span>
<a name="l00057"></a>00057 <span class="keyword">namespace </span>glm{
<a name="l00058"></a>00058 <span class="keyword">namespace </span>detail
<a name="l00059"></a>00059 {
<a name="l00062"></a>00062 GLM_ALIGNED_STRUCT(16) fmat4x4SIMD
<a name="l00063"></a>00063 {
<a name="l00064"></a>00064 <span class="keyword">enum</span> ctor{null};
<a name="l00065"></a>00065
<a name="l00066"></a>00066 <span class="keyword">typedef</span> <span class="keywordtype">float</span> value_type;
<a name="l00067"></a>00067 <span class="keyword">typedef</span> fvec4SIMD col_type;
<a name="l00068"></a>00068 <span class="keyword">typedef</span> fvec4SIMD row_type;
<a name="l00069"></a>00069 <span class="keyword">typedef</span> std::size_t size_type;
<a name="l00070"></a>00070 <span class="keyword">static</span> size_type value_size();
<a name="l00071"></a>00071 <span class="keyword">static</span> size_type col_size();
<a name="l00072"></a>00072 <span class="keyword">static</span> size_type row_size();
<a name="l00073"></a>00073 <span class="keyword">static</span> <span class="keywordtype">bool</span> is_matrix();
<a name="l00074"></a>00074
<a name="l00075"></a><a class="code" href="a00203.html#gafb6d00d30a02bc379153fbf0859c55fe">00075</a> <span class="keyword">typedef</span> <a class="code" href="a00005.html" title="16-bit floating point type.">f16</a> <a class="code" href="a00203.html#gafb6d00d30a02bc379153fbf0859c55fe" title="Half-precision floating-point scalar. (from GLM_GTX_number_precision extension)">f16mat1</a>;
<a name="l00076"></a><a class="code" href="a00203.html#ga228eca02d3e3f24c2eec052ee7f719fa">00076</a> <span class="keyword">typedef</span> <a class="code" href="a00005.html" title="16-bit floating point type.">f16</a> <a class="code" href="a00203.html#ga228eca02d3e3f24c2eec052ee7f719fa" title="Half-precision floating-point scalar. (from GLM_GTX_number_precision extension)">f16mat1x1</a>;
<a name="l00077"></a><a class="code" href="a00203.html#ga145ad477a2a3e152855511c3b52469a6">00077</a> <span class="keyword">typedef</span> <a class="code" href="a00167.html#gabe6a542dd6c1d5ffd847f1b9b4c9c9b7" title="32 bit single-precision floating-point scalar.">f32</a> <a class="code" href="a00203.html#ga145ad477a2a3e152855511c3b52469a6" title="Single-precision floating-point scalar. (from GLM_GTX_number_precision extension)">f32mat1</a>;
<a name="l00078"></a><a class="code" href="a00203.html#gac88c6a4dbfc380aa26e3adbbade36348">00078</a> <span class="keyword">typedef</span> <a class="code" href="a00167.html#gabe6a542dd6c1d5ffd847f1b9b4c9c9b7" title="32 bit single-precision floating-point scalar.">f32</a> <a class="code" href="a00203.html#gac88c6a4dbfc380aa26e3adbbade36348" title="Single-precision floating-point scalar. (from GLM_GTX_number_precision extension)">f32mat1x1</a>;
<a name="l00079"></a><a class="code" href="a00203.html#ga59bfa589419b5265d01314fcecd33435">00079</a> <span class="keyword">typedef</span> <a class="code" href="a00167.html#ga1d794d240091678f602e8de225b8d8c9" title="64 bit double-precision floating-point scalar.">f64</a> <a class="code" href="a00203.html#ga59bfa589419b5265d01314fcecd33435" title="Double-precision floating-point scalar. (from GLM_GTX_number_precision extension)">f64mat1</a>;
<a name="l00080"></a><a class="code" href="a00203.html#ga448eeb08d0b7d8c43a8b292c981955fd">00080</a> <span class="keyword">typedef</span> <a class="code" href="a00167.html#ga1d794d240091678f602e8de225b8d8c9" title="64 bit double-precision floating-point scalar.">f64</a> <a class="code" href="a00203.html#ga448eeb08d0b7d8c43a8b292c981955fd" title="Double-precision floating-point scalar. (from GLM_GTX_number_precision extension)">f64mat1x1</a>;
<a name="l00081"></a>00081
<a name="l00083"></a>00083 }<span class="comment">//namespace gtx</span>
<a name="l00084"></a>00084 }<span class="comment">//namespace glm</span>
<a name="l00085"></a>00085
<a name="l00086"></a>00086 <span class="preprocessor">#include &quot;number_precision.inl&quot;</span>
<a name="l00087"></a>00087
<a name="l00088"></a>00088 <span class="preprocessor">#endif//GLM_GTX_number_precision</span>
</pre></div></div>
</div>
<a name="l00075"></a>00075 fvec4SIMD Data[4];
<a name="l00076"></a>00076
<a name="l00078"></a>00078 <span class="comment">// Constructors</span>
<a name="l00079"></a>00079
<a name="l00080"></a>00080 fmat4x4SIMD();
<a name="l00081"></a>00081 <span class="keyword">explicit</span> fmat4x4SIMD(<span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s);
<a name="l00082"></a>00082 <span class="keyword">explicit</span> fmat4x4SIMD(
<a name="l00083"></a>00083 <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; x0, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; y0, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; z0, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; w0,
<a name="l00084"></a>00084 <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; x1, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; y1, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; z1, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; w1,
<a name="l00085"></a>00085 <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; x2, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; y2, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; z2, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; w2,
<a name="l00086"></a>00086 <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; x3, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; y3, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; z3, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; w3);
<a name="l00087"></a>00087 <span class="keyword">explicit</span> fmat4x4SIMD(
<a name="l00088"></a>00088 fvec4SIMD <span class="keyword">const</span> &amp; v0,
<a name="l00089"></a>00089 fvec4SIMD <span class="keyword">const</span> &amp; v1,
<a name="l00090"></a>00090 fvec4SIMD <span class="keyword">const</span> &amp; v2,
<a name="l00091"></a>00091 fvec4SIMD <span class="keyword">const</span> &amp; v3);
<a name="l00092"></a>00092 <span class="keyword">explicit</span> fmat4x4SIMD(
<a name="l00093"></a>00093 tmat4x4&lt;float&gt; <span class="keyword">const</span> &amp; m);
<a name="l00094"></a>00094
<a name="l00095"></a>00095 <span class="comment">// Conversions</span>
<a name="l00096"></a>00096 <span class="comment">//template &lt;typename U&gt; </span>
<a name="l00097"></a>00097 <span class="comment">//explicit tmat4x4(tmat4x4&lt;U&gt; const &amp; m);</span>
<a name="l00098"></a>00098
<a name="l00099"></a>00099 <span class="comment">//explicit tmat4x4(tmat2x2&lt;T&gt; const &amp; x);</span>
<a name="l00100"></a>00100 <span class="comment">//explicit tmat4x4(tmat3x3&lt;T&gt; const &amp; x);</span>
<a name="l00101"></a>00101 <span class="comment">//explicit tmat4x4(tmat2x3&lt;T&gt; const &amp; x);</span>
<a name="l00102"></a>00102 <span class="comment">//explicit tmat4x4(tmat3x2&lt;T&gt; const &amp; x);</span>
<a name="l00103"></a>00103 <span class="comment">//explicit tmat4x4(tmat2x4&lt;T&gt; const &amp; x);</span>
<a name="l00104"></a>00104 <span class="comment">//explicit tmat4x4(tmat4x2&lt;T&gt; const &amp; x);</span>
<a name="l00105"></a>00105 <span class="comment">//explicit tmat4x4(tmat3x4&lt;T&gt; const &amp; x);</span>
<a name="l00106"></a>00106 <span class="comment">//explicit tmat4x4(tmat4x3&lt;T&gt; const &amp; x);</span>
<a name="l00107"></a>00107
<a name="l00108"></a>00108 <span class="comment">// Accesses</span>
<a name="l00109"></a>00109 fvec4SIMD &amp; operator[](size_type i);
<a name="l00110"></a>00110 fvec4SIMD <span class="keyword">const</span> &amp; operator[](size_type i) <span class="keyword">const</span>;
<a name="l00111"></a>00111
<a name="l00112"></a>00112 <span class="comment">// Unary updatable operators</span>
<a name="l00113"></a>00113 fmat4x4SIMD &amp; operator= (fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00114"></a>00114 fmat4x4SIMD &amp; operator+= (<span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s);
<a name="l00115"></a>00115 fmat4x4SIMD &amp; operator+= (fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00116"></a>00116 fmat4x4SIMD &amp; operator-= (<span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s);
<a name="l00117"></a>00117 fmat4x4SIMD &amp; operator-= (fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00118"></a>00118 fmat4x4SIMD &amp; operator*= (<span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s);
<a name="l00119"></a>00119 fmat4x4SIMD &amp; operator*= (fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00120"></a>00120 fmat4x4SIMD &amp; operator/= (<span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s);
<a name="l00121"></a>00121 fmat4x4SIMD &amp; operator/= (fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00122"></a>00122 fmat4x4SIMD &amp; operator++ ();
<a name="l00123"></a>00123 fmat4x4SIMD &amp; operator-- ();
<a name="l00124"></a>00124 };
<a name="l00125"></a>00125
<a name="l00126"></a>00126 <span class="comment">// Binary operators</span>
<a name="l00127"></a>00127 fmat4x4SIMD operator+ (fmat4x4SIMD <span class="keyword">const</span> &amp; m, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s);
<a name="l00128"></a>00128 fmat4x4SIMD operator+ (<span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s, fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00129"></a>00129 fmat4x4SIMD operator+ (fmat4x4SIMD <span class="keyword">const</span> &amp; m1, fmat4x4SIMD <span class="keyword">const</span> &amp; m2);
<a name="l00130"></a>00130
<a name="l00131"></a>00131 fmat4x4SIMD operator- (fmat4x4SIMD <span class="keyword">const</span> &amp; m, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s);
<a name="l00132"></a>00132 fmat4x4SIMD operator- (<span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s, fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00133"></a>00133 fmat4x4SIMD operator- (fmat4x4SIMD <span class="keyword">const</span> &amp; m1, fmat4x4SIMD <span class="keyword">const</span> &amp; m2);
<a name="l00134"></a>00134
<a name="l00135"></a>00135 fmat4x4SIMD operator* (fmat4x4SIMD <span class="keyword">const</span> &amp; m, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s);
<a name="l00136"></a>00136 fmat4x4SIMD operator* (<span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s, fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00137"></a>00137
<a name="l00138"></a>00138 fvec4SIMD operator* (fmat4x4SIMD <span class="keyword">const</span> &amp; m, fvec4SIMD <span class="keyword">const</span> &amp; v);
<a name="l00139"></a>00139 fvec4SIMD operator* (fvec4SIMD <span class="keyword">const</span> &amp; v, fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00140"></a>00140
<a name="l00141"></a>00141 fmat4x4SIMD operator* (fmat4x4SIMD <span class="keyword">const</span> &amp; m1, fmat4x4SIMD <span class="keyword">const</span> &amp; m2);
<a name="l00142"></a>00142
<a name="l00143"></a>00143 fmat4x4SIMD operator/ (fmat4x4SIMD <span class="keyword">const</span> &amp; m, <span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s);
<a name="l00144"></a>00144 fmat4x4SIMD operator/ (<span class="keywordtype">float</span> <span class="keyword">const</span> &amp; s, fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00145"></a>00145
<a name="l00146"></a>00146 fvec4SIMD operator/ (fmat4x4SIMD <span class="keyword">const</span> &amp; m, fvec4SIMD <span class="keyword">const</span> &amp; v);
<a name="l00147"></a>00147 fvec4SIMD operator/ (fvec4SIMD <span class="keyword">const</span> &amp; v, fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00148"></a>00148
<a name="l00149"></a>00149 fmat4x4SIMD operator/ (fmat4x4SIMD <span class="keyword">const</span> &amp; m1, fmat4x4SIMD <span class="keyword">const</span> &amp; m2);
<a name="l00150"></a>00150
<a name="l00151"></a>00151 <span class="comment">// Unary constant operators</span>
<a name="l00152"></a>00152 fmat4x4SIMD <span class="keyword">const</span> operator- (fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00153"></a>00153 fmat4x4SIMD <span class="keyword">const</span> operator-- (fmat4x4SIMD <span class="keyword">const</span> &amp; m, <span class="keywordtype">int</span>);
<a name="l00154"></a>00154 fmat4x4SIMD <span class="keyword">const</span> operator++ (fmat4x4SIMD <span class="keyword">const</span> &amp; m, <span class="keywordtype">int</span>);
<a name="l00155"></a>00155 }<span class="comment">//namespace detail</span>
<a name="l00156"></a>00156
<a name="l00157"></a>00157 <span class="keyword">typedef</span> detail::fmat4x4SIMD simdMat4;
<a name="l00158"></a>00158
<a name="l00161"></a>00161
<a name="l00164"></a>00164 detail::tmat4x4&lt;float&gt; mat4_cast(
<a name="l00165"></a>00165 detail::fmat4x4SIMD <span class="keyword">const</span> &amp; x);
<a name="l00166"></a>00166
<a name="l00170"></a>00170 detail::fmat4x4SIMD <a class="code" href="a00129.html#ga0e48491a51b3f366d671c01894705605" title="Multiply matrix x by matrix y component-wise, i.e., result[i][j] is the scalar product of x[i][j] and...">matrixCompMult</a>(
<a name="l00171"></a>00171 detail::fmat4x4SIMD <span class="keyword">const</span> &amp; x,
<a name="l00172"></a>00172 detail::fmat4x4SIMD <span class="keyword">const</span> &amp; y);
<a name="l00173"></a>00173
<a name="l00178"></a>00178 detail::fmat4x4SIMD <a class="code" href="a00129.html#ga5d896e8651512fc098a677dbe403eeac" title="Treats the first parameter c as a column vector and the second parameter r as a row vector and does a...">outerProduct</a>(
<a name="l00179"></a>00179 detail::fvec4SIMD <span class="keyword">const</span> &amp; c,
<a name="l00180"></a>00180 detail::fvec4SIMD <span class="keyword">const</span> &amp; r);
<a name="l00181"></a>00181
<a name="l00184"></a>00184 detail::fmat4x4SIMD <a class="code" href="a00129.html#gac58a4106a57fb7da41b3aeae3832998b" title="Returns the transposed matrix of x.">transpose</a>(
<a name="l00185"></a>00185 detail::fmat4x4SIMD <span class="keyword">const</span> &amp; x);
<a name="l00186"></a>00186
<a name="l00189"></a>00189 <span class="keywordtype">float</span> <a class="code" href="a00129.html#gad3bfb2098e1572d2131a261c1fb76dd4" title="Return the determinant of a mat2 matrix.">determinant</a>(
<a name="l00190"></a>00190 detail::fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00191"></a>00191
<a name="l00194"></a>00194 detail::fmat4x4SIMD <a class="code" href="a00129.html#gada3384a86cf38a1fd96275194b8ba8c0" title="Return the inverse of a mat2 matrix.">inverse</a>(
<a name="l00195"></a>00195 detail::fmat4x4SIMD <span class="keyword">const</span> &amp; m);
<a name="l00196"></a>00196
<a name="l00198"></a>00198 }<span class="comment">// namespace glm</span>
<a name="l00199"></a>00199
<a name="l00200"></a>00200 <span class="preprocessor">#include &quot;simd_mat4.inl&quot;</span>
<a name="l00201"></a>00201
<a name="l00202"></a>00202 <span class="preprocessor">#endif//(GLM_ARCH != GLM_ARCH_PURE)</span>
<a name="l00203"></a>00203 <span class="preprocessor"></span>
<a name="l00204"></a>00204 <span class="preprocessor">#endif//GLM_GTX_simd_mat4</span>
</pre></div></div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.5
</a> 1.7.6.1
</small></address>
</body>