G3X_GetPositionTestResult

C Specification

#include <nitro/gx/g3x.h>

int G3X_GetPositionTestResult(VecFx32 * vec, fx32 * w);

Arguments

vec Pointer to the clip coordinates (x, y, z)
w Pointer to the clip coordinate (w)

Return Values

Whether the test has completed (0) or is still execution (not 0).

Description

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.

See Also

G3_PositionTest

Revision History

01/19/2004 Initial version