diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /docs/doxygen/nel/a02852.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'docs/doxygen/nel/a02852.html')
-rw-r--r-- | docs/doxygen/nel/a02852.html | 757 |
1 files changed, 757 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a02852.html b/docs/doxygen/nel/a02852.html new file mode 100644 index 00000000..2f5f5e41 --- /dev/null +++ b/docs/doxygen/nel/a02852.html @@ -0,0 +1,757 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> +<title>NeL: NL3D::CMatrix3x4 class Reference</title> +<link href="doxygen.css" rel="stylesheet" type="text/css"> +</head><body> +<!-- Generated by Doxygen 1.3.6 --> +<div class="qindex"> <form class="search" action="search.php" method="get"> +<a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a> | <span class="search"><u>S</u>earch for <input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div> +<h1>NL3D::CMatrix3x4 Class Reference</h1><code>#include <<a class="el" href="a05975.html">matrix_3x4.h</a>></code> +<p> +<p>Inheritance diagram for NL3D::CMatrix3x4: +<p><center><img src="a02852.png" usemap="#NL3D::CMatrix3x4_map" border="0" alt=""></center> +<map name="NL3D::CMatrix3x4_map"> +<area href="a02853.html" alt="NL3D::CMatrix3x4SSE" shape="rect" coords="0,56,138,80"> +</map> +<hr><a name="_details"></a><h2>Detailed Description</h2> +For fast vector/point multiplication. Special usage for Skinning. <dl compact><dt><b>Author:</b></dt><dd>Lionel Berenguier <p> +Nevrax France </dd></dl> +<dl compact><dt><b>Date:</b></dt><dd>2002 </dd></dl> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00050">50</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>.<table border=0 cellpadding=0 cellspacing=0> +<tr><td></td></tr> +<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEa0">mulAddPoint</a> (const <a class="el" href="a03128.html">CVector</a> &<a class="el" href="a04223.html#a647">in</a>, float scale, <a class="el" href="a03128.html">CVector</a> &out)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEa1">mulAddVector</a> (const <a class="el" href="a03128.html">CVector</a> &<a class="el" href="a04223.html#a647">in</a>, float scale, <a class="el" href="a03128.html">CVector</a> &out)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEa2">mulSetPoint</a> (const <a class="el" href="a03128.html">CVector</a> &<a class="el" href="a04223.html#a647">in</a>, float scale, <a class="el" href="a03128.html">CVector</a> &out)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEa3">mulSetPoint</a> (const <a class="el" href="a03128.html">CVector</a> &<a class="el" href="a04223.html#a647">in</a>, <a class="el" href="a03128.html">CVector</a> &out)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEa4">mulSetVector</a> (const <a class="el" href="a03128.html">CVector</a> &<a class="el" href="a04223.html#a647">in</a>, float scale, <a class="el" href="a03128.html">CVector</a> &out)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEa5">mulSetVector</a> (const <a class="el" href="a03128.html">CVector</a> &<a class="el" href="a04223.html#a647">in</a>, <a class="el" href="a03128.html">CVector</a> &out)</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEa6">set</a> (const <a class="el" href="a02851.html">CMatrix</a> &mat)</td></tr> + +<tr><td colspan=2><br><h2>Data Fields</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo0">a11</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo1">a12</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo2">a13</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo3">a14</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo4">a21</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo5">a22</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo6">a23</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo7">a24</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo8">a31</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo9">a32</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo10">a33</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo11">a34</a></td></tr> + +</table> +<hr><h2>Member Function Documentation</h2> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEa0" doxytag="NL3D::CMatrix3x4::mulAddPoint" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> void NL3D::CMatrix3x4::mulAddPoint </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>in</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap>float </td> + <td class="mdname" nowrap> <em>scale</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap><a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>out</em></td> + </tr> + <tr> + <td></td> + <td class="md">) </td> + <td class="md" colspan="2"><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00108">108</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +References <a class="el" href="a05975.html#l00054">a11</a>, <a class="el" href="a05975.html#l00054">a12</a>, <a class="el" href="a05975.html#l00054">a13</a>, <a class="el" href="a05975.html#l00054">a14</a>, <a class="el" href="a05975.html#l00055">a21</a>, <a class="el" href="a05975.html#l00055">a22</a>, <a class="el" href="a05975.html#l00055">a23</a>, <a class="el" href="a05975.html#l00055">a24</a>, <a class="el" href="a05975.html#l00056">a31</a>, <a class="el" href="a05975.html#l00056">a32</a>, <a class="el" href="a05975.html#l00056">a33</a>, <a class="el" href="a05975.html#l00056">a34</a>, <a class="el" href="a05646.html#l01122">in</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::x</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::y</a>, and <a class="el" href="a06673.html#l00051">NLMISC::CVector::z</a>. +<p> +Referenced by <a class="el" href="a05989.html#l01870">NL3D::CMeshGeom::computeSoftwarePointSkinning()</a>. +<p> +<div class="fragment"><pre>00109 { +00110 out.x+= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo0">a11</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo1">a12</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo2">a13</a>*<a class="code" href="a04223.html#a647">in</a>.z + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo3">a14</a>) * scale; +00111 out.y+= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo4">a21</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo5">a22</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo6">a23</a>*<a class="code" href="a04223.html#a647">in</a>.z + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo7">a24</a>) * scale; +00112 out.z+= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo8">a31</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo9">a32</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo10">a33</a>*<a class="code" href="a04223.html#a647">in</a>.z + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo11">a34</a>) * scale; +00113 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEa1" doxytag="NL3D::CMatrix3x4::mulAddVector" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> void NL3D::CMatrix3x4::mulAddVector </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>in</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap>float </td> + <td class="mdname" nowrap> <em>scale</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap><a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>out</em></td> + </tr> + <tr> + <td></td> + <td class="md">) </td> + <td class="md" colspan="2"><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00101">101</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +References <a class="el" href="a05975.html#l00054">a11</a>, <a class="el" href="a05975.html#l00054">a12</a>, <a class="el" href="a05975.html#l00054">a13</a>, <a class="el" href="a05975.html#l00055">a21</a>, <a class="el" href="a05975.html#l00055">a22</a>, <a class="el" href="a05975.html#l00055">a23</a>, <a class="el" href="a05975.html#l00056">a31</a>, <a class="el" href="a05975.html#l00056">a32</a>, <a class="el" href="a05975.html#l00056">a33</a>, <a class="el" href="a05646.html#l01122">in</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::x</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::y</a>, and <a class="el" href="a06673.html#l00051">NLMISC::CVector::z</a>. +<p> +Referenced by <a class="el" href="a05989.html#l01892">NL3D::CMeshGeom::computeSoftwareVectorSkinning()</a>. +<p> +<div class="fragment"><pre>00102 { +00103 out.x+= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo0">a11</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo1">a12</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo2">a13</a>*<a class="code" href="a04223.html#a647">in</a>.z) * scale; +00104 out.y+= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo4">a21</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo5">a22</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo6">a23</a>*<a class="code" href="a04223.html#a647">in</a>.z) * scale; +00105 out.z+= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo8">a31</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo9">a32</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo10">a33</a>*<a class="code" href="a04223.html#a647">in</a>.z) * scale; +00106 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEa2" doxytag="NL3D::CMatrix3x4::mulSetPoint" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> void NL3D::CMatrix3x4::mulSetPoint </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>in</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap>float </td> + <td class="mdname" nowrap> <em>scale</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap><a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>out</em></td> + </tr> + <tr> + <td></td> + <td class="md">) </td> + <td class="md" colspan="2"><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00092">92</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +References <a class="el" href="a05975.html#l00054">a11</a>, <a class="el" href="a05975.html#l00054">a12</a>, <a class="el" href="a05975.html#l00054">a13</a>, <a class="el" href="a05975.html#l00054">a14</a>, <a class="el" href="a05975.html#l00055">a21</a>, <a class="el" href="a05975.html#l00055">a22</a>, <a class="el" href="a05975.html#l00055">a23</a>, <a class="el" href="a05975.html#l00055">a24</a>, <a class="el" href="a05975.html#l00056">a31</a>, <a class="el" href="a05975.html#l00056">a32</a>, <a class="el" href="a05975.html#l00056">a33</a>, <a class="el" href="a05975.html#l00056">a34</a>, <a class="el" href="a05646.html#l01122">in</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::x</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::y</a>, and <a class="el" href="a06673.html#l00051">NLMISC::CVector::z</a>. +<p> +<div class="fragment"><pre>00093 { +00094 out.x= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo0">a11</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo1">a12</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo2">a13</a>*<a class="code" href="a04223.html#a647">in</a>.z + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo3">a14</a>) * scale; +00095 out.y= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo4">a21</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo5">a22</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo6">a23</a>*<a class="code" href="a04223.html#a647">in</a>.z + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo7">a24</a>) * scale; +00096 out.z= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo8">a31</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo9">a32</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo10">a33</a>*<a class="code" href="a04223.html#a647">in</a>.z + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo11">a34</a>) * scale; +00097 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEa3" doxytag="NL3D::CMatrix3x4::mulSetPoint" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> void NL3D::CMatrix3x4::mulSetPoint </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>in</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap><a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>out</em></td> + </tr> + <tr> + <td></td> + <td class="md">) </td> + <td class="md" colspan="2"><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00076">76</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +References <a class="el" href="a05975.html#l00054">a11</a>, <a class="el" href="a05975.html#l00054">a12</a>, <a class="el" href="a05975.html#l00054">a13</a>, <a class="el" href="a05975.html#l00054">a14</a>, <a class="el" href="a05975.html#l00055">a21</a>, <a class="el" href="a05975.html#l00055">a22</a>, <a class="el" href="a05975.html#l00055">a23</a>, <a class="el" href="a05975.html#l00055">a24</a>, <a class="el" href="a05975.html#l00056">a31</a>, <a class="el" href="a05975.html#l00056">a32</a>, <a class="el" href="a05975.html#l00056">a33</a>, <a class="el" href="a05975.html#l00056">a34</a>, <a class="el" href="a05646.html#l01122">in</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::x</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::y</a>, and <a class="el" href="a06673.html#l00051">NLMISC::CVector::z</a>. +<p> +Referenced by <a class="el" href="a05989.html#l01870">NL3D::CMeshGeom::computeSoftwarePointSkinning()</a>. +<p> +<div class="fragment"><pre>00077 { +00078 out.x= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo0">a11</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo1">a12</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo2">a13</a>*<a class="code" href="a04223.html#a647">in</a>.z + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo3">a14</a>); +00079 out.y= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo4">a21</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo5">a22</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo6">a23</a>*<a class="code" href="a04223.html#a647">in</a>.z + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo7">a24</a>); +00080 out.z= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo8">a31</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo9">a32</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo10">a33</a>*<a class="code" href="a04223.html#a647">in</a>.z + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo11">a34</a>); +00081 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEa4" doxytag="NL3D::CMatrix3x4::mulSetVector" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> void NL3D::CMatrix3x4::mulSetVector </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>in</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap>float </td> + <td class="mdname" nowrap> <em>scale</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap><a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>out</em></td> + </tr> + <tr> + <td></td> + <td class="md">) </td> + <td class="md" colspan="2"><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00085">85</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +References <a class="el" href="a05975.html#l00054">a11</a>, <a class="el" href="a05975.html#l00054">a12</a>, <a class="el" href="a05975.html#l00054">a13</a>, <a class="el" href="a05975.html#l00055">a21</a>, <a class="el" href="a05975.html#l00055">a22</a>, <a class="el" href="a05975.html#l00055">a23</a>, <a class="el" href="a05975.html#l00056">a31</a>, <a class="el" href="a05975.html#l00056">a32</a>, <a class="el" href="a05975.html#l00056">a33</a>, <a class="el" href="a05646.html#l01122">in</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::x</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::y</a>, and <a class="el" href="a06673.html#l00051">NLMISC::CVector::z</a>. +<p> +<div class="fragment"><pre>00086 { +00087 out.x= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo0">a11</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo1">a12</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo2">a13</a>*<a class="code" href="a04223.html#a647">in</a>.z) * scale; +00088 out.y= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo4">a21</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo5">a22</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo6">a23</a>*<a class="code" href="a04223.html#a647">in</a>.z) * scale; +00089 out.z= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo8">a31</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo9">a32</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo10">a33</a>*<a class="code" href="a04223.html#a647">in</a>.z) * scale; +00090 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEa5" doxytag="NL3D::CMatrix3x4::mulSetVector" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> void NL3D::CMatrix3x4::mulSetVector </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>in</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap><a class="el" href="a03128.html">CVector</a> & </td> + <td class="mdname" nowrap> <em>out</em></td> + </tr> + <tr> + <td></td> + <td class="md">) </td> + <td class="md" colspan="2"><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00069">69</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +References <a class="el" href="a05975.html#l00054">a11</a>, <a class="el" href="a05975.html#l00054">a12</a>, <a class="el" href="a05975.html#l00054">a13</a>, <a class="el" href="a05975.html#l00055">a21</a>, <a class="el" href="a05975.html#l00055">a22</a>, <a class="el" href="a05975.html#l00055">a23</a>, <a class="el" href="a05975.html#l00056">a31</a>, <a class="el" href="a05975.html#l00056">a32</a>, <a class="el" href="a05975.html#l00056">a33</a>, <a class="el" href="a05646.html#l01122">in</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::x</a>, <a class="el" href="a06673.html#l00051">NLMISC::CVector::y</a>, and <a class="el" href="a06673.html#l00051">NLMISC::CVector::z</a>. +<p> +Referenced by <a class="el" href="a05989.html#l01892">NL3D::CMeshGeom::computeSoftwareVectorSkinning()</a>. +<p> +<div class="fragment"><pre>00070 { +00071 out.x= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo0">a11</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo1">a12</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo2">a13</a>*<a class="code" href="a04223.html#a647">in</a>.z); +00072 out.y= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo4">a21</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo5">a22</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo6">a23</a>*<a class="code" href="a04223.html#a647">in</a>.z); +00073 out.z= (<a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo8">a31</a>*<a class="code" href="a04223.html#a647">in</a>.x + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo9">a32</a>*<a class="code" href="a04223.html#a647">in</a>.y + <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo10">a33</a>*<a class="code" href="a04223.html#a647">in</a>.z); +00074 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEa6" doxytag="NL3D::CMatrix3x4::set" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> void NL3D::CMatrix3x4::set </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a02851.html">CMatrix</a> & </td> + <td class="mdname1" valign="top" nowrap> <em>mat</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00059">59</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +References <a class="el" href="a05975.html#l00054">a11</a>, <a class="el" href="a05975.html#l00054">a12</a>, <a class="el" href="a05975.html#l00054">a13</a>, <a class="el" href="a05975.html#l00054">a14</a>, <a class="el" href="a05975.html#l00055">a21</a>, <a class="el" href="a05975.html#l00055">a22</a>, <a class="el" href="a05975.html#l00055">a23</a>, <a class="el" href="a05975.html#l00055">a24</a>, <a class="el" href="a05975.html#l00056">a31</a>, <a class="el" href="a05975.html#l00056">a32</a>, <a class="el" href="a05975.html#l00056">a33</a>, <a class="el" href="a05975.html#l00056">a34</a>, and <a class="el" href="a05972.html#l00443">NLMISC::CMatrix::get()</a>. +<p> +Referenced by <a class="el" href="a05989.html#l01914">NL3D::CMeshGeom::computeSkinMatrixes()</a>. +<p> +<div class="fragment"><pre>00060 { +00061 <span class="keyword">const</span> <span class="keywordtype">float</span> *m =mat.get(); +00062 <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo0">a11</a>= m[0]; <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo1">a12</a>= m[4]; <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo2">a13</a>= m[8] ; <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo3">a14</a>= m[12]; +00063 <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo4">a21</a>= m[1]; <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo5">a22</a>= m[5]; <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo6">a23</a>= m[9] ; <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo7">a24</a>= m[13]; +00064 <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo8">a31</a>= m[2]; <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo9">a32</a>= m[6]; <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo10">a33</a>= m[10]; <a class="code" href="a02852.html#NL3D_1_1CMatrix3x4SSEo11">a34</a>= m[14]; +00065 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Field Documentation</h2> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo0" doxytag="NL3D::CMatrix3x4::a11" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo0">NL3D::CMatrix3x4::a11</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00054">54</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00101">mulAddVector()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, <a class="el" href="a05975.html#l00069">mulSetVector()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo1" doxytag="NL3D::CMatrix3x4::a12" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo1">NL3D::CMatrix3x4::a12</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00054">54</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00101">mulAddVector()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, <a class="el" href="a05975.html#l00069">mulSetVector()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo2" doxytag="NL3D::CMatrix3x4::a13" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo2">NL3D::CMatrix3x4::a13</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00054">54</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00101">mulAddVector()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, <a class="el" href="a05975.html#l00069">mulSetVector()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo3" doxytag="NL3D::CMatrix3x4::a14" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo3">NL3D::CMatrix3x4::a14</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00054">54</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo4" doxytag="NL3D::CMatrix3x4::a21" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo4">NL3D::CMatrix3x4::a21</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00055">55</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00101">mulAddVector()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, <a class="el" href="a05975.html#l00069">mulSetVector()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo5" doxytag="NL3D::CMatrix3x4::a22" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo5">NL3D::CMatrix3x4::a22</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00055">55</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00101">mulAddVector()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, <a class="el" href="a05975.html#l00069">mulSetVector()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo6" doxytag="NL3D::CMatrix3x4::a23" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo6">NL3D::CMatrix3x4::a23</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00055">55</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00101">mulAddVector()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, <a class="el" href="a05975.html#l00069">mulSetVector()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo7" doxytag="NL3D::CMatrix3x4::a24" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo7">NL3D::CMatrix3x4::a24</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00055">55</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo8" doxytag="NL3D::CMatrix3x4::a31" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo8">NL3D::CMatrix3x4::a31</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00056">56</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00101">mulAddVector()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, <a class="el" href="a05975.html#l00069">mulSetVector()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo9" doxytag="NL3D::CMatrix3x4::a32" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo9">NL3D::CMatrix3x4::a32</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00056">56</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00101">mulAddVector()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, <a class="el" href="a05975.html#l00069">mulSetVector()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo10" doxytag="NL3D::CMatrix3x4::a33" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo10">NL3D::CMatrix3x4::a33</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00056">56</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00101">mulAddVector()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, <a class="el" href="a05975.html#l00069">mulSetVector()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CMatrix3x4SSEo11" doxytag="NL3D::CMatrix3x4::a34" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02852.html#NL3D_1_1CMatrix3x4SSEo11">NL3D::CMatrix3x4::a34</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05975.html#l00056">56</a> of file <a class="el" href="a05975.html">matrix_3x4.h</a>. +<p> +Referenced by <a class="el" href="a05975.html#l00108">mulAddPoint()</a>, <a class="el" href="a05975.html#l00076">mulSetPoint()</a>, and <a class="el" href="a05975.html#l00059">set()</a>. </td> + </tr> +</table> +<hr>The documentation for this class was generated from the following file:<ul> +<li><a class="el" href="a05975.html">matrix_3x4.h</a></ul> +<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 06:50:46 2004 for NeL by +<a href="http://www.doxygen.org/index.html"> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 > +</a>1.3.6 </small></address> +</body> +</html> |