#include <matrix.h>
Public Attributes | |
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(), CBVHTool::getPosOffset(), i2vector(), set_vector(), unit_ivector(), and unit_vector().
double x |
Definition at line 35 of file matrix.h.
Referenced by _bvh_recsv_print_hierarchy(), bvh_parse_hierarchy(), ex_vector(), f2ivector(), CBVHTool::getPosOffset(), i2vector(), set_vector(), unit_ivector(), and unit_vector().
double y |
Definition at line 36 of file matrix.h.
Referenced by _bvh_recsv_print_hierarchy(), bvh_parse_hierarchy(), ex_vector(), f2ivector(), CBVHTool::getPosOffset(), i2vector(), set_vector(), unit_ivector(), and unit_vector().
double z |
Definition at line 37 of file matrix.h.
Referenced by _bvh_recsv_print_hierarchy(), bvh_parse_hierarchy(), ex_vector(), f2ivector(), CBVHTool::getPosOffset(), i2vector(), set_vector(), unit_ivector(), and unit_vector().