JunkBox_Lib 1.10.1
|
#include <matrix.h>
Data Fields | |
double | x |
x方向成分 | |
double | y |
y方向成分 | |
double | z |
z方向成分 | |
double | n |
ベクトルの大きさ | |
double n |
Definition at line 33 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 30 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 31 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 32 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().