#include <nitro/fx/fx_mtx44.h>
void MTX_RotY44(MtxFx44 * pDst, fx32 sinVal, fx32 cosVal);
This function sets the matrix for rotation about the y-axis in *pDst.
pDst |
Pointer to a 4x4 matrix |
sinVal |
Sine of the angle of rotation |
cosVal |
Cosine of the angle of rotation |
None.
MTX_RotX44, MTX_RotZ44, MtxFx44, fx32
10/19/2004 Corrected #include statement.
01/19/2004 Initial version.