Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 99cb5ede6a5329071fbeecc8218deb35 > files > 147

eigen3-doc-3.2-3.mga4.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>Eigen: RotationBase.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css"   rel="stylesheet" type="text/css" />
<link href="eigendoxy.css" rel="stylesheet" type="text/css">
<!--  -->
<script type="text/javascript" src="eigen_navtree_hacks.js"></script>
<!-- <script type="text/javascript"> -->
<!-- </script> -->
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- <a name="top"></a> -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectlogo"><img alt="Logo" src="Eigen_Silly_Professor_64x64.png"/></td>
  <td style="padding-left: 0.5em;">
   <div id="projectname"><a href="http://eigen.tuxfamily.org">Eigen</a>
   &#160;<span id="projectnumber">3.2.0</span>
   </div>
  </td>
   <td>        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
</td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('RotationBase_8h_source.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Pages</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">RotationBase.h</div>  </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">// This file is part of Eigen, a lightweight C++ template library</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">// for linear algebra.</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">// Copyright (C) 2008 Gael Guennebaud &lt;gael.guennebaud@inria.fr&gt;</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">// This Source Code Form is subject to the terms of the Mozilla</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">// Public License v. 2.0. If a copy of the MPL was not distributed</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;</div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor">#ifndef EIGEN_ROTATIONBASE_H</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define EIGEN_ROTATIONBASE_H</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="keyword">namespace </span>Eigen { </div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;</div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">// forward declaration</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="keyword">namespace </span>internal {</div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> RotationDerived, <span class="keyword">typename</span> MatrixType, <span class="keywordtype">bool</span> IsVector=MatrixType::IsVectorAtCompileTime&gt;</div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="keyword">struct </span>rotation_base_generic_product_selector;</div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;}</div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> Derived, <span class="keywordtype">int</span> _Dim&gt;</div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">class </span>RotationBase</div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;{</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;    <span class="keyword">enum</span> { Dim = _Dim };</div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#a844358c46408e878e60c4026c52eb1e9">   34</a></span>&#160;    <span class="keyword">typedef</span> <span class="keyword">typename</span> internal::traits&lt;Derived&gt;::Scalar <a class="code" href="classEigen_1_1RotationBase.html#a844358c46408e878e60c4026c52eb1e9">Scalar</a>;</div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#abb59a4f54aebad6325389d49d48de310">   37</a></span>&#160;    <span class="keyword">typedef</span> <a class="code" href="classEigen_1_1Matrix.html">Matrix&lt;Scalar,Dim,Dim&gt;</a> <a class="code" href="classEigen_1_1RotationBase.html#abb59a4f54aebad6325389d49d48de310">RotationMatrixType</a>;</div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;    <span class="keyword">typedef</span> <a class="code" href="classEigen_1_1Matrix.html">Matrix&lt;Scalar,Dim,1&gt;</a> <a class="code" href="classEigen_1_1Matrix.html">VectorType</a>;</div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;    <span class="keyword">inline</span> <span class="keyword">const</span> Derived&amp; derived()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> *<span class="keyword">static_cast&lt;</span><span class="keyword">const </span>Derived*<span class="keyword">&gt;</span>(<span class="keyword">this</span>); }</div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    <span class="keyword">inline</span> Derived&amp; derived() { <span class="keywordflow">return</span> *<span class="keyword">static_cast&lt;</span>Derived*<span class="keyword">&gt;</span>(<span class="keyword">this</span>); }</div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#aeb3f061eb5a0f7a4509f69a7f2b9d226">   45</a></span>&#160;    <span class="keyword">inline</span> <a class="code" href="classEigen_1_1Matrix.html">RotationMatrixType</a> <a class="code" href="classEigen_1_1RotationBase.html#aeb3f061eb5a0f7a4509f69a7f2b9d226">toRotationMatrix</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> derived().toRotationMatrix(); }</div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;</div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#a137458fc1a96a26c9fd58d7b2b61336d">   50</a></span>&#160;    <span class="keyword">inline</span> <a class="code" href="classEigen_1_1Matrix.html">RotationMatrixType</a> <a class="code" href="classEigen_1_1RotationBase.html#a137458fc1a96a26c9fd58d7b2b61336d">matrix</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> derived().toRotationMatrix(); }</div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;</div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#afe93e2d51ae82a198430ec02e1be98f9">   53</a></span>&#160;    <span class="keyword">inline</span> Derived <a class="code" href="classEigen_1_1RotationBase.html#afe93e2d51ae82a198430ec02e1be98f9">inverse</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> derived().inverse(); }</div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;</div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#a39e946f5ec63f80d28cf7988e6ba80b9">   56</a></span>&#160;    <span class="keyword">inline</span> <a class="code" href="classEigen_1_1Transform.html">Transform&lt;Scalar,Dim,Isometry&gt;</a> <a class="code" href="classEigen_1_1RotationBase.html#a39e946f5ec63f80d28cf7988e6ba80b9">operator*</a>(<span class="keyword">const</span> <a class="code" href="classEigen_1_1Translation.html">Translation&lt;Scalar,Dim&gt;</a>&amp; t)<span class="keyword"> const</span></div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="classEigen_1_1Transform.html">Transform&lt;Scalar,Dim,Isometry&gt;</a>(*this) * t; }</div>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;</div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#a84d2f46dbcd54e3a3b8ebcc673ad3920">   60</a></span>&#160;    <span class="keyword">inline</span> <a class="code" href="classEigen_1_1Matrix.html">RotationMatrixType</a> <a class="code" href="classEigen_1_1RotationBase.html#a84d2f46dbcd54e3a3b8ebcc673ad3920">operator*</a>(<span class="keyword">const</span> UniformScaling&lt;Scalar&gt;&amp; s)<span class="keyword"> const</span></div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="classEigen_1_1RotationBase.html#aeb3f061eb5a0f7a4509f69a7f2b9d226">toRotationMatrix</a>() * s.factor(); }</div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;</div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    <span class="keyword">template</span>&lt;<span class="keyword">typename</span> OtherDerived&gt;</div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;    EIGEN_STRONG_INLINE <span class="keyword">typename</span> internal::rotation_base_generic_product_selector&lt;Derived,OtherDerived,OtherDerived::IsVectorAtCompileTime&gt;::ReturnType</div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#acd4f0475d084e54c0dde2ef3f78822c0">   71</a></span>&#160;    <a class="code" href="classEigen_1_1RotationBase.html#acd4f0475d084e54c0dde2ef3f78822c0">operator*</a>(<span class="keyword">const</span> <a class="code" href="structEigen_1_1EigenBase.html">EigenBase&lt;OtherDerived&gt;</a>&amp; e)<span class="keyword"> const</span></div>
<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> internal::rotation_base_generic_product_selector&lt;Derived,OtherDerived&gt;::run(derived(), e.<a class="code" href="structEigen_1_1EigenBase.html#aa84222add803ad7c9db07dd4dd91d5d9">derived</a>()); }</div>
<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;</div>
<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;    <span class="keyword">template</span>&lt;<span class="keyword">typename</span> OtherDerived&gt; <span class="keyword">friend</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#a38f506f2d3617685d1f684cdbc4f8dd4">   76</a></span>&#160;    <span class="keyword">inline</span> <a class="code" href="classEigen_1_1Matrix.html">RotationMatrixType</a> <a class="code" href="classEigen_1_1RotationBase.html#a38f506f2d3617685d1f684cdbc4f8dd4">operator*</a>(<span class="keyword">const</span> <a class="code" href="structEigen_1_1EigenBase.html">EigenBase&lt;OtherDerived&gt;</a>&amp; l, <span class="keyword">const</span> Derived&amp; r)</div>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;    { <span class="keywordflow">return</span> l.<a class="code" href="structEigen_1_1EigenBase.html#aa84222add803ad7c9db07dd4dd91d5d9">derived</a>() * r.toRotationMatrix(); }</div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;</div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#a615ece720e9826703b399dfaeaba1ae0">   80</a></span>&#160;    <span class="keyword">friend</span> <span class="keyword">inline</span> <a class="code" href="classEigen_1_1Transform.html">Transform&lt;Scalar,Dim,Affine&gt;</a> <a class="code" href="classEigen_1_1RotationBase.html#a615ece720e9826703b399dfaeaba1ae0">operator*</a>(<span class="keyword">const</span> <a class="code" href="classEigen_1_1DiagonalMatrix.html">DiagonalMatrix&lt;Scalar,Dim&gt;</a>&amp; l, <span class="keyword">const</span> Derived&amp; r)</div>
<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;    { </div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;      <a class="code" href="classEigen_1_1Transform.html">Transform&lt;Scalar,Dim,Affine&gt;</a> res(r);</div>
<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;      res.<a class="code" href="classEigen_1_1Transform.html#abbee559820c5cdfe7653a646396b0a8f">linear</a>().applyOnTheLeft(l);</div>
<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;      <span class="keywordflow">return</span> res;</div>
<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;    }</div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div>
<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;    <span class="keyword">template</span>&lt;<span class="keywordtype">int</span> Mode, <span class="keywordtype">int</span> Options&gt;</div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classEigen_1_1RotationBase.html#a4905e372221a7ca6eaf7f11056bc1b7a">   89</a></span>&#160;    <span class="keyword">inline</span> <a class="code" href="classEigen_1_1Transform.html">Transform&lt;Scalar,Dim,Mode&gt;</a> <a class="code" href="classEigen_1_1RotationBase.html#a4905e372221a7ca6eaf7f11056bc1b7a">operator*</a>(<span class="keyword">const</span> <a class="code" href="classEigen_1_1Transform.html">Transform&lt;Scalar,Dim,Mode,Options&gt;</a>&amp; t)<span class="keyword"> const</span></div>
<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="classEigen_1_1RotationBase.html#aeb3f061eb5a0f7a4509f69a7f2b9d226">toRotationMatrix</a>() * t; }</div>
<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;    <span class="keyword">template</span>&lt;<span class="keyword">typename</span> OtherVectorType&gt;</div>
<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;    <span class="keyword">inline</span> VectorType _transformVector(<span class="keyword">const</span> OtherVectorType&amp; v)<span class="keyword"> const</span></div>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="keyword">    </span>{ <span class="keywordflow">return</span> <a class="code" href="classEigen_1_1RotationBase.html#aeb3f061eb5a0f7a4509f69a7f2b9d226">toRotationMatrix</a>() * v; }</div>
<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;};</div>
<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;</div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="keyword">namespace </span>internal {</div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;</div>
<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<span class="comment">// implementation of the generic product rotation * matrix</span></div>
<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> RotationDerived, <span class="keyword">typename</span> MatrixType&gt;</div>
<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;<span class="keyword">struct </span>rotation_base_generic_product_selector&lt;RotationDerived,MatrixType,false&gt;</div>
<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;{</div>
<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;  <span class="keyword">enum</span> { Dim = RotationDerived::Dim };</div>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;  <span class="keyword">typedef</span> Matrix&lt;typename RotationDerived::Scalar,Dim,Dim&gt; ReturnType;</div>
<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;  <span class="keyword">static</span> <span class="keyword">inline</span> ReturnType run(<span class="keyword">const</span> RotationDerived&amp; r, <span class="keyword">const</span> MatrixType&amp; m)</div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;  { <span class="keywordflow">return</span> r.toRotationMatrix() * m; }</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;};</div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;</div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> RotationDerived, <span class="keyword">typename</span> Scalar, <span class="keywordtype">int</span> Dim, <span class="keywordtype">int</span> MaxDim&gt;</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="keyword">struct </span>rotation_base_generic_product_selector&lt; RotationDerived, DiagonalMatrix&lt;Scalar,Dim,MaxDim&gt;, false &gt;</div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;{</div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;  <span class="keyword">typedef</span> Transform&lt;Scalar,Dim,Affine&gt; ReturnType;</div>
<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;  <span class="keyword">static</span> <span class="keyword">inline</span> ReturnType run(<span class="keyword">const</span> RotationDerived&amp; r, <span class="keyword">const</span> DiagonalMatrix&lt;Scalar,Dim,MaxDim&gt;&amp; m)</div>
<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;  {</div>
<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;    ReturnType res(r);</div>
<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;    res.linear() *= m;</div>
<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;    <span class="keywordflow">return</span> res;</div>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;  }</div>
<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;};</div>
<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;</div>
<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> RotationDerived,<span class="keyword">typename</span> OtherVectorType&gt;</div>
<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;<span class="keyword">struct </span>rotation_base_generic_product_selector&lt;RotationDerived,OtherVectorType,true&gt;</div>
<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;{</div>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;  <span class="keyword">enum</span> { Dim = RotationDerived::Dim };</div>
<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;  <span class="keyword">typedef</span> Matrix&lt;typename RotationDerived::Scalar,Dim,1&gt; ReturnType;</div>
<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;  <span class="keyword">static</span> EIGEN_STRONG_INLINE ReturnType run(<span class="keyword">const</span> RotationDerived&amp; r, <span class="keyword">const</span> OtherVectorType&amp; v)</div>
<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;  {</div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    <span class="keywordflow">return</span> r._transformVector(v);</div>
<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;  }</div>
<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;};</div>
<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;</div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;} <span class="comment">// end namespace internal</span></div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;</div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> _Scalar, <span class="keywordtype">int</span> _Rows, <span class="keywordtype">int</span> _Cols, <span class="keywordtype">int</span> _Storage, <span class="keywordtype">int</span> _MaxRows, <span class="keywordtype">int</span> _MaxCols&gt;</div>
<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> OtherDerived&gt;</div>
<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;<a class="code" href="classEigen_1_1Matrix.html#a3aede62f513da27e6f61ae7a972b4f96">Matrix&lt;_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols&gt;</a></div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classEigen_1_1Matrix.html#a80f437faa158729792ccbd6f0c023d9a">  141</a></span>&#160;<a class="code" href="classEigen_1_1Matrix.html#a3aede62f513da27e6f61ae7a972b4f96">::Matrix</a>(<span class="keyword">const</span> <a class="code" href="classEigen_1_1RotationBase.html">RotationBase&lt;OtherDerived,ColsAtCompileTime&gt;</a>&amp; r)</div>
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;{</div>
<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;  EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(<a class="code" href="classEigen_1_1Matrix.html">Matrix</a>,<span class="keywordtype">int</span>(OtherDerived::Dim),<span class="keywordtype">int</span>(OtherDerived::Dim))</div>
<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;  *<span class="keyword">this</span> = r.toRotationMatrix();</div>
<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;}</div>
<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;</div>
<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> _Scalar, <span class="keywordtype">int</span> _Rows, <span class="keywordtype">int</span> _Cols, <span class="keywordtype">int</span> _Storage, <span class="keywordtype">int</span> _MaxRows, <span class="keywordtype">int</span> _MaxCols&gt;</div>
<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> OtherDerived&gt;</div>
<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;<a class="code" href="classEigen_1_1Matrix.html">Matrix&lt;_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols&gt;</a>&amp;</div>
<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;<a class="code" href="classEigen_1_1Matrix.html#ad0cefab13f61a9dfd2733a7da70a264e">Matrix&lt;_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols&gt;</a></div>
<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="classEigen_1_1Matrix.html#ae8cd84b304d3593c792fcd6fc1f3180f">  155</a></span>&#160;<a class="code" href="classEigen_1_1Matrix.html#ad0cefab13f61a9dfd2733a7da70a264e">::operator=</a>(<span class="keyword">const</span> <a class="code" href="classEigen_1_1RotationBase.html">RotationBase&lt;OtherDerived,ColsAtCompileTime&gt;</a>&amp; r)</div>
<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;{</div>
<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;  EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(<a class="code" href="classEigen_1_1Matrix.html">Matrix</a>,<span class="keywordtype">int</span>(OtherDerived::Dim),<span class="keywordtype">int</span>(OtherDerived::Dim))</div>
<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;  <span class="keywordflow">return</span> *<span class="keyword">this</span> = r.toRotationMatrix();</div>
<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;}</div>
<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;</div>
<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;<span class="keyword">namespace </span>internal {</div>
<div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;</div>
<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> Scalar, <span class="keywordtype">int</span> Dim&gt;</div>
<div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;<span class="keyword">static</span> <span class="keyword">inline</span> <a class="code" href="classEigen_1_1Matrix.html">Matrix&lt;Scalar,2,2&gt;</a> toRotationMatrix(<span class="keyword">const</span> Scalar&amp; s)</div>
<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;{</div>
<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;  EIGEN_STATIC_ASSERT(Dim==2,YOU_MADE_A_PROGRAMMING_MISTAKE)</div>
<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;  return <a class="code" href="classEigen_1_1Rotation2D.html">Rotation2D</a>&lt;Scalar&gt;(s).toRotationMatrix();</div>
<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;}</div>
<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;</div>
<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;template&lt;typename Scalar, <span class="keywordtype">int</span> Dim, typename OtherDerived&gt;</div>
<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;static inline <a class="code" href="classEigen_1_1Matrix.html">Matrix</a>&lt;Scalar,Dim,Dim&gt; toRotationMatrix(const <a class="code" href="classEigen_1_1RotationBase.html">RotationBase</a>&lt;OtherDerived,Dim&gt;&amp; r)</div>
<div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;{</div>
<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;  <span class="keywordflow">return</span> r.toRotationMatrix();</div>
<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;}</div>
<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;</div>
<div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> Scalar, <span class="keywordtype">int</span> Dim, <span class="keyword">typename</span> OtherDerived&gt;</div>
<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;<span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> MatrixBase&lt;OtherDerived&gt;&amp; toRotationMatrix(<span class="keyword">const</span> MatrixBase&lt;OtherDerived&gt;&amp; mat)</div>
<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;{</div>
<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;  EIGEN_STATIC_ASSERT(OtherDerived::RowsAtCompileTime==Dim &amp;&amp; OtherDerived::ColsAtCompileTime==Dim,</div>
<div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;    YOU_MADE_A_PROGRAMMING_MISTAKE)</div>
<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;  return mat;</div>
<div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;}</div>
<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;</div>
<div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;} <span class="comment">// end namespace internal</span></div>
<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;</div>
<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;} <span class="comment">// end namespace Eigen</span></div>
<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;</div>
<div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;<span class="preprocessor">#endif // EIGEN_ROTATIONBASE_H</span></div>
<div class="ttc" id="classEigen_1_1Transform_html_abbee559820c5cdfe7653a646396b0a8f"><div class="ttname"><a href="classEigen_1_1Transform.html#abbee559820c5cdfe7653a646396b0a8f">Eigen::Transform::linear</a></div><div class="ttdeci">ConstLinearPart linear() const </div><div class="ttdef"><b>Definition:</b> Transform.h:372</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_a84d2f46dbcd54e3a3b8ebcc673ad3920"><div class="ttname"><a href="classEigen_1_1RotationBase.html#a84d2f46dbcd54e3a3b8ebcc673ad3920">Eigen::RotationBase::operator*</a></div><div class="ttdeci">RotationMatrixType operator*(const UniformScaling&lt; Scalar &gt; &amp;s) const </div><div class="ttdef"><b>Definition:</b> RotationBase.h:60</div></div>
<div class="ttc" id="classEigen_1_1Matrix_html_ad0cefab13f61a9dfd2733a7da70a264e"><div class="ttname"><a href="classEigen_1_1Matrix.html#ad0cefab13f61a9dfd2733a7da70a264e">Eigen::Matrix::operator=</a></div><div class="ttdeci">Matrix &amp; operator=(const Matrix &amp;other)</div><div class="ttdoc">Assigns matrices to each other. </div><div class="ttdef"><b>Definition:</b> Matrix.h:154</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_a39e946f5ec63f80d28cf7988e6ba80b9"><div class="ttname"><a href="classEigen_1_1RotationBase.html#a39e946f5ec63f80d28cf7988e6ba80b9">Eigen::RotationBase::operator*</a></div><div class="ttdeci">Transform&lt; Scalar, Dim, Isometry &gt; operator*(const Translation&lt; Scalar, Dim &gt; &amp;t) const </div><div class="ttdef"><b>Definition:</b> RotationBase.h:56</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_aeb3f061eb5a0f7a4509f69a7f2b9d226"><div class="ttname"><a href="classEigen_1_1RotationBase.html#aeb3f061eb5a0f7a4509f69a7f2b9d226">Eigen::RotationBase::toRotationMatrix</a></div><div class="ttdeci">RotationMatrixType toRotationMatrix() const </div><div class="ttdef"><b>Definition:</b> RotationBase.h:45</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_a137458fc1a96a26c9fd58d7b2b61336d"><div class="ttname"><a href="classEigen_1_1RotationBase.html#a137458fc1a96a26c9fd58d7b2b61336d">Eigen::RotationBase::matrix</a></div><div class="ttdeci">RotationMatrixType matrix() const </div><div class="ttdef"><b>Definition:</b> RotationBase.h:50</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_a844358c46408e878e60c4026c52eb1e9"><div class="ttname"><a href="classEigen_1_1RotationBase.html#a844358c46408e878e60c4026c52eb1e9">Eigen::RotationBase::Scalar</a></div><div class="ttdeci">internal::traits&lt; Derived &gt;::Scalar Scalar</div><div class="ttdef"><b>Definition:</b> RotationBase.h:34</div></div>
<div class="ttc" id="classEigen_1_1DiagonalMatrix_html"><div class="ttname"><a href="classEigen_1_1DiagonalMatrix.html">Eigen::DiagonalMatrix</a></div><div class="ttdoc">Represents a diagonal matrix with its storage. </div><div class="ttdef"><b>Definition:</b> DiagonalMatrix.h:135</div></div>
<div class="ttc" id="classEigen_1_1Matrix_html_a3aede62f513da27e6f61ae7a972b4f96"><div class="ttname"><a href="classEigen_1_1Matrix.html#a3aede62f513da27e6f61ae7a972b4f96">Eigen::Matrix::Matrix</a></div><div class="ttdeci">Matrix()</div><div class="ttdoc">Default constructor. </div><div class="ttdef"><b>Definition:</b> Matrix.h:203</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_a615ece720e9826703b399dfaeaba1ae0"><div class="ttname"><a href="classEigen_1_1RotationBase.html#a615ece720e9826703b399dfaeaba1ae0">Eigen::RotationBase::operator*</a></div><div class="ttdeci">friend Transform&lt; Scalar, Dim, Affine &gt; operator*(const DiagonalMatrix&lt; Scalar, Dim &gt; &amp;l, const Derived &amp;r)</div><div class="ttdef"><b>Definition:</b> RotationBase.h:80</div></div>
<div class="ttc" id="structEigen_1_1EigenBase_html"><div class="ttname"><a href="structEigen_1_1EigenBase.html">Eigen::EigenBase</a></div><div class="ttdef"><b>Definition:</b> EigenBase.h:26</div></div>
<div class="ttc" id="classEigen_1_1Translation_html"><div class="ttname"><a href="classEigen_1_1Translation.html">Eigen::Translation</a></div><div class="ttdoc">Represents a translation transformation. </div><div class="ttdef"><b>Definition:</b> ForwardDeclarations.h:236</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_abb59a4f54aebad6325389d49d48de310"><div class="ttname"><a href="classEigen_1_1RotationBase.html#abb59a4f54aebad6325389d49d48de310">Eigen::RotationBase::RotationMatrixType</a></div><div class="ttdeci">Matrix&lt; Scalar, Dim, Dim &gt; RotationMatrixType</div><div class="ttdef"><b>Definition:</b> RotationBase.h:37</div></div>
<div class="ttc" id="structEigen_1_1EigenBase_html_aa84222add803ad7c9db07dd4dd91d5d9"><div class="ttname"><a href="structEigen_1_1EigenBase.html#aa84222add803ad7c9db07dd4dd91d5d9">Eigen::EigenBase::derived</a></div><div class="ttdeci">Derived &amp; derived()</div><div class="ttdef"><b>Definition:</b> EigenBase.h:34</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_a4905e372221a7ca6eaf7f11056bc1b7a"><div class="ttname"><a href="classEigen_1_1RotationBase.html#a4905e372221a7ca6eaf7f11056bc1b7a">Eigen::RotationBase::operator*</a></div><div class="ttdeci">Transform&lt; Scalar, Dim, Mode &gt; operator*(const Transform&lt; Scalar, Dim, Mode, Options &gt; &amp;t) const </div><div class="ttdef"><b>Definition:</b> RotationBase.h:89</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html"><div class="ttname"><a href="classEigen_1_1RotationBase.html">Eigen::RotationBase</a></div><div class="ttdoc">Common base class for compact rotation representations. </div><div class="ttdef"><b>Definition:</b> ForwardDeclarations.h:231</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_acd4f0475d084e54c0dde2ef3f78822c0"><div class="ttname"><a href="classEigen_1_1RotationBase.html#acd4f0475d084e54c0dde2ef3f78822c0">Eigen::RotationBase::operator*</a></div><div class="ttdeci">internal::rotation_base_generic_product_selector&lt; Derived, OtherDerived, OtherDerived::IsVectorAtCompileTime &gt;::ReturnType operator*(const EigenBase&lt; OtherDerived &gt; &amp;e) const </div><div class="ttdef"><b>Definition:</b> RotationBase.h:71</div></div>
<div class="ttc" id="classEigen_1_1Rotation2D_html"><div class="ttname"><a href="classEigen_1_1Rotation2D.html">Eigen::Rotation2D</a></div><div class="ttdoc">Represents a rotation/orientation in a 2 dimensional space. </div><div class="ttdef"><b>Definition:</b> ForwardDeclarations.h:234</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_afe93e2d51ae82a198430ec02e1be98f9"><div class="ttname"><a href="classEigen_1_1RotationBase.html#afe93e2d51ae82a198430ec02e1be98f9">Eigen::RotationBase::inverse</a></div><div class="ttdeci">Derived inverse() const </div><div class="ttdef"><b>Definition:</b> RotationBase.h:53</div></div>
<div class="ttc" id="classEigen_1_1Matrix_html"><div class="ttname"><a href="classEigen_1_1Matrix.html">Eigen::Matrix</a></div><div class="ttdoc">The matrix class, also used for vectors and row-vectors. </div><div class="ttdef"><b>Definition:</b> Matrix.h:127</div></div>
<div class="ttc" id="classEigen_1_1Transform_html"><div class="ttname"><a href="classEigen_1_1Transform.html">Eigen::Transform</a></div><div class="ttdoc">Represents an homogeneous transformation in a N dimensional space. </div><div class="ttdef"><b>Definition:</b> ForwardDeclarations.h:261</div></div>
<div class="ttc" id="classEigen_1_1RotationBase_html_a38f506f2d3617685d1f684cdbc4f8dd4"><div class="ttname"><a href="classEigen_1_1RotationBase.html#a38f506f2d3617685d1f684cdbc4f8dd4">Eigen::RotationBase::operator*</a></div><div class="ttdeci">friend RotationMatrixType operator*(const EigenBase&lt; OtherDerived &gt; &amp;l, const Derived &amp;r)</div><div class="ttdef"><b>Definition:</b> RotationBase.h:76</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_e49d68e3078f12dfcf157021597ad168.html">Eigen</a></li><li class="navelem"><a class="el" href="dir_64b228556dc7f9fe757d43bb57fbfc24.html">src</a></li><li class="navelem"><a class="el" href="dir_d3830aef5e02ff83b0a743a58bf9d99e.html">Geometry</a></li><li class="navelem"><b>RotationBase.h</b></li>
    <li class="footer">Generated on Mon Oct 28 2013 11:04:25 for Eigen by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
  </ul>
</div>
<!-- Piwik --> 
<!--
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://stats.sylphide-consulting.com/piwik/" : "http://stats.sylphide-consulting.com/piwik/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 20);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://stats.sylphide-consulting.com/piwik/piwik.php?idsite=20" style="border:0" alt="" /></p></noscript>
-->
<!-- End Piwik Tracking Code -->
</body>
</html>