NNS_G3dGlbGetInvV

C Specification

#include <nnsys/g3d/glbstate.h>
MtxFx43* NNS_G3dGlbGetInvCameraMtx(void);
MtxFx43* NNS_G3dGlbGetInvV(void);

Arguments

None.

Return Values

Returns the pointer to the inverse matrix in the camera matrix.

Description

This function gets the pointer to the inverse matrix in the camera matrix that is set to the global state kept in the G3D library. If the inverse matrix in the camera matrix has not been calculated, this function searches for the inverse and returns a pointer to that inverse matrix.

See Also

NNS_G3dGlbGetCameraMtx

Revision History

10/13/2004 Left NNS_G3dGlbGetInvCameraMtx in the Syntax section only.
08/02/2004 Initial version.