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