#include <nnsys/g3d/util.h>
void
NNS_G3dGetPosMtxFromStack(
MtxFx43* m,
u32 from,
u32 num
);
m |
Pointer to the buffer that stores the extracted matrix |
| from | Position of the matrix buffer |
| num | Number of matrices to extract |
None.
Extracts a number of clip coordinate matrices (num) from the position in the matrix stack designated by from to the buffer designated by m.
08/02/2004 Initial version.