MTX_Rot22


C Specification

#include <nitro/fx/fx_mtx22.h>

void MTX_RotX22(MtxFx22 * pDst, fx32 sinVal, fx32 cosVal);

Description

This function sets a rotation matrix in *pDst.

Arguments

pDst Pointer to a 2x2 matrix
sinVal Sine of the angle of rotation
cosVal Cosine of the angle of rotation

Return Values

None

See Also

MtxFx22, fx32

Revision History

10/19/2004 Corrected #include statement.
04/15/2004 Initial version.