JunkBox_Lib 1.10.1
Loading...
Searching...
No Matches
VSGraph Struct Reference

#include <gdata.h>

Collaboration diagram for VSGraph:

Data Fields

int xs
 xサイズ. 4Byte.
 
int ys
 yサイズ. 4Byte.
 
int zs
 zサイズ. 4Byte. 2Dの場合は 1.
 
int state
 状態
 
vectorgp
 グラフィックデータへのポインタ. xs*ys*zs*sizeof(vector).
 

Detailed Description

VSGRraph :Memory type (メモリ内で使用する型)

ベクトル型シンプルグラフィックデータ.

Definition at line 84 of file gdata.h.

Field Documentation

◆ gp

◆ state

int state

◆ xs

int xs

Definition at line 85 of file gdata.h.

Referenced by curv2WSGraph(), make_VSGraph(), new_VSGraph(), V2FSGraph(), and V2WSGraph().

◆ ys

int ys

Definition at line 86 of file gdata.h.

Referenced by curv2WSGraph(), make_VSGraph(), new_VSGraph(), V2FSGraph(), and V2WSGraph().

◆ zs

int zs

Definition at line 87 of file gdata.h.

Referenced by curv2WSGraph(), make_VSGraph(), new_VSGraph(), V2FSGraph(), and V2WSGraph().


The documentation for this struct was generated from the following file: