G3*_Vtx10

Syntax


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

void G3_Vtx10(fx16 x, fx16 y, fx16 z);

// Below are APIs for creating the display list (command list)
void G3B_Vtx10(GXDLInfo* info, fx16 x, fx16 y, fx16 z);
void G3C_Vtx10(GXDLInfo* info, fx16 x, fx16 y, fx16 z);
void G3BS_Vtx10(GXDLInfo* info, fx16 x, fx16 y, fx16 z);
void G3CS_Vtx10(GXDLInfo* info, fx16 x, fx16 y, fx16 z);

Arguments

infoCommand List Information.
xVertex coordinate: X
y Vertex coordinate: Y
z Vertex coordinate: Z

Return Values

None.

Description

This function sets vertex coordinates. Each parameter is a signed fixed-point number that is converted into a concatenation of the sign, the 3-bit integer, and the 6-bit decimal and packed into one word.

See Also

G3*_Vtx, G3*_VtxXY, G3*_VtxXZ, G3*_VtxYZ, G3*_VtxDiff

Revision History

2006/09/26 Corrected description.
2004/01/19 Initial version.


CONFIDENTIAL