1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49        --></style>
50    <title>nw::gfx::LookAtTargetViewUpdater</title>
51  </head>
52  <body>
53    <h1><CODE>nw::gfx::LookAtTargetViewUpdater</CODE> Class</h1>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class LookAtTargetViewUpdater : public <a href="../../../nw/gfx/CameraViewUpdater/Overview.html">nw::gfx::CameraViewUpdater</a></pre>
57    </div>
58    <h2>Description</h2>
59    <div class="section">
60      <p>Class that updates the view matrix using the upward vector and the coordinates of the camera target.</p>
61    </div>
62    <a name="constant" id="constant">
63      <h2>Member Constants</h2>
64      <div class="section">
65        <table class="members">
66          <tr>
67            <td width="100">
68              <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span>
69            </td>
70            <th>
71              <span class="argument"><a href="../../../nw/gfx/CameraViewUpdater/VIEW_TARGET_POSITION.html"><CODE>VIEW_TARGET_POSITION</CODE></a></span>
72            </th>
73            <td>The default value for the camera target.(Inherited from <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</td>
74          </tr>
75          <tr>
76            <td width="100">
77              <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span>
78            </td>
79            <th>
80              <span class="argument"><a href="../../../nw/gfx/CameraViewUpdater/VIEW_UPWARD_VECTOR.html"><CODE>VIEW_UPWARD_VECTOR</CODE></a></span>
81            </th>
82            <td>The default value for the camera upward vector.(Inherited from <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</td>
83          </tr>
84          <tr>
85            <td width="100">
86              <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span>
87            </td>
88            <th>
89              <span class="argument"><a href="../../../nw/gfx/CameraViewUpdater/VIEW_VIEW_ROTATE.html"><CODE>VIEW_VIEW_ROTATE</CODE></a></span>
90            </th>
91            <td>The default value for camera rotation.(Inherited from <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</td>
92          </tr>
93          <tr>
94            <td width="100">
95              <span class="protected_style" title="protected">protected</span> <span class="static_style" title="static">S</span>
96            </td>
97            <th>
98              <span class="argument"><a href="../../../nw/gfx/CameraViewUpdater/VIEW_TWIST.html"><CODE>VIEW_TWIST</CODE></a></span>
99            </th>
100            <td>The default value for the camera twist.(Inherited from <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</td>
101          </tr> </table>
102      </div>
103    </a> <a name="variable" id="variable">
104      <h2>Member Variables</h2>
105      <div class="section">
106        <table class="members">
107          <tr>
108            <td width="100"> </td>
109            <th>
110              <span class="argument"><CODE>NW_UT_RUNTIME_TYPEINFO</CODE></span>
111            </th>
112            <td>
113        </td>
114          </tr> </table>
115      </div>
116    </a> <a name="function" id="function">
117      <h2>Member Functions</h2>
118      <div class="section">
119        <table class="members">
120          <tr>
121            <th class="category" colspan="3">Constructors and Destructors</th>
122          </tr>
123          <tr>
124            <td width="100">  </td>
125            <th>
126              <a href="../../../nw/gfx/LookAtTargetViewUpdater/LookAtTargetViewUpdater.html">LookAtTargetViewUpdater</a>
127            </th>
128            <td>Constructor.</td>
129          </tr>
130          <tr>
131            <td width="100"> <span class="virtual_style" title="virtual">V</span>
132            </td>
133            <th>
134              <a href="../../../nw/gfx/LookAtTargetViewUpdater/~LookAtTargetViewUpdater.html"><CODE>~LookAtTargetViewUpdater</CODE></a>
135            </th>
136            <td>Destructor.</td>
137          </tr>
138          <tr>
139            <th class="category" colspan="3">Create/Destroy</th>
140          </tr>
141          <tr>
142            <td width="100">
143              <span class="static_style" title="static">S</span> </td>
144            <th>
145              <a href="../../../nw/gfx/LookAtTargetViewUpdater/Create.html">Create</a>
146            </th>
147            <td>Creates a view matrix updater.</td>
148          </tr>
149          <tr>
150            <td width="100">  </td>
151            <th>
152              <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a>
153            </th>
154            <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</td>
155          </tr>
156          <tr>
157            <th class="category" colspan="3">View matrix.</th>
158          </tr>
159          <tr>
160            <td width="100"> <span class="virtual_style" title="virtual">V</span>
161            </td>
162            <th>
163              <a href="../../../nw/gfx/LookAtTargetViewUpdater/Update.html">Update</a>
164            </th>
165            <td>Updates the view matrix.</td>
166          </tr>
167          <tr>
168            <th class="category" colspan="3">Resources</th>
169          </tr>
170          <tr>
171            <td width="100"> <span class="virtual_style" title="virtual">V</span>
172            </td>
173            <th>
174              <a href="../../../nw/gfx/LookAtTargetViewUpdater/GetResource.html">GetResource</a>
175            </th>
176            <td>Gets the view updater resource.</td>
177          </tr>
178          <tr>
179            <th class="category" colspan="3">Other</th>
180          </tr>
181          <tr>
182            <td width="100">  </td>
183            <th>
184              <a href="../../../nw/gfx/CameraViewUpdater/IsDynamic.html"><CODE>IsDynamic</CODE></a>
185            </th>
186            <td>Gets a flag indicating whether an updater was generated dynamically.(Inherited from <a href="../../../nw/gfx/CameraViewUpdater/Overview.html"><CODE>CameraViewUpdater</CODE></a>.</td>
187          </tr> </table>
188      </div>
189    </a>
190    <h2>Class Hierarchy</h2>
191    <div class="section">
192      <p class="hierarchy"><a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a><br />  <a href="../../../nw/gfx/CameraViewUpdater/Overview.html">nw::gfx::CameraViewUpdater</a><br />    <b>nw::gfx::LookAtTargetViewUpdater</b>
193      </p>
194    </div>
195  <hr><p>CONFIDENTIAL</p></body>
196</html>