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<title>MTX33</title>
8  </head>
9  <body>
10<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/math/Overview.html">math</a>::<a href="../../../nn/math/MTX33/Overview.html">MTX33</a>::MTX33</CODE> Constructor</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14MTX33();
15explicit MTX33(
16     const f32 * p
17);
18explicit MTX33(
19     const <a href="../../../nn/math/MTX34/Overview.html">MTX34</a> & rhs
20);
21MTX33(
22     f32 x00,
23     f32 x01,
24     f32 x02,
25     f32 x10,
26     f32 x11,
27     f32 x12,
28     f32 x20,
29     f32 x21,
30     f32 x22
31);
32</pre>
33    </div>
34<h2>List of Overloaded Member Functions</h2>
35    <div class="section">
36      <table class="members">
37        <tr>
38          <td>
39<a href="./MTX33(0).html"><CODE>MTX33( )</CODE> </a>
40          </td>
41<td>Constructor.</td>
42        </tr>
43        <tr>
44          <td>
45<a href="./MTX33(1).html"><CODE>MTX33(const f32 *)</CODE> </a>
46          </td>
47<td>Constructor.</td>
48        </tr>
49        <tr>
50          <td>
51<a href="./MTX33(2).html"><CODE>MTX33(const MTX34 &)</CODE> </a>
52          </td>
53<td>Constructor.</td>
54        </tr>
55        <tr>
56          <td>
57<a href="./MTX33(3).html"><CODE>MTX33(f32, f32, f32, f32, f32, f32, f32, f32, f32)</CODE> </a>
58          </td>
59<td>Constructor.</td>
60        </tr> </table>
61    </div>
62<h2>Description of <CODE>MTX33( )</CODE></h2>
63    <div class="section">
64<p>Constructor.</p>
65    </div>
66<h2>Description of <CODE>MTX33(const f32 *)</CODE></h2>
67    <div class="section">
68<p>Constructor.</p>
69    </div>
70<h2>Description of <CODE>MTX33(const MTX34 &)</CODE></h2>
71    <div class="section">
72<p>Constructor.</p>
73    </div>
74<h2>Description of <CODE>MTX33(f32, f32, f32, f32, f32, f32, f32, f32, f32)</CODE></h2>
75    <div class="section">
76<p>Constructor.</p>
77    </div>
78  <hr><p>CONFIDENTIAL</p></body>
79</html>
80