

#include <nitro/fx/fx_mtx33.h>
void MTX_RotX33(MtxFx33 * pDst, fx32 sinVal, fx32 cosVal);
| pDst | Pointer to a 3x3 matrix. |
sinVal |
Sine of the angle of rotation |
cosVal |
Cosine of the angle of rotation |
None.
*This function sets the matrix for rotation about the x-axis in *pDst.
MTX_RotY33, MTX_RotZ33, MtxFx33, fx32
2004/01/19 Initial version.
CONFIDENTIAL