#include <nitro/fx/fx_mtx22.h> void MTX_Concat22(const MtxFx22* a, const MtxFx22* b, MtxFx22* ab);
なし
2x2行列*aに*bを右側から乗じて*abに格納します。 *a,*b,*abは同じ行列へのポインタでも構いません。
MtxFx22, fx32
Ver. 2004/04/15