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::MTX23</title> 49 </head> 50 <body> 51<h1><CODE>nn::math::MTX23</CODE> Structure</h1> 52<h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">struct MTX23 : public nn::math::MTX23_</pre> 55 </div> 56<h2>Description</h2> 57 <div class="section"> 58<p>A 2x3 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/MTX23/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/MTX23/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/MTX23/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/MTX23/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/MTX23/MTX23.html"><CODE>MTX23</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/MTX23/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/MTX23/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/MTX23/GetRow.html"><CODE>GetRow</CODE></a> 136 </th> 137<td>Gets a row as a <CODE><a href="../../../nn/math/VEC2/Overview.html">VEC2</a></CODE>-type value.</td> 138 </tr> 139 <tr> 140 <td width="100"> </td> 141 <th> 142<a href="../../../nn/math/MTX23/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/MTX23/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/MTX23/SetupIdentity.html"><CODE>SetupIdentity</CODE></a> 160 </th> 161<td>Sets as the identity matrix.</td> 162 </tr> 163 <tr> 164 <td width="100"> </td> 165 <th> 166<a href="../../../nn/math/MTX23/SetupScale.html"><CODE>SetupScale</CODE></a> 167 </th> 168<td>Sets as a scaling matrix.</td> 169 </tr> 170 <tr> 171 <td width="100"> </td> 172 <th> 173<a href="../../../nn/math/MTX23/SetupTranslate.html"><CODE>SetupTranslate</CODE></a> 174 </th> 175<td>Sets as a translation matrix.</td> 176 </tr> 177 <tr> 178 <td width="100"> </td> 179 <th> 180<a href="../../../nn/math/MTX23/SetupRotate.html"><CODE>SetupRotate</CODE></a> 181 </th> 182<td>Sets as a rotation matrix in XYZ order.</td> 183 </tr> 184 <tr> 185<th class="category" colspan="3">Comparisons</th> 186 </tr> 187 <tr> 188 <td width="100"> </td> 189 <th> 190<a href="../../../nn/math/MTX23/operator==.html"><CODE>operator==</CODE></a> 191 </th> 192<td>Returns <CODE>true</CODE> if the values are equal.</td> 193 </tr> 194 <tr> 195 <td width="100"> </td> 196 <th> 197<a href="../../../nn/math/MTX23/operator!=.html"><CODE>operator!=</CODE></a> 198 </th> 199<td>Returns <CODE>true</CODE> if the values are not equal.</td> 200 </tr> 201 <tr> 202 <td width="100"> </td> 203 <th> 204<a href="../../../nn/math/MTX23/IsIdentity.html"><CODE>IsIdentity</CODE></a> 205 </th> 206<td>Returns <CODE>true</CODE> if this is an identity matrix.</td> 207 </tr> 208 <tr> 209<th class="category" colspan="3">Other</th> 210 </tr> 211 <tr> 212 <td width="100"> 213<span class="static_style" title="static">S</span> </td> 214 <th> 215<a href="../../../nn/math/MTX23/Identity.html"><CODE>Identity</CODE></a> 216 </th> 217<td>The identity matrix.</td> 218 </tr> 219 <tr> 220 <td width="100"> </td> 221 <th> 222<a href="../../../nn/math/MTX23/Report.html"><CODE>Report</CODE></a> 223 </th> 224<td>Outputs the state.</td> 225 </tr> </table> 226 </div> 227 </a> 228<h2>Inheritance Hierarchy</h2> 229 <div class="section"> 230<p class="hierarchy"><span>nn::math::MTX23_</span><br /> <b>nn::math::MTX23</b> 231 </p> 232 </div> 233<h2>Revision History</h2> 234 <div class="section"> 235 <dl class="history"> 236 <dt>2010/02/09</dt> 237<dd>Initial version.<br /> 238 </dd> 239 </dl> 240 </div> 241 <hr><p>CONFIDENTIAL</p></body> 242</html> 243