

#include <nitro/gx/g3x.h>
int G3X_GetPositionTestResult(VecFx32 * vec, fx32 * w);
| vec | Pointer to the clip coordinates (x, y, z) |
| w | Pointer to the clip coordinate (w) |
Whether the test has completed (0) or is still execution (not 0).
If the return value is 0, the clip coordinates are in *vec and *w. If the return value is not 0, the test is still executing.
2004/01/19 Initial version.
CONFIDENTIAL