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