#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.
01/19/2004 Initial version