#include <nnsys/g3d/glbstate.h>
const MtxFx43* NNS_G3dGlbGetSrtCameraMtx( void );
const MtxFx43* NNS_G3dGlbGetWV(void);
None.
Returns the pointer to the matrix multiplied by the BaseSRT matrix in the camera matrix.
This function gets the pointer to the matrix multiplied by the BaseSRT matrix in the camera matrix that is set to the global state kept in the G3D library. When the matrix was not calculated by multiplying with the BaseSRT matrix, the matrix is requested and then the pointer to the matrix is returned. At this time, the inverse matrix that is returned by the NNS_G3dGlbGetInvWV function function is also calculated.
10/13/2004 Removed NNS_G3dGlbGetSrtCameraMtx from the title but left it in the C Specification section.
08/02/2004 Initial version.
CONFIDENTIAL