

#include <nitro/fx/fx_mtx44.h>
void MTX_RotAxis44(
MtxFx44 * vec,
const VecFx32 * pVec,
fx32 sinVal,
fx32 cosVal
);
| pDst | Pointer to a 4x4 matrix. |
| vec | Pointer to a vector. |
sinVal |
Sine of the angle of rotation |
cosVal |
Cosine of the angle of rotation |
None.
*This function sets the rotation matrix for *vec in *pDst. The vector must be normalized in advance.
MTX_RotX44, MTX_RotY44, MTX_RotZ44, MtxFx44, VecFx32
2004/01/19 Initial version.
CONFIDENTIAL