#include <nitro/fx/fx_mtx44.h> void MTX_Concat44(const MtxFx44* a, const MtxFx44* b, MtxFx44* ab);
なし
4x4行列*aに*bを右側から乗じて*abに格納します。 *a,*b,*abは同じ行列へのポインタでも構いません。
MtxFx44, fx32
Ver. 2004/01/19