G2_GetOBJAffine

C Specification

#include <nitro/gx/g2_oam.h>
void G2_GetOBJAffine(const GXOamAffine * oam, MtxFx22 * mtx);

Arguments

oam Pointer to the location storing the OAM data
mtx Pointer to the 2x2 matrix to use for affine transformation

Return Values

None.

Description

Gets the 2x2 matrix that will be used for affine transformation from the OAM data.

See Also

GXOamAffine, G2_SetOBJAffine

Revision History

12/19/2004 Initial version.