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 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>GXBoxTestParam</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">GXBoxTestParam <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<CODE>#include &lt;nitro/gx/g3.h&gt;</CODE><BR>
20  <PRE><CODE>typedef union
21{
22    u32 val[3];
23    struct
24    {
25        fx16 x;
26        fx16 y;
27        fx16 z;
28        fx16 width;
29        fx16 height;
30        fx16 depth;
31    };
32}
33GXBoxTestParam;</CODE></PRE>
34  </dd>
35
36</dl><h2>Elements</h2>
37<TABLE border="1" width="100%">
38  <TBODY>
39    <TR>
40      <TD width="200"><em><strong><font face="Courier New">x</font></strong></em></TD>
41      <TD width="800">X coordinate of standard vertex</TD>
42    </TR>
43    <TR>
44      <TD width="200"><em><strong><font face="Courier New">y</font></strong></em></TD>
45      <TD width="800">Y coordinate of standard vertex</TD>
46    </TR>
47    <TR>
48      <TD width="200"><em><strong><font face="Courier New">z</font></strong></em></TD>
49      <TD width="800">Z coordinate of standard vertex</TD>
50    </TR>
51    <TR>
52      <TD width="200"><em><strong><font face="Courier New">width</font></strong></em></TD>
53      <TD width="800">Width of cuboid being tested</TD>
54    </TR>
55    <TR>
56      <TD><em><strong><font face="Courier New">height</font></strong></em></TD>
57      <TD>Height of cuboid being tested</TD>
58    </TR>
59    <TR>
60      <TD><em><strong><font face="Courier New">depth</font></strong></em></TD>
61      <TD>Depth of cuboid being tested</TD>
62    </TR>
63  </TBODY>
64</TABLE>
65
66<H2>Description</H2>
67<P>This structure is used as the arguments for <code>G3_BoxTest</code>.</P>
68
69<H2>Revision History</H2>
70<P>2004/11/04 Initial version.
71</P>
72<hr><p>CONFIDENTIAL</p></body>
73</html>
74