NNS_G2dRotZ

C Specification

#include <nnsys/g2d/g2d_Renderer.h>
void NNS_G2dRotZ( fx32 sin, fx32 cos );

Arguments

sin [IN] Z-axis rotation sine value
cos [IN] Z-axis rotation cosine value

Return Values

None.

Description

Multiplies the renderer's current internal matrix stack by the Z-axis rotation matrix.

See Also

NNS_G2dTranslate
NNS_G2dScale

Revision History

05/28/2004 Initial version.