NNS_G3dGetCurrentMtx

Syntax

#include <nnsys/g3d/util.h>
void
NNS_G3dGetCurrentMtx(
    MtxFx43* m,
    MtxFx33* n
);

Arguments

m The pointer to a 4x3 matrix.
n The pointer to a 3x3 matrix.

Return Values

None.

Description

Gets the current position coordinates matrix and directional vector matrix. If NULL is set in the matrix pointers specified in the arguments, the values are not retrieved.
Note: Be careful about the function internally destroying the projection matrix stack.

See Also

NNS_G3dGetResultMtx

Revision History

2004/09/16 Initial version.


CONFIDENTIAL