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