#include <nitro/fx/fx_mtx43.h>
void MTX_RotX43(MtxFx43 * pDst, fx32 sinVal, fx32 cosVal);
This function sets the matrix for rotation about the x-axis in *pDst.
pDst |
Pointer to a 4x3 matrix |
sinVal |
Sine of the angle of rotation |
cosVal |
Cosine of the angle of rotation |
None.
MTX_RotY43, MTX_RotZ43, MtxFx43, fx32
10/19/2004 Corrected #include statement and a link.
01/19/2004 Initial version.