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

#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
 

Detailed Description

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

整数型シンプルグラフィックデータ.

Definition at line 56 of file gdata.h.

Field Documentation

◆ gp

int* gp

Definition at line 61 of file gdata.h.

Referenced by euclid_distance(), I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().

◆ state

int state

Definition at line 60 of file gdata.h.

Referenced by euclid_distance(), I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().

◆ xs

int xs

Definition at line 57 of file gdata.h.

Referenced by I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().

◆ ys

int ys

Definition at line 58 of file gdata.h.

Referenced by I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().

◆ zs

int zs

Definition at line 59 of file gdata.h.

Referenced by I2WSGraph(), make_ISGraph(), new_ISGraph(), and W2ISGraph().


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