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>G3_Vtx</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">G3*_Vtx <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
15<H2>Syntax</H2>
16
17<dl>
18  <dd>
19<PRE><CODE>#include &lt;nitro/gx/g3imm.h&gt;
20#include &lt;nitro/gx/g3b.h&gt;
21#include &lt;nitro/gx/g3c.h&gt;
22
23void G3_Vtx(fx16 x, fx16 y, fx16 z);
24
25// Below are APIs for creating the display list (command list)<BR>void G3B_Vtx(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y, fx16 z);<BR>void G3C_Vtx(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y, fx16 z);<BR>void G3BS_Vtx(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y, fx16 z);<BR>void G3CS_Vtx(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y, fx16 z);</CODE></PRE>
26  </dd>
27</dl><h2>Arguments</h2>
28
29<table border="1" width="100%">
30  <tr>
31    <td width="13%"><em><strong><font face="Courier New">info</font></strong></em></td>
32    <td width="87%">Command List Information.</td>
33  </tr>
34  <tr>
35    <td width="13%"><em><strong><font face="Courier New">x</font></strong></em></td>
36    <td width="87%">Vertex coordinate: X</td>
37  </tr>
38    <TR>
39      <TD><em><strong><font face="Courier New">y</font></strong></em></TD>
40      <TD>Vertex coordinate: Y</TD>
41    </TR>
42    <TR>
43      <TD><em><strong><font face="Courier New">z</font></strong></em></TD>
44      <TD>Vertex coordinate: Z</TD>
45    </TR>
46  </table>
47<h2>Return Values</h2>
48<p>None.</p>
49<H2>Description</H2>
50<P>This function sets vertex coordinates. Each parameter is a signed fixed-point number (sign + 3-bit integer + 12-bit decimal) packed into 2 words.</P>
51<h2>See Also</h2>
52<p><CODE><A href="G3_Vtx10.html">G3*_Vtx10</A>, <A href="G3_VtxXY.html">G3*_VtxXY</A>, <A href="G3_VtxXZ.html">G3*_VtxXZ</A>, <A href="G3_VtxYZ.html">G3*_VtxYZ</A>, <A href="G3_VtxDiff.html">G3*_VtxDiff</A></CODE></p>
53<H2>Revision History</H2>
54<P>2004/01/19 Initial version.</P>
55<hr><p>CONFIDENTIAL</p></body>
56</html>
57