G3*_Identity

C Specification

#include <nitro/gx/g3imm.h>
#include <nitro/gx/g3b.h>
#include <nitro/gx/g3c.h>

void G3_Identity();

// Below are APIs for creating the display list (command list)
void G3B_Identity(GXDLInfo* info);
void G3C_Identity(GXDLInfo* info);
void G3BS_Identity(GXDLInfo* info);
void G3CS_Identity(GXDLInfo* info);

Arguments

info Command List Information

Return Values

None.

Description

This function sets the current matrix to an identity matrix.

See Also

G3*_MtxMode, G3*_LoadMtx43, G3*_LoadMtx44, G3*_MultMtx43, G3*_MultMtx44, G3*_MultMtx33, G3*_PushMtx, G3*_PopMtx, G3*_StoreMtx, G3*_RestoreMtx, G3*_Scale, G3*_Translate

Revision History

01/19/2004 Initial version