G2_SetOBJAffine


C Specification

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

Description

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

Arguments

oam Pointer to where the OAM data is stored
mtx Pointer to 2x2 matrix that is used for affine transformation

Return Values

None

See Also

GXOamAffine

Revision History

01/19/2004 Initial Version