#include <nnsys/g3d/util.h>
void
NNS_G3dGetCurrentMtx(
MtxFx43* m,
MtxFx33* n
);
m |
The pointer to a 4x3 matrix. |
| n | The pointer to a 3x3 matrix. |
None.
Gets the current position coordinates matrix and directional vector matrix. If NULL is set in the matrix pointers specified in the arguments, the values are not retrieved. Note: Be careful about the function internally destroying the projection matrix stack.
09/16/2004 Initial version.
CONFIDENTIAL