1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>MtxFx33</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">MtxFx33 <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1>
15<h2>Definition</h2>
16
17<dl>
18  <dd>
19<PRE><CODE>#include &lt;nitro/fx/fx.h&gt;</CODE>
20
21typedef union
22{
23    struct
24    {
25        fx32 _00, _01, _02;
26        fx32 _10, _11, _12;
27        fx32 _20, _21, _22;
28    };
29    fx32 m[3][3];
30    fx32 a[9];
31}
32MtxFx33;</PRE></dd>
33</dl>
34<H2>Description</H2>
35<P>This 3x3 matrix consists of <CODE><A href="../fx32.html">fx32</A></CODE>-type elements.</P>
36<h2>See Also</h2>
37<P><code><A href="MtxFx22.html">MtxFx22</A>, <A href="MtxFx43.html">MtxFx43</A>, <A href="MtxFx44.html">MtxFx44</A></code></P>
38<H2>Revision History</H2>
39<P>2004/01/19 Initial version.</P>
40<hr><p>CONFIDENTIAL</p></body>
41</html>
42