NNS_G2dTranslate

C Specification

#include <nnsys/g2d/g2d_Renderer.h>
void NNS_G2dTranslate(fx32 x, fx32 y, fx32 z );

Arguments

x [IN] X-translation
y [IN] Y-translation
z [IN] Z-translation

Return Values

None.

Description

Multiplies the translation matrix by the renderer's current internal matrix stack.

See Also

NNS_G2dRotZ, NNS_G2dScale, NNS_G2dSetTrans

Revision History

11/10/2004 Added link to NNS_G2dSetTrans.
05/28/2004 Initial version.