

#include <nitro/fx/fx.h>
typedef union
{
struct
{
fx32 _00, _01;
fx32 _10, _11;
};
fx32 m[2][2];
fx32 a[4];
}
MtxFx22;This 2x2 matrix consists of fx32-type elements.
2004/01/19 Initial version.
CONFIDENTIAL