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