G3_RotY

C Specification

#include <nitro/gx/g3_util.h>

void G3_RotY(fx32 s, fx32 c);

Arguments

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

Return Values

None.

Description

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

See Also

G3_RotX, G3_RotZ

Revision History

01/19/2004 Initial version