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