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 |
状態 | |
vector * | gp |
グラフィックデータへのポインタ. xs*ys*zs*sizeof(vector). | |
vector* gp |
Definition at line 89 of file gdata.h.
Referenced by curv2WSGraph(), curvature(), curvature3D(), make_VSGraph(), new_VSGraph(), V2FSGraph(), V2WSGraph(), vfNabra(), vNabra(), and WSCurve().
int state |
Definition at line 88 of file gdata.h.
Referenced by curvature(), curvature3D(), make_VSGraph(), new_VSGraph(), V2FSGraph(), V2WSGraph(), vfNabra(), and vNabra().
int xs |
Definition at line 85 of file gdata.h.
Referenced by curv2WSGraph(), make_VSGraph(), new_VSGraph(), V2FSGraph(), and V2WSGraph().
int ys |
Definition at line 86 of file gdata.h.
Referenced by curv2WSGraph(), make_VSGraph(), new_VSGraph(), V2FSGraph(), and V2WSGraph().
int zs |
Definition at line 87 of file gdata.h.
Referenced by curv2WSGraph(), make_VSGraph(), new_VSGraph(), V2FSGraph(), and V2WSGraph().