MTX_RotZ33

Syntax

#include <nitro/fx/fx_mtx33.h>

void MTX_RotZ33(MtxFx33 * pDst, fx32 sinVal, fx32 cosVal);

Arguments

pDst Pointer to a 3x3 matrix.
sinVal   Sine of the angle of rotation
cosVal   Cosine of the angle of rotation

Return Values

None.

Description

*This function sets the matrix for rotation about the z-axis in **pDst.

See Also

MTX_RotX33, MTX_RotY33, MtxFx33, fx32

Revision History

2004/01/19 Initial version.


CONFIDENTIAL