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_Vtx10</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">G3*_Vtx10 <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> 20#include <nitro/g3imm.h> 21#include <nitro/g3b.h> 22#include <nitro/g3c.h> 23 24void G3_Vtx10(fx16 x, fx16 y, fx16 z); 25 26// Below are APIs for creating the display list (command list)<BR>void G3B_Vtx10(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y, fx16 z);<BR>void G3C_Vtx10(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y, fx16 z);<BR>void G3BS_Vtx10(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y, fx16 z);<BR>void G3CS_Vtx10(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, fx16 x, fx16 y, fx16 z);</CODE></PRE> 27 </dd> 28</dl><h2>Arguments</h2><table border="1" width="100%"><tr><td width="13%"><em><strong><font face="Courier New">info</font></strong></em></td><td width="87%">Command List Information.</td></tr><tr><td width="13%"><em><strong><font face="Courier New">x</font></strong></em></td><td width="87%">Vertex coordinate: X</td></tr> 29 <TR> 30 <TD><em><strong><font face="Courier New">y</font></strong></em></TD> 31 <TD>Vertex coordinate: Y</TD> 32 </TR> 33 <TR> 34 <TD><em><strong><font face="Courier New">z</font></strong></em></TD> 35 <TD>Vertex coordinate: Z</TD> 36 </TR> 37 </table><h2>Return Values</h2><p>None.</p><H2>Description</H2><P>This function sets vertex coordinates. Each parameter is a signed fixed-point number that is converted into a concatenation of the sign, the 3-bit integer, and the 6-bit decimal and packed into one word.</P><h2>See Also</h2><p><CODE><A href="G3_Vtx.html">G3*_Vtx</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><BR></CODE></p> 38<H2>Revision History</H2> 39<P>2006/09/26 Corrected description.<BR>2004/01/19 Initial version.</P><hr><p>CONFIDENTIAL</p></body></html> 40