#include <matrix.h>
Data Fields | |
| double | x |
| x方向成分 | |
| double | y |
| y方向成分 | |
| double | z |
| z方向成分 | |
| double | n |
| ベクトルの大きさ | |
Definition at line 34 of file matrix.h.
| double n |
Definition at line 38 of file matrix.h.
Referenced by ex_vector(), i2vector(), pool(), set_vector(), topola(), unit_ivector(), unit_vector(), V2FSGraph(), and V2WSGraph().
| double x |
Definition at line 35 of file matrix.h.
Referenced by _bvh_recsv_print_hierarchy(), bvh_parse_hierarchy(), curv2WSGraph(), draw_shape_polygon(), ex_vector(), f2ivector(), i2vector(), local2world(), read_shape_main_file(), set_vector(), sphere(), topola(), unit_ivector(), and unit_vector().
| double y |
Definition at line 36 of file matrix.h.
Referenced by _bvh_recsv_print_hierarchy(), bvh_parse_hierarchy(), curv2WSGraph(), draw_shape_polygon(), ex_vector(), f2ivector(), i2vector(), local2world(), read_shape_main_file(), set_vector(), sphere(), topola(), unit_ivector(), and unit_vector().
| double z |
Definition at line 37 of file matrix.h.
Referenced by _bvh_recsv_print_hierarchy(), bvh_parse_hierarchy(), draw_shape_polygon(), ex_vector(), f2ivector(), i2vector(), local2world(), read_shape_main_file(), set_vector(), sphere(), topola(), unit_ivector(), and unit_vector().
1.6.1