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>G3_VtxXY</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">G3*_VtxXY <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_VtxXY(fx16 x, fx16 y);
24
25// Below are APIs for creating the display list (command list)<BR>void G3B_VtxXY(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y);<BR>void G3C_VtxXY(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y);<BR>void G3BS_VtxXY(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y);<BR>void G3CS_VtxXY(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y);</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 x-coordinate</td>
37  </tr>
38  <tr>
39    <td width="13%"><em><strong><font face="Courier New">y</font></strong></em></td>
40    <td width="87%">Vertex y-coordinate</td>
41  </tr>
42  </table>
43<h2>Return Values</h2>
44<p>None.</p>
45<H2>Description</H2>
46<P>This function sets the x- and y-coordinates for the vertex. The last-set data is used for the z-coordinate. Each parameter is a signed fixed-point number (sign + 3-bit integer + 12-bit decimal) packed into 1 words.</P>
47<h2>See Also</h2>
48<P><CODE><A href="G3_Vtx.html">G3*_Vtx</A>, <A href="G3_Vtx10.html">G3*_Vtx10</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>
49<H2>Revision History</H2>
50<P>2004/01/19 Initial version.</P>
51<hr><p>CONFIDENTIAL</p></body>
52</html>
53