#include <nitro/gx/g3x.h>
int G3X_GetVectorMtx(MtxFx33 * 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 direction vector matrix has been copied into *
m
. If the return value is not 0, the data cannot be obtained because the geometry engine is busy.
01/19/2004 Initial version