JunkBox_Lib 1.10.1
|
#include <gdata.h>
Data Fields | |
int | xs |
xサイズ. 4Byte. | |
int | ys |
yサイズ. 4Byte. | |
int | zs |
zサイズ. 4Byte. 2Dの場合は 1. | |
int | state |
状態 | |
int * | gp |
グラフィックデータへのポインタ. xs*ys*zs*4Byte | |
int* gp |
Definition at line 61 of file gdata.h.
Referenced by euclid_distance(), I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().
int state |
Definition at line 60 of file gdata.h.
Referenced by euclid_distance(), I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().
int xs |
Definition at line 57 of file gdata.h.
Referenced by I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().
int ys |
Definition at line 58 of file gdata.h.
Referenced by I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().
int zs |
Definition at line 59 of file gdata.h.
Referenced by I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().