G3X_GetClipMtx


C Specification

#include <nitro/gx/g3x.h>

s32 G3X_GetClipMtx(MtxFx44 * m)

Description

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.

Arguments

m Pointer to matrix in which the results have been substituted

Return Values

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.

Revision History

01/19/2004 Initial Version