#include <gdata.h>
Data Fields | |
| int | xmin |
| x軸境界の最小値. | |
| int | xmax |
| x軸境界の最大値. | |
| int | ymin |
| y軸境界の最小値. | |
| int | ymax |
| y軸境界の最大値. | |
| int | zmin |
| z軸境界の最小値. | |
| int | zmax |
| z軸境界の最大値. | |
| int | misc |
| 多目的用. | |
境界構造体 IRBound
グラフィックデータの様々な境界情報を保存する型.
Definition at line 113 of file gdata.h.
| int misc |
Definition at line 120 of file gdata.h.
Referenced by init_IRBound(), local2world(), out_round(), set_wdat(), and sphere().
| int xmax |
Definition at line 115 of file gdata.h.
Referenced by cut_object(), init_IRBound(), out_round(), read_wsg_file_rb(), and write_file_rb().
| int xmin |
Definition at line 114 of file gdata.h.
Referenced by cut_object(), get_wdat(), init_IRBound(), local2world(), out_round(), read_wsg_file_rb(), set_wdat(), sphere(), and write_file_rb().
| int ymax |
Definition at line 117 of file gdata.h.
Referenced by cut_object(), init_IRBound(), out_round(), read_wsg_file_rb(), and write_file_rb().
| int ymin |
Definition at line 116 of file gdata.h.
Referenced by cut_object(), get_wdat(), init_IRBound(), local2world(), out_round(), read_wsg_file_rb(), set_wdat(), sphere(), and write_file_rb().
| int zmax |
Definition at line 119 of file gdata.h.
Referenced by cut_object(), init_IRBound(), read_wsg_file_rb(), and write_file_rb().
| int zmin |
Definition at line 118 of file gdata.h.
Referenced by cut_object(), get_wdat(), init_IRBound(), local2world(), read_wsg_file_rb(), set_wdat(), sphere(), and write_file_rb().
1.6.1