#include <iris/fx/fx.h> typedef union { struct { fx32 _00, _01; fx32 _10, _11; }; fx32 m[2][2]; fx32 a[4]; } MtxFx22;
#include <iris/fx/fx.h>
fx32型の要素で構成される2x2行列です。
MtxFx33, MtxFx43, MtxFx44
Ver. 2004/01/19