NNS_G3dGetPosMtxFromStack

C Specification

#include <nnsys/g3d/util.h>
void
NNS_G3dGetPosMtxFromStack(
MtxFx43* m,
u32 from,
u32         num
);

Arguments

m   Pointer to the buffer that stores the extracted matrix
from Position of the matrix buffer
num Number of matrices to extract

Return Values

None.

Description

Extracts a number of clip coordinate matrices (num) from the position in the matrix stack designated by from to the buffer designated by m.

See Also

NNS_G3dGetCurrentMtx

Revision History

08/02/2004 Initial version.