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