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