G2_SetOBJAffine

C Specification

#include <nitro/gx/g2_oam.h>
void G2_SetOBJAffine(GXOamAffine * oam, const 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

This function sets a 2x2 matrix for OBJ affine transformations.

See Also

GXOamAffine, G2_GetOBJAffine

Revision History

01/19/2004 Initial version.