#include <nnsys/g2d/g2d_Renderer.h>
void NNS_G2dTranslate(fx32 x, fx32 y, fx32 z );
| x | [IN] X-translation |
| y | [IN] Y-translation |
| z | [IN] Z-translation |
None.
Multiplies the translation matrix by the renderer's current internal matrix stack.
NNS_G2dRotZ, NNS_G2dScale, NNS_G2dSetTrans
11/10/2004 Added link to NNS_G2dSetTrans.
05/28/2004 Initial version.
CONFIDENTIAL