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      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48<title>nn::math::MTX23</title>
49  </head>
50  <body>
51<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/math/Overview.html">math</a>::MTX23</CODE> Structure</h1>
52<h2>Syntax</h2>
53    <div class="section">
54<pre class="definition">struct MTX23 : public nn::math::MTX23_</pre>
55    </div>
56<h2>Description</h2>
57    <div class="section">
58<p>A 2x3 matrix class.</p><!-- write here --></div>
59    <a name="typedef" id="typedef">
60<h2><CODE>typedef</CODE> Definitions</h2>
61      <div class="section">
62        <table class="members">
63          <tr>
64            <td width="100" />
65            <th>
66<a href="../../../nn/math/MTX23/self_type.html"><CODE>self_type</CODE></a>
67            </th>
68<td>This class's type.</td>
69          </tr>
70          <tr>
71            <td width="100" />
72            <th>
73<a href="../../../nn/math/MTX23/value_type.html"><CODE>value_type</CODE></a>
74            </th>
75<td>The type of this class's elements.</td>
76          </tr> </table>
77      </div>
78    </a> <a name="constant" id="constant">
79<h2>Member Constants</h2>
80      <div class="section">
81        <table class="members">
82          <tr>
83            <td width="100">
84<span class="static_style" title="static">S</span>
85            </td>
86            <th>
87<span class="argument"><a href="../../../nn/math/MTX23/ROW_COUNT.html"><CODE>ROW_COUNT</CODE></a></span>
88            </th>
89<td width="100">const int</td>
90<td>The number of rows.</td>
91          </tr>
92          <tr>
93            <td width="100">
94<span class="static_style" title="static">S</span>
95            </td>
96            <th>
97<span class="argument"><a href="../../../nn/math/MTX23/COLUMN_COUNT.html"><CODE>COLUMN_COUNT</CODE></a></span>
98            </th>
99<td width="100">const int</td>
100<td>The number of columns.</td>
101          </tr> </table>
102      </div>
103    </a> <a name="function" id="function">
104<h2>Member Functions</h2>
105      <div class="section">
106        <table class="members">
107          <tr>
108<th class="category" colspan="3">Creation</th>
109          </tr>
110          <tr>
111            <td width="100">  </td>
112            <th>
113<a href="../../../nn/math/MTX23/MTX23.html"><CODE>MTX23</CODE></a>
114            </th>
115<td>Constructor.</td>
116          </tr>
117          <tr>
118<th class="category" colspan="3">Conversions</th>
119          </tr>
120          <tr>
121            <td width="100">  </td>
122            <th>
123<a href="../../../nn/math/MTX23/operator f32 -2a.html"><CODE>operator f32 *</CODE></a>
124            </th>
125<td>Casts to an <CODE>f32</CODE>-type value.</td>
126          </tr>
127          <tr>
128            <td width="100">  </td>
129            <th>
130<a href="../../../nn/math/MTX23/operator const f32 -2a.html"><CODE>operator const f32 *</CODE></a>
131            </th>
132<td>Casts to an <CODE>f32</CODE>-type value.</td>
133          </tr>
134          <tr>
135            <td width="100">  </td>
136            <th>
137<a href="../../../nn/math/MTX23/GetRow.html"><CODE>GetRow</CODE></a>
138            </th>
139<td>Gets a row as a <CODE><a href="../../../nn/math/VEC2/Overview.html">VEC2</a></CODE>-type value.</td>
140          </tr>
141          <tr>
142            <td width="100">  </td>
143            <th>
144<a href="../../../nn/math/MTX23/GetColumn.html"><CODE>GetColumn</CODE></a>
145            </th>
146<td>Gets a column as a <CODE><a href="../../../nn/math/VEC3/Overview.html">VEC3</a></CODE>-type value.</td>
147          </tr>
148          <tr>
149            <td width="100">  </td>
150            <th>
151<a href="../../../nn/math/MTX23/SetColumn.html"><CODE>SetColumn</CODE></a>
152            </th>
153<td>Sets a column as a <CODE><a href="../../../nn/math/VEC3/Overview.html">VEC3</a></CODE>-type value.</td>
154          </tr>
155          <tr>
156<th class="category" colspan="3">Settings</th>
157          </tr>
158          <tr>
159            <td width="100">  </td>
160            <th>
161<a href="../../../nn/math/MTX23/SetupIdentity.html"><CODE>SetupIdentity</CODE></a>
162            </th>
163<td>Sets as the identity matrix.</td>
164          </tr>
165          <tr>
166            <td width="100">  </td>
167            <th>
168<a href="../../../nn/math/MTX23/SetupScale.html"><CODE>SetupScale</CODE></a>
169            </th>
170<td>Sets up a scaling matrix.</td>
171          </tr>
172          <tr>
173            <td width="100">  </td>
174            <th>
175<a href="../../../nn/math/MTX23/SetupTranslate.html"><CODE>SetupTranslate</CODE></a>
176            </th>
177<td>Sets up a translation matrix.</td>
178          </tr>
179          <tr>
180            <td width="100">  </td>
181            <th>
182<a href="../../../nn/math/MTX23/SetupRotate.html"><CODE>SetupRotate</CODE></a>
183            </th>
184<td>Sets up a rotation matrix in XYZ order.</td>
185          </tr>
186          <tr>
187<th class="category" colspan="3">Comparisons</th>
188          </tr>
189          <tr>
190            <td width="100">  </td>
191            <th>
192<a href="../../../nn/math/MTX23/operator==.html"><CODE>operator==</CODE></a>
193            </th>
194<td>Returns <CODE>true</CODE> if the values are equal.</td>
195          </tr>
196          <tr>
197            <td width="100">  </td>
198            <th>
199<a href="../../../nn/math/MTX23/operator!=.html"><CODE>operator!=</CODE></a>
200            </th>
201<td>Returns <CODE>true</CODE> if the values are not equal.</td>
202          </tr>
203          <tr>
204            <td width="100">  </td>
205            <th>
206<a href="../../../nn/math/MTX23/IsIdentity.html"><CODE>IsIdentity</CODE></a>
207            </th>
208<td>Returns <CODE>true</CODE> if this is an identity matrix.</td>
209          </tr>
210          <tr>
211<th class="category" colspan="3">Other</th>
212          </tr>
213          <tr>
214            <td width="100">
215<span class="static_style" title="static">S</span> </td>
216            <th>
217<a href="../../../nn/math/MTX23/Identity.html"><CODE>Identity</CODE></a>
218            </th>
219<td>The identity matrix.</td>
220          </tr>
221          <tr>
222            <td width="100">  </td>
223            <th>
224<a href="../../../nn/math/MTX23/Report.html"><CODE>Report</CODE></a>
225            </th>
226<td>Outputs the state.</td>
227          </tr> </table>
228      </div>
229    </a>
230<h2>Inheritance Hierarchy</h2>
231    <div class="section">
232<p class="hierarchy"><span>nn::math::MTX23_</span><br />&nbsp;&nbsp;<b>nn::math::MTX23</b>
233      </p>
234    </div>
235<h2>Revision History</h2>
236    <div class="section">
237      <dl class="history">
238        <dt>2010/02/09</dt>
239<dd>Initial version.<br />
240        </dd>
241      </dl>
242    </div>
243  <hr><p>CONFIDENTIAL</p></body>
244</html>
245