#include <nnsys/g3d/glbstate.h>
MtxFx43* NNS_G3dGlbGetInvCameraMtx(void);
MtxFx43* NNS_G3dGlbGetInvV(void);
None.
Returns a pointer to the inverse matrix of the camera matrix.
Returns the pointer to the inverse matrix of the camera matrix. The camera matrix is set in the global state held in the G3D library. If the inverse matrix of the camera matrix has not been calculated, this function finds the inverse matrix and returns a pointer to it.
2004/10/13 Left NNS_G3dGlbGetInvCameraMtx
in the Syntax section only.
2004/08/02 Initial version.
CONFIDENTIAL