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