G3X_GetVectorTestResult

C Specification

#include <nitro/gx/g3x.h>

int G3X_GetVectorTestResult(VecFx16 * vec);

Arguments

vec Pointer to the vector substituting for the test result vector

Return Values

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

Description

If the return value is 0, the vector resulting from the coordinate transformation with the current direction vector is stored. If the return value is not 0, the test is still executing.

See Also

G3_VectorTest

Revision History

01/19/2004 Initial version.