#include <nitro/gx/g3x.h> s32 G3X_GetClipMtx(MtxFx44 * m);
m |
Pointer to matrix in which the results have been substituted |
Returns a value of "0" to indicate that the data acquisition is complete; returns a non-zero value to indicate that the geometry engine is busy.
If the return value is 0, the current clip coordinate matrix has been substituted in *
m
. If the return value is not 0, the data cannot be obtain because the geometry engine is busy.
01/19/2004 Initial version