NNS_G3dGlbGetInvWV

C Specification

#include <nnsys/g3d/glbstate.h>
const MtxFx43* NNS_G3dGlbGetInvSrtCameraMtx( void );
const MtxFx43* NNS_G3dGlbGetInvWV(void);

Arguments

None.

Return Values

Returns the pointer to the inverse matrix of the matrix multiplied by the BaseSRT matrix in the camera matrix.

Description

This function gets the pointer to the inverse matrix of the matrix multiplied by the BaseSRT matrix in the camera matrix that is set to the global state kept in the G3D library. If the matrix multiplied by the BaseSRT matrix has not been calculated, this function requests the matrix and its inverse and returns a pointer to that inverse matrix.

See Also

NNS_G3dGlbGetWV

Revision History

10/13/2004 Removed NNS_G3dGlbGetInvSrtCameraMtx from the title but left it in the C Specification section.
08/02/2004 Initial version.