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>G3X_GetPositionTestResult</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">G3X_GetPositionTestResult <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 <nitro/gx/g3x.h> 20 21int G3X_GetPositionTestResult(VecFx32 * vec, fx32 * w);</CODE></PRE> 22 </dd> 23</dl><h2>Arguments</h2> 24<TABLE border="1" width="100%"> 25 <TBODY> 26 <TR> 27 <TD width="187"><em><strong><font face="Courier New">vec</font></strong></em></TD> 28 <TD width="434">Pointer to the clip coordinates <code>(x, y, z)</code></TD> 29 </TR> 30 <TR> 31 <TD><em><strong><font face="Courier New">w</font></strong></em></TD> 32 <TD>Pointer to the clip coordinate <code>(w)</code></TD> 33 </TR> 34 </TBODY> 35</TABLE> 36<h2>Return Values</h2> 37<p>Whether the test has completed (0) or is still execution (not 0).</p> 38<H2>Description</H2> 39<P>If the return value is 0, the clip coordinates are in <code>*</code><em><strong><code>vec</code></strong></em> and <code>*</code><em><strong><code>w</code></strong></em>. If the return value is not 0, the test is still executing.</P> 40<h2>See Also</h2> 41<P><A href="G3_PositionTest.html">G3_PositionTest</A></P> 42<H2>Revision History</H2> 43<P>2004/01/19 Initial version.</P> 44<hr><p>CONFIDENTIAL</p></body> 45</html> 46