MTX_RotAxis43

構文

#include <iris/fx/fx_mtx.h>

void MTX_RotAxis43(
    MtxFx43 * pDst,
    const VecFx32 * pVec,
    fx32 sinVal,
    fx32 cosVal
);

引数

pSrc 4x3行列へのポインタ
pVec ベクトルへのポインタ
sinVal 回転角の正弦
cosVal 回転角の余弦

返り値

なし

説明

*pVecに関しての回転行列を*pDstにセットします。ベクトルはあらかじめ正規化されている必要があります。

参照

MTX_RotX43, MTX_RotY43, MTX_RotZ43, MtxFx43, VecFx32

履歴

Ver. 2004/01/19