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>MtxFx22</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">MtxFx22 <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;
26        fx32 _10, _11;
27    };
28    fx32 m[2][2];
29    fx32 a[4];
30}
31MtxFx22;</PRE></dd>
32</dl>
33<H2>Description</H2>
34<P>This 2x2 matrix consists of <CODE><A href="../fx32.html">fx32</A></CODE>-type elements.</P>
35<h2>See Also</h2>
36<P><code><A href="MtxFx33.html">MtxFx33</A>, <A href="MtxFx43.html">MtxFx43</A>, <A href="MtxFx44.html">MtxFx44</A></code></P>
37<H2>Revision History</H2>
38<P>2004/01/19 Initial version.</P>
39<hr><p>CONFIDENTIAL</p></body>
40</html>
41