GXBoxTestParam

定義

#include <nitro/gx/g3.h>
typedef union
{
    u32 val[3];
    struct
    {
        fx16 x;
        fx16 y;
        fx16 z;
        fx16 width;
        fx16 height;
        fx16 depth;
    };
}
GXBoxTestParam;

要素

x 基準頂点のx座標。
y 基準頂点のy座標。
z 基準頂点のz座標。
width テストする直方体の横幅。
height テストする直方体の高さ。
depth テストする直方体の奥行き。

説明

G3_BoxTestの引数として使用される構造体です。

履歴

2004/11/04 初版