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 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>nn::math::MTX33</title> 49 </head> 50 <body> 51<h1><CODE>nn::math::MTX33</CODE> Structure</h1> 52<h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">struct MTX33 : public nn::math::MTX33_</pre> 55 </div> 56<h2>Description</h2> 57 <div class="section"> 58<p>A 3x3 matrix class.</p><!-- write here --></div> 59 <a name="typedef" id="typedef"> 60<h2><CODE>typedef</CODE> Definitions</h2> 61 <div class="section"> 62 <table class="members"> 63 <tr> 64 <td width="100" /> 65 <th> 66<a href="../../../nn/math/MTX33/self_type.html"><CODE>self_type</CODE></a> 67 </th> 68<td>This class's type.</td> 69 </tr> 70 <tr> 71 <td width="100" /> 72 <th> 73<a href="../../../nn/math/MTX33/value_type.html"><CODE>value_type</CODE></a> 74 </th> 75<td>The type of this class's elements.</td> 76 </tr> </table> 77 </div> 78 </a> <a name="constant" id="constant"> 79<h2>Member Constants</h2> 80 <div class="section"> 81 <table class="members"> 82 <tr> 83 <td width="100"> 84<span class="static_style" title="static">S</span> 85 </td> 86 <th> 87<span class="argument"><a href="../../../nn/math/MTX33/ROW_COUNT.html"><CODE>ROW_COUNT</CODE></a></span> 88 </th> 89<td>The number of rows.</td> 90 </tr> 91 <tr> 92 <td width="100"> 93<span class="static_style" title="static">S</span> 94 </td> 95 <th> 96<span class="argument"><a href="../../../nn/math/MTX33/COLUMN_COUNT.html"><CODE>COLUMN_COUNT</CODE></a></span> 97 </th> 98<td>The number of columns.</td> 99 </tr> </table> 100 </div> 101 </a> <a name="function" id="function"> 102<h2>Member Functions</h2> 103 <div class="section"> 104 <table class="members"> 105 <tr> 106<th class="category" colspan="3">Creation</th> 107 </tr> 108 <tr> 109 <td width="100"> </td> 110 <th> 111<a href="../../../nn/math/MTX33/MTX33.html"><CODE>MTX33</CODE></a> 112 </th> 113<td>Constructor.</td> 114 </tr> 115 <tr> 116<th class="category" colspan="3">Conversions</th> 117 </tr> 118 <tr> 119 <td width="100"> </td> 120 <th> 121<a href="../../../nn/math/MTX33/operator f32 -2a.html"><CODE>operator f32 *</CODE></a> 122 </th> 123<td>Casts to an <CODE>f32</CODE>-type value.</td> 124 </tr> 125 <tr> 126 <td width="100"> </td> 127 <th> 128<a href="../../../nn/math/MTX33/operator const f32 -2a.html"><CODE>operator const f32 *</CODE></a> 129 </th> 130<td>Casts to an <CODE>f32</CODE>-type value.</td> 131 </tr> 132 <tr> 133 <td width="100"> </td> 134 <th> 135<a href="../../../nn/math/MTX33/GetRow.html"><CODE>GetRow</CODE></a> 136 </th> 137<td>Gets a row as a <CODE><a href="../../../nn/math/VEC3/Overview.html">VEC3</a></CODE>-type value.</td> 138 </tr> 139 <tr> 140 <td width="100"> </td> 141 <th> 142<a href="../../../nn/math/MTX33/GetColumn.html"><CODE>GetColumn</CODE></a> 143 </th> 144<td>Gets a column as a <CODE><a href="../../../nn/math/VEC3/Overview.html">VEC3</a></CODE>-type value.</td> 145 </tr> 146 <tr> 147 <td width="100"> </td> 148 <th> 149<a href="../../../nn/math/MTX33/SetColumn.html"><CODE>SetColumn</CODE></a> 150 </th> 151<td>Sets a column as a <CODE><a href="../../../nn/math/VEC3/Overview.html">VEC3</a></CODE>-type value.</td> 152 </tr> 153 <tr> 154<th class="category" colspan="3">Settings</th> 155 </tr> 156 <tr> 157 <td width="100"> </td> 158 <th> 159<a href="../../../nn/math/MTX33/SetupIdentity.html"><CODE>SetupIdentity</CODE></a> 160 </th> 161<td>Sets as the identity matrix.</td> 162 </tr> 163 <tr> 164<th class="category" colspan="3">Comparisons</th> 165 </tr> 166 <tr> 167 <td width="100"> </td> 168 <th> 169<a href="../../../nn/math/MTX33/operator==.html"><CODE>operator==</CODE></a> 170 </th> 171<td>Returns <CODE>true</CODE> if the values are equal.</td> 172 </tr> 173 <tr> 174 <td width="100"> </td> 175 <th> 176<a href="../../../nn/math/MTX33/operator!=.html"><CODE>operator!=</CODE></a> 177 </th> 178<td>Returns <CODE>true</CODE> if the values are not equal.</td> 179 </tr> 180 <tr> 181 <td width="100"> </td> 182 <th> 183<a href="../../../nn/math/MTX33/IsIdentity.html"><CODE>IsIdentity</CODE></a> 184 </th> 185<td>Returns <CODE>true</CODE> if this is an identity matrix.</td> 186 </tr> 187 <tr> 188<th class="category" colspan="3">Other</th> 189 </tr> 190 <tr> 191 <td width="100"> 192<span class="static_style" title="static">S</span> </td> 193 <th> 194<a href="../../../nn/math/MTX33/Identity.html"><CODE>Identity</CODE></a> 195 </th> 196<td>The identity matrix.</td> 197 </tr> 198 <tr> 199 <td width="100"> </td> 200 <th> 201<a href="../../../nn/math/MTX33/Report.html"><CODE>Report</CODE></a> 202 </th> 203<td>Outputs the state.</td> 204 </tr> </table> 205 </div> 206 </a> 207<h2>Inheritance Hierarchy</h2> 208 <div class="section"> 209<p class="hierarchy"><span>nn::math::MTX33_</span><br /> <b>nn::math::MTX33</b> 210 </p> 211 </div> 212<h2>Revision History</h2> 213 <div class="section"> 214 <dl class="history"> 215 <dt>2010/01/29</dt> 216<dd>Initial version.<br /> 217 </dd> 218 </dl> 219 </div> 220 <hr><p>CONFIDENTIAL</p></body> 221</html> 222