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