G3*_Vtx

構文

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

void G3_Vtx(fx16 x, fx16 y, fx16 z);
void G3B_Vtx(GXDLInfo* info, fx16 x, fx16 y, fx16 z);
void G3C_Vtx(GXDLInfo* info, fx16 x, fx16 y, fx16 z);
void G3BS_Vtx(GXDLInfo* info, fx16 x, fx16 y, fx16 z);
void G3CS_Vtx(GXDLInfo* info, fx16 x, fx16 y, fx16 z);

引数

info コマンドリスト情報
vec 頂点座標データへのポインタ

返り値

なし。

説明

頂点座標を設定します。パラメータはそれぞれ符号付固定小数点数で、符号+整数部3ビット+小数部12ビットとなり、2ワードにパッキングされます。

参照

G3*_Vtx10, G3*_VtxXY, G3*_VtxXZ, G3*_VtxYZ, G3*_VtxDiff

履歴

Ver. 2004/01/19