#include <nitro/gx/g3x.h>
int G3X_GetPositionTestResult(VecFx32 * vec, fx32 * w)
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.
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 executing (not 0).
01/19/2004 Initial Version