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