#include <nitro/gx/g2_oam.h>
void G2_GetOBJAffine(const GXOamAffine * oam, MtxFx22 * mtx);
oam | Pointer to the location storing the OAM data |
mtx | Pointer to the 2x2 matrix to use for affine transformation |
None.
Gets the 2x2 matrix that will be used for affine transformation from the OAM data.
12/19/2004 Initial version.