#include <nitro/gx/g2_oam.h>
void G2_SetOBJAffine(GXOamAffine * oam, const MtxFx22 * mtx);
oam | Pointer to the location storing the OAM data |
mtx | Pointer to the 2x2 matrix to use for affine transformation |
None.
This function sets a 2x2 matrix for OBJ affine transformations.
01/19/2004 Initial version.