diff options
Diffstat (limited to 'docs/doxygen/nel/a03668.html')
-rw-r--r-- | docs/doxygen/nel/a03668.html | 578 |
1 files changed, 578 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a03668.html b/docs/doxygen/nel/a03668.html new file mode 100644 index 00000000..0ae02df0 --- /dev/null +++ b/docs/doxygen/nel/a03668.html @@ -0,0 +1,578 @@ +<!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: NLMISC::CVectorH 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>NLMISC::CVectorH Class Reference</h1><code>#include <<a class="el" href="a06681.html">vector_h.h</a>></code> +<p> +<hr><a name="_details"></a><h2>Detailed Description</h2> +Homogeneus vector. A <a class="el" href="a03668.html">CVectorH</a> has a fourth value, w. <dl compact><dt><b>Author:</b></dt><dd>Olivier Cado <p> +Nevrax France </dd></dl> +<dl compact><dt><b>Date:</b></dt><dd>2000 </dd></dl> + +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00043">43</a> of file <a class="el" href="a06681.html">vector_h.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> </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHa0">CVectorH</a> (const <a class="el" href="a03128.html">CVector</a> &<a class="el" href="a04223.html#a576">v</a>)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor using a vector. <a href="#NLMISC_1_1CVectorHa0"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHa1">CVectorH</a> (const <a class="el" href="a03668.html">CVectorH</a> &<a class="el" href="a04223.html#a576">v</a>)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Copy Constructor. <a href="#NLMISC_1_1CVectorHa1"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHa2">CVectorH</a> (float _x, float _y, float _z, float _w)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor . <a href="#NLMISC_1_1CVectorHa2"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHa3">CVectorH</a> ()</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#NLMISC_1_1CVectorHa3"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHa4">operator CVector</a> () const </td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Cast operator to a vector (ignoring w). <a href="#NLMISC_1_1CVectorHa4"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHa5">set</a> (float _x, float _y, float _z, float _w)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Set. <a href="#NLMISC_1_1CVectorHa5"></a><br><br></td></tr> +<tr><td colspan="2"><div class="groupHeader">Misc.</div></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHz2071_0">operator!=</a> (const <a class="el" href="a03668.html">CVectorH</a> &<a class="el" href="a04223.html#a576">v</a>) const </td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHz2071_1">operator<</a> (const <a class="el" href="a03668.html">CVectorH</a> &<a class="el" href="a04223.html#a576">v</a>) const </td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">This operator is here just for map/set insertion (no meaning). comparison order is x,y,z,w. <a href="#NLMISC_1_1CVectorHz2071_1"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHz2071_2">operator==</a> (const <a class="el" href="a03668.html">CVectorH</a> &<a class="el" href="a04223.html#a576">v</a>) const </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="a03668.html#NLMISC_1_1CVectorHo0">w</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Attributes. <a href="#NLMISC_1_1CVectorHo0"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHo1">x</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Attributes. <a href="#NLMISC_1_1CVectorHo1"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHo2">y</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Attributes. <a href="#NLMISC_1_1CVectorHo2"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a03668.html#NLMISC_1_1CVectorHo3">z</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Attributes. <a href="#NLMISC_1_1CVectorHo3"></a><br><br></td></tr> +</table> +<hr><h2>Constructor & Destructor Documentation</h2> +<a class="anchor" name="NLMISC_1_1CVectorHa3" doxytag="NLMISC::CVectorH::CVectorH" ></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"> NLMISC::CVectorH::CVectorH </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </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> +Constructor. +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00051">51</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +<div class="fragment"><pre>00051 {} +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CVectorHa2" doxytag="NLMISC::CVectorH::CVectorH" ></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"> NLMISC::CVectorH::CVectorH </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">float </td> + <td class="mdname" nowrap> <em>_x</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap>float </td> + <td class="mdname" nowrap> <em>_y</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap>float </td> + <td class="mdname" nowrap> <em>_z</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap>float </td> + <td class="mdname" nowrap> <em>_w</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> +Constructor . +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00053">53</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +References <a class="el" href="a05646.html#l00236">w</a>, <a class="el" href="a05646.html#l00236">x</a>, <a class="el" href="a05646.html#l00236">y</a>, and <a class="el" href="a05646.html#l00236">z</a>. +<p> +<div class="fragment"><pre>00053 : <a class="code" href="a03668.html#NLMISC_1_1CVectorHo1">x</a>(_x), <a class="code" href="a03668.html#NLMISC_1_1CVectorHo2">y</a>(_y), <a class="code" href="a03668.html#NLMISC_1_1CVectorHo3">z</a>(_z), <a class="code" href="a03668.html#NLMISC_1_1CVectorHo0">w</a>(_w) {} +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CVectorHa1" doxytag="NLMISC::CVectorH::CVectorH" ></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"> NLMISC::CVectorH::CVectorH </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03668.html">CVectorH</a> & </td> + <td class="mdname1" valign="top" nowrap> <em>v</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> +Copy Constructor. +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00055">55</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +References <a class="el" href="a05646.html#l00237">v</a>, <a class="el" href="a05646.html#l00236">w</a>, <a class="el" href="a05646.html#l00236">x</a>, <a class="el" href="a05646.html#l00236">y</a>, and <a class="el" href="a05646.html#l00236">z</a>. +<p> +<div class="fragment"><pre>00055 : <a class="code" href="a03668.html#NLMISC_1_1CVectorHo1">x</a>(<a class="code" href="a04223.html#a576">v</a>.x), <a class="code" href="a03668.html#NLMISC_1_1CVectorHo2">y</a>(<a class="code" href="a04223.html#a576">v</a>.y), <a class="code" href="a03668.html#NLMISC_1_1CVectorHo3">z</a>(<a class="code" href="a04223.html#a576">v</a>.z), <a class="code" href="a03668.html#NLMISC_1_1CVectorHo0">w</a>(<a class="code" href="a04223.html#a576">v</a>.w) {} +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CVectorHa0" doxytag="NLMISC::CVectorH::CVectorH" ></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"> NLMISC::CVectorH::CVectorH </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="mdname1" valign="top" nowrap> <em>v</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> +Constructor using a vector. +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00057">57</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +References <a class="el" href="a05646.html#l00237">v</a>, <a class="el" href="a05646.html#l00236">w</a>, <a class="el" href="a05646.html#l00236">x</a>, <a class="el" href="a05646.html#l00236">y</a>, and <a class="el" href="a05646.html#l00236">z</a>. +<p> +<div class="fragment"><pre>00057 : <a class="code" href="a03668.html#NLMISC_1_1CVectorHo1">x</a>(<a class="code" href="a04223.html#a576">v</a>.x), <a class="code" href="a03668.html#NLMISC_1_1CVectorHo2">y</a>(<a class="code" href="a04223.html#a576">v</a>.y), <a class="code" href="a03668.html#NLMISC_1_1CVectorHo3">z</a>(<a class="code" href="a04223.html#a576">v</a>.z), <a class="code" href="a03668.html#NLMISC_1_1CVectorHo0">w</a>(1.0f) {} +</pre></div> </td> + </tr> +</table> +<hr><h2>Member Function Documentation</h2> +<a class="anchor" name="NLMISC_1_1CVectorHa4" doxytag="NLMISC::CVectorH::operator CVector" ></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"> NLMISC::CVectorH::operator <a class="el" href="a03128.html">CVector</a> </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Cast operator to a vector (ignoring w). +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00066">66</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +References <a class="el" href="a05646.html#l00236">x</a>, <a class="el" href="a05646.html#l00236">y</a>, and <a class="el" href="a05646.html#l00236">z</a>. +<p> +<div class="fragment"><pre>00067 { +00068 <span class="keywordflow">return</span> CVector( <a class="code" href="a04223.html#a572">x</a>, <a class="code" href="a04223.html#a573">y</a>, <a class="code" href="a04223.html#a574">z</a> ); +00069 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CVectorHz2071_0" doxytag="NLMISC::CVectorH::operator!=" ></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"> bool NLMISC::CVectorH::operator!= </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03668.html">CVectorH</a> & </td> + <td class="mdname1" valign="top" nowrap> <em>v</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<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="a06681.html#l00078">78</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +References <a class="el" href="a05646.html#l00237">v</a>. +<p> +<div class="fragment"><pre>00079 { +00080 <span class="keywordflow">return</span> !(*<span class="keyword">this</span>==<a class="code" href="a04223.html#a576">v</a>); +00081 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CVectorHz2071_1" doxytag="NLMISC::CVectorH::operator<" ></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"> bool NLMISC::CVectorH::operator< </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03668.html">CVectorH</a> & </td> + <td class="mdname1" valign="top" nowrap> <em>v</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +This operator is here just for map/set insertion (no meaning). comparison order is x,y,z,w. +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00083">83</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +References <a class="el" href="a05646.html#l00237">v</a>, <a class="el" href="a05646.html#l00236">w</a>, <a class="el" href="a05646.html#l00236">x</a>, <a class="el" href="a05646.html#l00236">y</a>, and <a class="el" href="a05646.html#l00236">z</a>. +<p> +<div class="fragment"><pre>00084 { +00085 <span class="keywordflow">if</span>(<a class="code" href="a04223.html#a572">x</a>!=<a class="code" href="a04223.html#a576">v</a>.x) +00086 <span class="keywordflow">return</span> <a class="code" href="a04223.html#a572">x</a><<a class="code" href="a04223.html#a576">v</a>.x; +00087 <span class="keywordflow">if</span>(<a class="code" href="a04223.html#a573">y</a>!=<a class="code" href="a04223.html#a576">v</a>.y) +00088 <span class="keywordflow">return</span> <a class="code" href="a04223.html#a573">y</a><<a class="code" href="a04223.html#a576">v</a>.y; +00089 <span class="keywordflow">if</span>(<a class="code" href="a04223.html#a574">z</a>!=<a class="code" href="a04223.html#a576">v</a>.z) +00090 <span class="keywordflow">return</span> <a class="code" href="a04223.html#a574">z</a><<a class="code" href="a04223.html#a576">v</a>.z; +00091 <span class="keywordflow">return</span> <a class="code" href="a04223.html#a575">w</a><<a class="code" href="a04223.html#a576">v</a>.w; +00092 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CVectorHz2071_2" doxytag="NLMISC::CVectorH::operator==" ></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"> bool NLMISC::CVectorH::operator== </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">const <a class="el" href="a03668.html">CVectorH</a> & </td> + <td class="mdname1" valign="top" nowrap> <em>v</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<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="a06681.html#l00074">74</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +References <a class="el" href="a05646.html#l00237">v</a>, <a class="el" href="a05646.html#l00236">w</a>, <a class="el" href="a05646.html#l00236">x</a>, <a class="el" href="a05646.html#l00236">y</a>, and <a class="el" href="a05646.html#l00236">z</a>. +<p> +<div class="fragment"><pre>00075 { +00076 <span class="keywordflow">return</span> <a class="code" href="a04223.html#a572">x</a>==<a class="code" href="a04223.html#a576">v</a>.x && <a class="code" href="a04223.html#a573">y</a>==<a class="code" href="a04223.html#a576">v</a>.y && <a class="code" href="a04223.html#a574">z</a>==<a class="code" href="a04223.html#a576">v</a>.z && <a class="code" href="a04223.html#a575">w</a>==<a class="code" href="a04223.html#a576">v</a>.w; +00077 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CVectorHa5" doxytag="NLMISC::CVectorH::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 NLMISC::CVectorH::set </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">float </td> + <td class="mdname" nowrap> <em>_x</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap>float </td> + <td class="mdname" nowrap> <em>_y</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap>float </td> + <td class="mdname" nowrap> <em>_z</em>, </td> + </tr> + <tr> + <td class="md" nowrap align="right"></td> + <td></td> + <td class="md" nowrap>float </td> + <td class="mdname" nowrap> <em>_w</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> +Set. +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00060">60</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +References <a class="el" href="a05646.html#l00236">w</a>, <a class="el" href="a05646.html#l00236">x</a>, <a class="el" href="a05646.html#l00236">y</a>, and <a class="el" href="a05646.html#l00236">z</a>. +<p> +Referenced by <a class="el" href="a06061.html#l00075">NL3D::CMRMMeshFinal::CWedge::CWedge()</a>, and <a class="el" href="a06737.html#l00831">NL3D::CWaterModel::setupMaterialNVertexShader()</a>. +<p> +<div class="fragment"><pre>00061 { +00062 <a class="code" href="a04223.html#a572">x</a>=_x; <a class="code" href="a04223.html#a573">y</a>=_y; <a class="code" href="a04223.html#a574">z</a>=_z; <a class="code" href="a04223.html#a575">w</a>=_w; +00063 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Field Documentation</h2> +<a class="anchor" name="NLMISC_1_1CVectorHo0" doxytag="NLMISC::CVectorH::w" ></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="a03668.html#NLMISC_1_1CVectorHo0">NLMISC::CVectorH::w</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Attributes. +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00048">48</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +Referenced by <a class="el" href="a06698.html#l01036">NL3D::CVegetableManager::addInstance()</a>, <a class="el" href="a06055.html#l01709">NL3D::CMRMBuilder::attToColor()</a>, <a class="el" href="a06055.html#l02912">NL3D::CMRMBuilder::buildBlendShapes()</a>, <a class="el" href="a06055.html#l01918">NL3D::CMRMBuilder::buildMeshBuildMrm()</a>, <a class="el" href="a06055.html#l00499">NL3D::CMRMBuilder::collapseEdge()</a>, <a class="el" href="a06055.html#l01685">NL3D::CMRMBuilder::findInsertColorInBaseMesh()</a>, <a class="el" href="a06055.html#l01675">NL3D::CMRMBuilder::findInsertNormalInBaseMesh()</a>, <a class="el" href="a06055.html#l01697">NL3D::CMRMBuilder::findInsertUvwInBaseMesh()</a>, and <a class="el" href="a05972.html#l01290">NLMISC::CMatrix::operator *()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CVectorHo1" doxytag="NLMISC::CVectorH::x" ></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="a03668.html#NLMISC_1_1CVectorHo1">NLMISC::CVectorH::x</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Attributes. +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00048">48</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +Referenced by <a class="el" href="a06055.html#l01709">NL3D::CMRMBuilder::attToColor()</a>, <a class="el" href="a06055.html#l01727">NL3D::CMRMBuilder::attToUvw()</a>, <a class="el" href="a06055.html#l02912">NL3D::CMRMBuilder::buildBlendShapes()</a>, <a class="el" href="a06055.html#l01918">NL3D::CMRMBuilder::buildMeshBuildMrm()</a>, <a class="el" href="a06055.html#l00499">NL3D::CMRMBuilder::collapseEdge()</a>, <a class="el" href="a06055.html#l01685">NL3D::CMRMBuilder::findInsertColorInBaseMesh()</a>, <a class="el" href="a06055.html#l01697">NL3D::CMRMBuilder::findInsertUvwInBaseMesh()</a>, and <a class="el" href="a05972.html#l01290">NLMISC::CMatrix::operator *()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CVectorHo2" doxytag="NLMISC::CVectorH::y" ></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="a03668.html#NLMISC_1_1CVectorHo2">NLMISC::CVectorH::y</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Attributes. +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00048">48</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +Referenced by <a class="el" href="a06055.html#l01709">NL3D::CMRMBuilder::attToColor()</a>, <a class="el" href="a06055.html#l01727">NL3D::CMRMBuilder::attToUvw()</a>, <a class="el" href="a06055.html#l02912">NL3D::CMRMBuilder::buildBlendShapes()</a>, <a class="el" href="a06055.html#l01918">NL3D::CMRMBuilder::buildMeshBuildMrm()</a>, <a class="el" href="a06055.html#l00499">NL3D::CMRMBuilder::collapseEdge()</a>, <a class="el" href="a06055.html#l01685">NL3D::CMRMBuilder::findInsertColorInBaseMesh()</a>, <a class="el" href="a06055.html#l01697">NL3D::CMRMBuilder::findInsertUvwInBaseMesh()</a>, and <a class="el" href="a05972.html#l01290">NLMISC::CMatrix::operator *()</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CVectorHo3" doxytag="NLMISC::CVectorH::z" ></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="a03668.html#NLMISC_1_1CVectorHo3">NLMISC::CVectorH::z</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Attributes. +<p> + +<p> +Definition at line <a class="el" href="a06681.html#l00048">48</a> of file <a class="el" href="a06681.html">vector_h.h</a>. +<p> +Referenced by <a class="el" href="a06055.html#l01709">NL3D::CMRMBuilder::attToColor()</a>, <a class="el" href="a06055.html#l01727">NL3D::CMRMBuilder::attToUvw()</a>, <a class="el" href="a06055.html#l02912">NL3D::CMRMBuilder::buildBlendShapes()</a>, <a class="el" href="a06055.html#l01918">NL3D::CMRMBuilder::buildMeshBuildMrm()</a>, <a class="el" href="a06055.html#l00499">NL3D::CMRMBuilder::collapseEdge()</a>, <a class="el" href="a06055.html#l01685">NL3D::CMRMBuilder::findInsertColorInBaseMesh()</a>, <a class="el" href="a06055.html#l01697">NL3D::CMRMBuilder::findInsertUvwInBaseMesh()</a>, and <a class="el" href="a05972.html#l01290">NLMISC::CMatrix::operator *()</a>. </td> + </tr> +</table> +<hr>The documentation for this class was generated from the following file:<ul> +<li><a class="el" href="a06681.html">vector_h.h</a></ul> +<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 13:42:57 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> |