MtxFx22

Definition

#include <nitro/fx/fx.h>

typedef union
{
    struct
    {
        fx32 _00, _01;
        fx32 _10, _11;
    };
    fx32 m[2][2];
    fx32 a[4];
}
MtxFx22;

Description

This 2x2 matrix consists of fx32-type elements.

See Also

MtxFx33, MtxFx43, MtxFx44

Revision History

2004/01/19 Initial version.


CONFIDENTIAL