G3_RotZ


C Specification

#include <nitro/gx/g3_util.h>

void G3_RotZ( 
    fx32    s, 
    fx32    c );

Description

This function premultiplies the current matrix with the rotation matrix for the z-axis. If the current matrix is C, then the new matrix, Cnew is in the format shown below.

Arguments

s Sine of the angle of rotation
c Cosine of the angle of rotation

Return Values

None

See Also

G3_RotX, G3_RotY

Revision History

01/19/2004 Initial Version