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