NNS_G3dGlbGetInvV

Syntax

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

Arguments

None.

Return Values

Returns a pointer to the inverse matrix of the camera matrix.

Description

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.

See Also

NNS_G3dGlbGetCameraMtx

Revision History

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


CONFIDENTIAL